Searched refs:gs (Results 1 - 25 of 124) sorted by relevance

12345

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DReadGs.c35 mov ax, gs
H A DReadGs.asm36 mov eax, gs
H A DThunk16.S39 push %gs
93 movl %ecx, %gs
116 pop %gs
150 push %gs
187 pop %gs
/vbox/src/libs/libxml2-2.6.31/
H A Dglobals.c479 * @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 Dthreads.c540 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 Ddumpregs.c22 ix86->segs.es, ix86->segs.fs, ix86->segs.gs );
H A Dvirtaddr.S49 movl %eax, %gs
89 movl %eax, %gs
H A Dgdbidt.S167 pushw %gs
212 popl %gs
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/transitions/
H A Dlibkir.S61 * 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 Dlibrm.S218 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 Dundiisr.S25 pushw %gs
72 popw %gs
/vbox/src/VBox/Runtime/win/amd64/
H A DASMGetGS.asm34 ; Get the gs register.
35 ; @returns gs.
38 mov eax, gs
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DReadGs.asm34 mov eax, gs
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/X64/machine/
H A Dasm.h81 #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 Dcomboot.h89 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 DS3Asm.S35 movl %eax, %gs
73 movw %ax,%gs
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/
H A Dromprefix.S183 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 Druncom.c61 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 Dint10Defines.h71 #define X86_GS CPU_RW(gs,0)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dint10Defines.h71 #define X86_GS CPU_RW(gs,0)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dint10Defines.h71 #define X86_GS CPU_RW(gs,0)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dint10Defines.h71 #define X86_GS CPU_RW(gs,0)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dint10Defines.h71 #define X86_GS CPU_RW(gs,0)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dint10Defines.h71 #define X86_GS CPU_RW(gs,0)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dint10Defines.h71 #define X86_GS CPU_RW(gs,0)

Completed in 147 milliseconds

12345