Home
last modified time | relevance | path

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

/dragonfly/sys/cpu/x86_64/include/
H A Dpsl.h72 #define PSL_USER (PSL_RESERVED_DEFAULT | PSL_I) macro
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dvm_machdep.c157 *(u_int64_t *)lp2->lwp_thread->td_sp = PSL_USER; in cpu_fork()
H A Dcpu_regs.c558 regs->tf_rflags = PSL_USER | (regs->tf_rflags & PSL_T); in exec_setregs()
/dragonfly/sys/platform/pc64/x86_64/
H A Dvm_machdep.c203 *(u_int64_t *)lp2->lwp_thread->td_sp = PSL_USER; in cpu_fork()
H A Dmachdep.c1485 regs->tf_rflags = PSL_USER | (regs->tf_rflags & PSL_T); in exec_setregs()