/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/ |
H A D | ReadGs.c | 35 mov ax, gs
|
H A D | ReadGs.asm | 36 mov eax, gs
|
H A D | Thunk16.S | 39 push %gs 93 movl %ecx, %gs 116 pop %gs 150 push %gs 187 pop %gs
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | globals.c | 479 * @gs: a pointer to a newly allocated global state 485 xmlInitializeGlobalState(xmlGlobalStatePtr gs) argument 489 (unsigned long) gs, xmlGetThreadId()); 501 initdocbDefaultSAXHandler(&gs->docbDefaultSAXHandler); 504 inithtmlDefaultSAXHandler(&gs->htmlDefaultSAXHandler); 507 gs->oldXMLWDcompatibility = 0; 508 gs->xmlBufferAllocScheme = xmlBufferAllocSchemeThrDef; 509 gs->xmlDefaultBufferSize = xmlDefaultBufferSizeThrDef; 511 initxmlDefaultSAXHandler(&gs->xmlDefaultSAXHandler, 1); 513 gs [all...] |
H A D | threads.c | 540 xmlGlobalState *gs = (xmlGlobalState *) state; local 543 xmlResetError(&(gs->xmlLastError)); 559 xmlGlobalState *gs; local 561 gs = malloc(sizeof(xmlGlobalState)); 562 if (gs == NULL) 565 memset(gs, 0, sizeof(xmlGlobalState)); 566 xmlInitializeGlobalState(gs); 567 return (gs);
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/core/ |
H A D | dumpregs.c | 22 ix86->segs.es, ix86->segs.fs, ix86->segs.gs );
|
H A D | virtaddr.S | 49 movl %eax, %gs 89 movl %eax, %gs
|
H A D | gdbidt.S | 167 pushw %gs 212 popl %gs
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/transitions/ |
H A D | libkir.S | 61 * and kir_sp. %ds, %es, %fs and %gs are all restored from the saved 79 movw %gs, %ds:ext_fs 98 movw %ax, %gs 137 movw %ds:ext_gs, %gs
|
H A D | librm.S | 218 movw %ax, %gs 294 movw %ax, %gs 312 movw %ax, %gs 386 pushw %gs 428 popw %gs
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/drivers/net/ |
H A D | undiisr.S | 25 pushw %gs 72 popw %gs
|
/vbox/src/VBox/Runtime/win/amd64/ |
H A D | ASMGetGS.asm | 34 ; Get the gs register. 35 ; @returns gs. 38 mov eax, gs
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/ |
H A D | ReadGs.asm | 34 mov eax, gs
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/X64/machine/ |
H A D | asm.h | 81 #define CPUVAR(off) %gs:CPU_INFO_ ## off 83 #define CPUVAR(off) %gs:CPU_INFO_/**/off
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/ |
H A D | comboot.h | 89 uint16_t gs; /* Offset 0 */ member in struct:__anon15030 125 uint16_t gs; /* Offset 10 */ member in struct:__anon15032
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64/ |
H A D | S3Asm.S | 35 movl %eax, %gs 73 movw %ax,%gs
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/ |
H A D | romprefix.S | 183 pushw %gs 193 * %bx (runtime segment address, for PCI 3.0) => %gs 195 movw %bx, %gs 242 /* PCI >=3.0: leave %gs as-is if sane */ 243 movw %gs, %ax 244 cmpw $0xa000, %ax /* Insane if %gs < 0xa000 */ 246 movw %cs, %bx /* Sane if %cs == %gs */ 249 movzbw romheader_size, %cx /* Sane if %cs+len <= %gs */ 254 movw %cs, %bx /* Sane if %gs+len <= %cs */ 258 pci3_insane: /* PCI 3.0 with insane %gs valu [all...] |
/vbox/src/recompiler/tests/ |
H A D | runcom.c | 61 r->cs, r->ds, r->es, r->ss, r->fs, r->gs); 127 r->gs = seg;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | int10Defines.h | 71 #define X86_GS CPU_RW(gs,0)
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | int10Defines.h | 71 #define X86_GS CPU_RW(gs,0)
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | int10Defines.h | 71 #define X86_GS CPU_RW(gs,0)
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | int10Defines.h | 71 #define X86_GS CPU_RW(gs,0)
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | int10Defines.h | 71 #define X86_GS CPU_RW(gs,0)
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | int10Defines.h | 71 #define X86_GS CPU_RW(gs,0)
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | int10Defines.h | 71 #define X86_GS CPU_RW(gs,0)
|