Searched refs:PSL_MBO (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/sys/arch/x86/include/
H A Dpsl.h61 #define PSL_MBO 0x00000002 /* must be one bits */ macro
64 #define PSL_USERSET (PSL_MBO | PSL_I)
65 #define PSL_USERSTATIC (PSL_MBO | PSL_MBZ | PSL_I | PSL_IOPL | PSL_NT | PSL_VM | PSL_VIF | PSL_VIP)
/netbsd-current/sys/arch/sh3/include/
H A Dpsl.h54 #define PSL_MBO 0x00000000 /* must be one bits */ macro
58 #define PSL_USERSTATIC (PSL_BL|PSL_RB|PSL_MD|PSL_IMASK|PSL_MBO|PSL_MBZ)
/netbsd-current/sys/arch/usermode/include/
H A Dpsl.h63 #define PSL_MBO 0x00000002 /* must be one bits */ macro
66 #define PSL_USERSTATIC (PSL_MBO | PSL_MBZ | PSL_I | PSL_IOPL | \
/netbsd-current/sys/arch/powerpc/include/
H A Dpsl.h92 #define PSL_MBO 0 macro
/netbsd-current/sys/arch/amd64/acpi/
H A Dacpi_wakecode.S176 pushl $PSL_MBO
/netbsd-current/sys/arch/i386/i386/
H A Dmptramp.S142 pushl $PSL_MBO
H A Dlocore.S614 pushl $PSL_MBO
1122 pushl $PSL_MBO
H A Dmachdep.c545 tss->__tss_eflags = PSL_MBO | PSL_NT; /* XXX not needed? */
/netbsd-current/sys/arch/amd64/amd64/
H A Dmptramp.S141 pushl $PSL_MBO
H A Dlocore.S596 pushl $PSL_MBO
/netbsd-current/tests/lib/libnvmm/
H A Dh_io_assist.c80 state->gprs[NVMM_X64_GPR_RFLAGS] = PSL_MBO;
H A Dh_mem_assist.c228 state->gprs[NVMM_X64_GPR_RFLAGS] = PSL_MBO;
/netbsd-current/sys/arch/amd64/stand/prekern/
H A Dlocore.S316 pushl $PSL_MBO
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dpowerpc_machdep.c159 tf->tf_srr1 = PSL_MBO | PSL_USERSET;

Completed in 343 milliseconds