Home
last modified time | relevance | path

Searched refs:SVR4_X86_GS (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/i386/svr4/
Dsvr4_machdep.c122 r[SVR4_X86_GS] = tf->tf_vm86_gs;
131 __asm("movl %%gs,%w0" : "=r" (r[SVR4_X86_GS]));
134 r[SVR4_X86_GS] = rgs();
234 tf->tf_vm86_gs = r[SVR4_X86_GS];
Dsvr4_genassym.c22 uc_mcontext.greg[SVR4_X86_GS]));
Dsvr4_machdep.h43 #define SVR4_X86_GS 0 macro