Home
last modified time | relevance | path

Searched refs:_ucode32sel (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/x86/include/
H A Dx86_var.h82 extern int _ucode32sel;
/freebsd/sys/amd64/ia32/
H A Dia32_signal.c426 regs->tf_cs = _ucode32sel; in ia32_osendsig()
538 regs->tf_cs = _ucode32sel; in freebsd4_ia32_sendsig()
672 regs->tf_cs = _ucode32sel; in ia32_sendsig()
947 regs->tf_cs = _ucode32sel; in ia32_setregs()
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysvec.c233 regs->tf_cs = _ucode32sel; in linux_rt_sendsig()
337 regs->tf_cs = _ucode32sel; in linux_sendsig()
602 regs->tf_cs = _ucode32sel; in linux_exec_setregs()
/freebsd/sys/amd64/amd64/
H A Dmachdep.c195 int _udatasel, _ucodesel, _ucode32sel, _ufssel, _ugssel; variable
1591 _ucode32sel = GSEL(GUCODE32_SEL, SEL_UPL); in hammer_time()
H A Dexec_machdep.c838 if (td->td_frame->tf_cs == _ucode32sel && in set_dbregs()