Home
last modified time | relevance | path

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

/dragonfly/sys/platform/vkernel64/include/
H A Dmd_var.h92 extern int _ucodesel, _udatasel;
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dcpu_regs.c297 regs->tf_cs = _ucodesel; in sendsig()
312 frame->tf_cs = _ucodesel; in cpu_sanitize_frame()
560 regs->tf_cs = _ucodesel; in exec_setregs()
H A Dexception.c58 int _ucodesel = GSEL(GUCODE_SEL, SEL_UPL);
/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c159 int _udatasel, _ucodesel, _ucode32sel; variable
893 regs->tf_cs = _ucodesel; in sendsig()
909 frame->tf_cs = _ucodesel; in cpu_sanitize_frame()
1487 regs->tf_cs = _ucodesel; in exec_setregs()
2906 _ucodesel = GSEL(GUCODE_SEL, SEL_UPL); in hammer_time()