Symbol: PSL_I
sys/arch/amd64/amd64/cpu.c
1235
wrmsr(MSR_SFMASK, PSL_NT|PSL_T|PSL_I|PSL_C|PSL_D|PSL_AC);
sys/arch/amd64/amd64/cpu.c
506
if ((read_rflags() & PSL_I) == 0)
sys/arch/amd64/amd64/trap.c
313
KASSERT((read_rflags() & PSL_I) == 0);
sys/arch/amd64/amd64/vmm_machdep.c
3984
if (vcpu->vc_gueststate.vg_rflags & PSL_I)
sys/arch/amd64/amd64/vmm_machdep.c
4177
if (!(rflags & PSL_I)) {
sys/arch/amd64/amd64/vmm_machdep.c
4644
return (rflags & PSL_I);
sys/arch/amd64/amd64/vmm_machdep.c
4665
if (!(rflags & PSL_I)) {
sys/arch/amd64/amd64/vmm_machdep.c
8800
{ PSL_I, "IF ", "if "},
sys/arch/amd64/include/psl.h
65
#define PSL_USERSET (PSL_MBO | PSL_I)
sys/arch/amd64/include/psl.h
66
#define PSL_USERSTATIC (PSL_MBO | PSL_MBZ | PSL_I | PSL_IOPL | PSL_NT | PSL_VM | PSL_VIF | PSL_VIP)
sys/arch/hppa/dev/cpu.c
238
ci->ci_psw = PSL_I | PSL_Q | PSL_P | PSL_C | PSL_D;
sys/arch/hppa/hppa/intr.c
117
ci->ci_psw |= PSL_I;
sys/arch/hppa/hppa/intr.c
118
ssm(PSL_I, mask);
sys/arch/hppa/hppa/machdep.c
1177
tf->tf_ipsw = PSL_C | PSL_Q | PSL_P | PSL_D | PSL_I /* | PSL_L */ |
sys/arch/hppa/hppa/machdep.c
1318
#define PSL_MBS (PSL_C|PSL_Q|PSL_P|PSL_D|PSL_I)
sys/arch/hppa/hppa/vm_machdep.c
101
tf->tf_ipsw = PSL_C | PSL_Q | PSL_P | PSL_D | PSL_I /* | PSL_L */ |
sys/arch/hppa/include/psl.h
103
#define RESET_PSL (PSL_R | PSL_Q | PSL_P | PSL_D | PSL_I)
sys/arch/i386/i386/cpu.c
828
if ((read_eflags() & PSL_I) == 0)
sys/arch/i386/include/psl.h
66
#define PSL_USERSET (PSL_MBO | PSL_I)
sys/arch/i386/include/psl.h
67
#define PSL_USERSTATIC (PSL_MBO | PSL_MBZ | PSL_I | PSL_IOPL | PSL_NT | PSL_VM | PSL_VIF | PSL_VIP)
sys/dev/acpi/acpicpu_x86.c
1232
if ((read_rflags() & PSL_I) == 0)
sys/dev/acpi/acpicpu_x86.c
1235
if ((read_eflags() & PSL_I) == 0)