Home
last modified time | relevance | path

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

/dragonfly/sys/cpu/x86_64/include/
H A Dpsl.h52 #define PSL_NT 0x00004000 /* nested task bit */ macro
82 | PSL_D | PSL_V | PSL_NT | PSL_AC | PSL_ID)
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dtrap.c672 if (frame->tf_rflags & PSL_NT) { in kern_trap()
673 frame->tf_rflags &= ~PSL_NT; in kern_trap()
930 if (frame->tf_rflags & PSL_NT) in trap_fatal()
H A Dcpu_regs.c262 tf->tf_eflags &= ~(PSL_VM | PSL_NT | PSL_VIF | PSL_VIP); in sendsig()
/dragonfly/sys/platform/pc64/x86_64/
H A Dtrap.c695 if (frame->tf_rflags & PSL_NT) { in trap()
696 frame->tf_rflags &= ~PSL_NT; in trap()
1075 if (frame->tf_rflags & PSL_NT) in trap_fatal()
H A Dmp_machdep.c345 wrmsr(MSR_SF_MASK, PSL_NT|PSL_T|PSL_I|PSL_C|PSL_D|PSL_IOPL|PSL_AC); in init_secondary()
H A Dmachdep.c858 tf->tf_eflags &= ~(PSL_VM | PSL_NT | PSL_VIF | PSL_VIP); in sendsig()
2888 wrmsr(MSR_SF_MASK, PSL_NT|PSL_T|PSL_I|PSL_C|PSL_D|PSL_IOPL|PSL_AC); in hammer_time()
/dragonfly/stand/boot/pc32/btx/btx/
H A Dbtx.S65 .set PSL_NT,0x00004000 # Nested task flag define
740 andl $~(PSL_T|PSL_NT),%eax # Clear unsafe flags