Home
last modified time | relevance | path

Searched refs:_ucodesel (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/x86/include/
H A Dx86_var.h81 extern int _ucodesel;
/freebsd/sys/i386/i386/
H A Dexec_machdep.c244 regs->tf_cs = _ucodesel; in osendsig()
365 regs->tf_cs = _ucodesel; in freebsd4_sendsig()
528 regs->tf_cs = _ucodesel; in sendsig()
989 regs->tf_cs = _ucodesel; in exec_setregs()
H A Dmachdep.c168 int _udatasel, _ucodesel; variable
1590 _ucodesel = GSEL(GUCODE_SEL, SEL_UPL); in init386()
/freebsd/sys/amd64/linux/
H A Dlinux_sysvec.c260 regs->tf_cs = _ucodesel; in linux_exec_setregs()
625 regs->tf_cs = _ucodesel; in linux_rt_sendsig()
/freebsd/sys/i386/linux/
H A Dlinux_sysvec.c237 regs->tf_cs = _ucodesel; in linux_rt_sendsig()
336 regs->tf_cs = _ucodesel; in linux_sendsig()
/freebsd/sys/amd64/amd64/
H A Dexec_machdep.c205 regs->tf_cs = _ucodesel; in sendsig()
394 regs->tf_cs = _ucodesel; in exec_setregs()
H A Dmachdep.c195 int _udatasel, _ucodesel, _ucode32sel, _ufssel, _ugssel; variable
1589 _ucodesel = GSEL(GUCODE_SEL, SEL_UPL); in hammer_time()