Searched refs:PSL_I (Results 1 – 17 of 17) sorted by relevance
| /f-stack/freebsd/i386/i386/ |
| H A D | vm86.c | 219 | 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 D | trap.c | 215 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 D | vm_machdep.c | 257 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 D | mp_machdep.c | 530 KASSERT((read_eflags() & PSL_I) != 0, in smp_targeted_tlb_shootdown()
|
| H A D | initcpu.c | 637 KASSERT((read_eflags() & PSL_I) == 0, ("context switch possible")); in cpu_auxmsr()
|
| /f-stack/freebsd/x86/include/ |
| H A D | psl.h | 50 #define PSL_I 0x00000200 /* interrupt enable bit */ macro 74 #define PSL_USER (PSL_RESERVED_DEFAULT | PSL_I)
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | exception.S | 241 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 D | initcpu.c | 246 KASSERT((read_rflags() & PSL_I) == 0, ("context switch possible")); in cpu_auxmsr()
|
| H A D | vm_machdep.c | 225 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 D | trap.c | 231 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 D | mp_machdep.c | 689 KASSERT((read_rflags() & PSL_I) != 0, in smp_targeted_tlb_shootdown()
|
| H A D | machdep.c | 1550 wrmsr(MSR_SF_MASK, PSL_NT | PSL_T | PSL_I | PSL_C | PSL_D | PSL_AC); in amd64_conf_fast_syscall()
|
| H A D | pmap.c | 9600 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 D | clock.c | 488 ((count < 20 || (!(flags & PSL_I) && in i8254_get_timecount()
|
| /f-stack/freebsd/amd64/vmm/amd/ |
| H A D | svm.c | 1708 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 D | vmx.c | 1538 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 D | vmm.c | 1770 intr_disabled = ((vme->u.hlt.rflags & PSL_I) == 0); in vm_run()
|