Home
last modified time | relevance | path

Searched refs:PSL_I (Results 1 – 17 of 17) sorted by relevance

/f-stack/freebsd/i386/i386/
H A Dvm86.c219 | PSL_IOPL | PSL_I, vmf); in vm86_emulate()
231 if (temp_flags & PSL_I) { in vm86_emulate()
262 if (temp_flags & PSL_I) { in vm86_emulate()
278 if (temp_flags & PSL_I) { in vm86_emulate()
298 | PSL_IOPL | PSL_I, vmf); in vm86_emulate()
310 if (temp_flags & PSL_I) { in vm86_emulate()
337 | PSL_IOPL | PSL_I, vmf); in vm86_emulate()
349 | PSL_IOPL | PSL_I, vmf); in vm86_emulate()
365 | temp_flags | PSL_VM | PSL_I; in vm86_emulate()
366 if (temp_flags & PSL_I) { in vm86_emulate()
[all …]
H A Dtrap.c215 KASSERT((read_eflags() & PSL_I) == 0, in trap()
284 if ((frame->tf_eflags & PSL_I) == 0 && TRAPF_USERMODE(frame) && in trap()
713 KASSERT((read_eflags() & PSL_I) != 0, ("interrupts disabled")); in trap()
933 if (frame->tf_eflags & PSL_I)
H A Dvm_machdep.c257 td2->td_md.md_saved_flags = PSL_KERNEL | PSL_I; in cpu_fork()
481 td->td_md.md_saved_flags = PSL_KERNEL | PSL_I; in cpu_copy_thread()
H A Dmp_machdep.c530 KASSERT((read_eflags() & PSL_I) != 0, in smp_targeted_tlb_shootdown()
H A Dinitcpu.c637 KASSERT((read_eflags() & PSL_I) == 0, ("context switch possible")); in cpu_auxmsr()
/f-stack/freebsd/x86/include/
H A Dpsl.h50 #define PSL_I 0x00000200 /* interrupt enable bit */ macro
74 #define PSL_USER (PSL_RESERVED_DEFAULT | PSL_I)
/f-stack/freebsd/amd64/amd64/
H A Dexception.S241 testl $PSL_I,TF_RFLAGS(%rsp)
413 testl $PSL_I,TF_RFLAGS(%rsp)
506 testl $PSL_I,TF_RFLAGS(%rsp)
1355 testl $PSL_I,TF_RFLAGS(%rsp)
1367 testl $PSL_I,TF_RFLAGS(%rsp)
1382 testl $PSL_I,TF_RFLAGS(%rsp)
1395 testl $PSL_I,TF_RFLAGS(%rsp)
1410 testl $PSL_I,TF_RFLAGS(%rsp)
H A Dinitcpu.c246 KASSERT((read_rflags() & PSL_I) == 0, ("context switch possible")); in cpu_auxmsr()
H A Dvm_machdep.c225 td2->td_md.md_saved_flags = PSL_KERNEL | PSL_I; in cpu_fork()
612 td->td_md.md_saved_flags = PSL_KERNEL | PSL_I; in cpu_copy_thread()
H A Dtrap.c231 if ((frame->tf_rflags & PSL_I) == 0) { in trap()
614 KASSERT((read_rflags() & PSL_I) != 0, ("interrupts disabled")); in trap()
895 if (frame->tf_rflags & PSL_I)
H A Dmp_machdep.c689 KASSERT((read_rflags() & PSL_I) != 0, in smp_targeted_tlb_shootdown()
H A Dmachdep.c1550 wrmsr(MSR_SF_MASK, PSL_NT | PSL_T | PSL_I | PSL_C | PSL_D | PSL_AC); in amd64_conf_fast_syscall()
H A Dpmap.c9600 KASSERT((read_rflags() & PSL_I) == 0, in pmap_activate_sw_pcid_pti()
9637 KASSERT((read_rflags() & PSL_I) == 0, in pmap_activate_sw_pcid_nopti()
/f-stack/freebsd/x86/isa/
H A Dclock.c488 ((count < 20 || (!(flags & PSL_I) && in i8254_get_timecount()
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm.c1708 if ((state->rflags & PSL_I) == 0) { in svm_inj_interrupts()
1777 (state->rflags & PSL_I) == 0 || ctrl->intr_shadow, in svm_inj_interrupts()
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c1538 if ((rflags & PSL_I) == 0) { in vmx_inject_interrupts()
2861 KASSERT((read_rflags() & PSL_I) == 0, ("interrupts enabled")); in vmx_exit_handle_nmi()
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c1770 intr_disabled = ((vme->u.hlt.rflags & PSL_I) == 0); in vm_run()