Searched refs:PSL_NT (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/arch/amd64/include/
H A Dpsl.h54 #define PSL_NT 0x00004000 /* nested task */ macro
66 #define PSL_USERSTATIC (PSL_MBO | PSL_MBZ | PSL_I | PSL_IOPL | PSL_NT | PSL_VM | PSL_VIF | PSL_VIP)
/openbsd-current/sys/arch/i386/include/
H A Dpsl.h54 #define PSL_NT 0x00004000 /* nested task */ macro
67 #define PSL_USERSTATIC (PSL_MBO | PSL_MBZ | PSL_I | PSL_IOPL | PSL_NT | PSL_VM | PSL_VIF | PSL_VIP)
/openbsd-current/sys/arch/amd64/amd64/
H A Dcpu.c1213 wrmsr(MSR_SFMASK, PSL_NT|PSL_T|PSL_I|PSL_C|PSL_D|PSL_AC);
H A Dvmm_machdep.c8466 { PSL_NT, "NT ", "nt "},
/openbsd-current/sys/arch/i386/i386/
H A Dlocore.s972 /* clear PSL_NT */
975 andl $~PSL_NT,%eax

Completed in 94 milliseconds