Home
last modified time | relevance | path

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

/dragonfly/sys/platform/vkernel64/x86_64/
H A Dcpu_regs.c298 regs->tf_ss = _udatasel; in sendsig()
313 frame->tf_ss = _udatasel; in cpu_sanitize_frame()
402 tf->tf_ds = _udatasel; in sys_sigreturn()
403 tf->tf_es = _udatasel; in sys_sigreturn()
405 tf->tf_fs = _udatasel; in sys_sigreturn()
406 tf->tf_gs = _udatasel; in sys_sigreturn()
559 regs->tf_ss = _udatasel; in exec_setregs()
633 load_gs(_udatasel); in cpu_setregs()
H A Dexception.c59 int _udatasel = GSEL(GUDATA_SEL, SEL_UPL);
/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c894 regs->tf_ss = _udatasel; in sendsig()
1002 tf->tf_ds = _udatasel; in sys_sigreturn()
1003 tf->tf_es = _udatasel; in sys_sigreturn()
1004 tf->tf_fs = _udatasel; in sys_sigreturn()
1005 tf->tf_gs = _udatasel; in sys_sigreturn()
1486 regs->tf_ss = _udatasel; in exec_setregs()
1545 pcb->pcb_ds = _udatasel; in exec_setregs()
1561 load_gs(_udatasel); in cpu_setregs()
2910 load_ds(_udatasel); in hammer_time()
2911 load_es(_udatasel); in hammer_time()
[all …]
H A Dmp_machdep.c142 extern int _udatasel;
281 load_ds(_udatasel); in init_secondary()
282 load_es(_udatasel); in init_secondary()
283 load_fs(_udatasel); in init_secondary()
/dragonfly/sys/platform/vkernel64/include/
H A Dmd_var.h92 extern int _ucodesel, _udatasel;