Home
last modified time | relevance | path

Searched refs:gs (Results 1 – 25 of 47) sorted by relevance

12

/reactos/sdk/lib/3rdparty/libxml2/
H A Dglobals.c454 xmlInitializeGlobalState(xmlGlobalStatePtr gs) in xmlInitializeGlobalState() argument
458 (unsigned long) gs, xmlGetThreadId()); in xmlInitializeGlobalState()
473 gs->oldXMLWDcompatibility = 0; in xmlInitializeGlobalState()
483 gs->xmlDoValidityCheckingDefaultValue = in xmlInitializeGlobalState()
486 gs->xmlFree = (xmlFreeFunc) xmlMemFree; in xmlInitializeGlobalState()
487 gs->xmlMalloc = (xmlMallocFunc) xmlMemMalloc; in xmlInitializeGlobalState()
492 gs->xmlFree = (xmlFreeFunc) free; in xmlInitializeGlobalState()
493 gs->xmlMalloc = (xmlMallocFunc) malloc; in xmlInitializeGlobalState()
495 gs->xmlRealloc = (xmlReallocFunc) realloc; in xmlInitializeGlobalState()
508 gs->xmlSubstituteEntitiesDefaultValue = in xmlInitializeGlobalState()
[all …]
H A Dthreads.c545 xmlGlobalState *gs = (xmlGlobalState *) state; in xmlFreeGlobalState() local
548 xmlResetError(&(gs->xmlLastError)); in xmlFreeGlobalState()
564 xmlGlobalState *gs; in xmlNewGlobalState() local
566 gs = malloc(sizeof(xmlGlobalState)); in xmlNewGlobalState()
567 if (gs == NULL) { in xmlNewGlobalState()
573 memset(gs, 0, sizeof(xmlGlobalState)); in xmlNewGlobalState()
574 xmlInitializeGlobalState(gs); in xmlNewGlobalState()
575 return (gs); in xmlNewGlobalState()
/reactos/hal/halx86/mp/
H A Dmps.S23 pushl %gs; \
27 movl %eax, %gs; \
32 popl %gs; \
84 pushl %gs
90 movl %eax,%gs
99 popl %gs
/reactos/ntoskrnl/ke/amd64/
H A Dtrap.S815 mov gs:[PcUserRsp], rsp
818 mov rsp, gs:[PcRspBase]
834 mov rax, gs:[PcUserRsp]
844 ldmxcsr gs:[PcMxCsr]
847 mov rax, gs:[PcCurrentThread]
880 mov rcx, gs:[PcCurrentThread]
916 mov rcx, gs:[PcCurrentThread]
1023 mov r11, gs:[PcCurrentThread]
1058 mov r11, gs:[PcCurrentThread]
1229 mov gs, ax
[all …]
H A Dusercall_asm.S91 mov rdx, gs:[PcCurrentThread]
H A Dctxswitch.S244 mov r8, gs:[PcCurrentThread] /* Pointer to the new thread */
/reactos/boot/freeldr/freeldr/include/arch/pc/
H A Dpcbios.h103 unsigned short gs; member
123 unsigned short gs; member
151 unsigned short gs; member
/reactos/boot/freeldr/freeldr/arch/realmode/
H A Dint386.inc9 push gs
38 mov gs, ax
81 mov ax, gs
89 pop gs
H A Di386.S24 mov gs, ax
66 mov gs, ax
83 mov gs, ax
H A Damd64.S24 mov gs, ax
289 mov gs, ax
318 mov gs,ax
/reactos/boot/freeldr/freeldr/arch/i386/
H A Dint386.S52 push gs
78 pop gs
H A Dentry.S47 mov gs, ax
222 mov gs, ax
/reactos/sdk/include/asm/
H A Dtrapamd64.inc130 mov [rbp + KTRAP_FRAME_SegGs], gs
156 ldmxcsr gs:[PcMxCsr]
214 mov r10, gs:[PcCurrentThread]
223 /* Swap gs to user mode */
/reactos/hal/halx86/smp/i386/
H A Dapentry.S83 mov gs, ax
97 mov gs, eax
/reactos/ntoskrnl/include/internal/i386/
H A Dasmmacro.S179 mov ecx, gs
225 CFI_REL_OFFSET gs, KTRAP_FRAME_GS
394 mov gs, [esp - OffsetEsp + KTRAP_FRAME_GS]
H A Dintrin_i.h220 #define Ke386GetGs() _Ke386GetSeg(gs)
225 #define Ke386SetGs(X) _Ke386SetSeg(gs, X)
403 __asm mov gs, ax; in Ke386SetGs() local
/reactos/boot/freeldr/freeldr/arch/amd64/
H A Dentry.S26 mov gs, ax
187 mov gs, ax
/reactos/hal/halx86/smp/amd64/
H A Dapentry.S23 mov gs, ax
/reactos/boot/environ/app/rosload/i386/
H A Dosxfera.s32 mov gs, ax
/reactos/sdk/include/reactos/wine/
H A Dlibrary.h206 __DEFINE_GET_SEG(gs)
209 __DEFINE_SET_SEG(gs)
/reactos/modules/rostests/apitests/ntdll/i386/
H A DNtContinue.S30 push gs
/reactos/dll/3rdparty/libpng/
H A Dpngrtran.c1625 png_fixed_point g, gs; in png_init_read_transformations() local
1631 gs = PNG_FP_1; in png_init_read_transformations()
1647 gs = PNG_FP_1; /* back */ in png_init_read_transformations()
1651 if (png_gamma_significant(gs) != 0) in png_init_read_transformations()
1654 gs); in png_init_read_transformations()
1656 gs); in png_init_read_transformations()
1658 gs); in png_init_read_transformations()
1760 gs_sig = png_gamma_significant(gs); in png_init_read_transformations()
1768 png_ptr->background.gray, gs); in png_init_read_transformations()
1790 png_ptr->background.red, gs); in png_init_read_transformations()
[all …]
/reactos/boot/freeldr/bootsect/
H A Disombr.S33 mov gs, ax
H A Disoboot.S87 mov gs, ax
183 mov gs, ax
798 push gs
802 pop gs
989 mov gs, ax
/reactos/win32ss/user/winsrv/usersrv/lang/
H A Dhu-HU.rc24 …LTEXT "Hogy visszatérj ReactOS-ba és ellenőrizd a státuszát a programnak, kattins a Mégsére.", IDC…

12