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

/freebsd-11.0-release/sys/i386/svr4/
H A Dsvr4_genassym.c22 uc_mcontext.greg[SVR4_X86_GS]));
H A Dsvr4_machdep.h43 #define SVR4_X86_GS 0 macro
H A 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];

Completed in 47 milliseconds