Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/i386/svr4/
Dsvr4_machdep.c123 r[SVR4_X86_FS] = tf->tf_vm86_fs;
132 __asm("movl %%fs,%w0" : "=r" (r[SVR4_X86_FS]));
135 r[SVR4_X86_FS] = tf->tf_fs;
235 tf->tf_vm86_fs = r[SVR4_X86_FS];
258 tf->tf_fs = r[SVR4_X86_FS];
Dsvr4_genassym.c20 uc_mcontext.greg[SVR4_X86_FS]));
Dsvr4_machdep.h44 #define SVR4_X86_FS 1 macro