Searched refs:PSL_I (Results 1 - 25 of 25) sorted by relevance

/freebsd-13-stable/sys/x86/include/
H A Dpsl.h50 #define PSL_I 0x00000200 /* interrupt enable bit */ macro
71 * PSL_I and some other flags from user mode.
74 #define PSL_USER (PSL_RESERVED_DEFAULT | PSL_I)
/freebsd-13-stable/sys/i386/i386/
H A Dvm86.c78 #define PUSH_MASK ~(PSL_VM | PSL_RF | PSL_I)
219 | PSL_IOPL | PSL_I, vmf);
229 | temp_flags | PSL_VM | PSL_I;
231 if (temp_flags & PSL_I) {
256 /* VME if trying to set PSL_T, or PSL_I when VIP is set */
260 | temp_flags | PSL_VM | PSL_I;
262 if (temp_flags & PSL_I) {
271 /* VME if trying to set PSL_T, or PSL_I when VIP is set */
277 | temp_flags | PSL_VM | PSL_I;
278 if (temp_flags & PSL_I) {
[all...]
H A Dtrap.c215 KASSERT((read_eflags() & PSL_I) == 0,
284 if ((frame->tf_eflags & PSL_I) == 0 && TRAPF_USERMODE(frame) &&
713 KASSERT((read_eflags() & PSL_I) != 0, ("interrupts disabled"));
933 if (frame->tf_eflags & PSL_I)
H A Dvm_machdep.c201 td2->td_md.md_saved_flags = PSL_KERNEL | PSL_I;
H A Dinitcpu.c637 KASSERT((read_eflags() & PSL_I) == 0, ("context switch possible"));
H A Dmp_machdep.c530 KASSERT((read_eflags() & PSL_I) != 0,
/freebsd-13-stable/sys/amd64/amd64/
H A Dinitcpu.c246 KASSERT((read_rflags() & PSL_I) == 0, ("context switch possible"));
H A Dtrap.c265 if ((frame->tf_rflags & PSL_I) == 0) {
488 KASSERT((read_rflags() & PSL_I) == 0,
503 KASSERT((read_rflags() & PSL_I) == 0,
642 KASSERT((read_rflags() & PSL_I) != 0, ("interrupts disabled"));
923 if (frame->tf_rflags & PSL_I)
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 Dvm_machdep.c196 td2->td_md.md_saved_flags = PSL_KERNEL | PSL_I;
H A Dmp_machdep.c689 KASSERT((read_rflags() & PSL_I) != 0,
H A Dmachdep.c1536 wrmsr(MSR_SF_MASK, PSL_NT | PSL_T | PSL_I | PSL_C | PSL_D | PSL_AC);
H A Dpmap.c9600 KASSERT((read_rflags() & PSL_I) == 0,
9637 KASSERT((read_rflags() & PSL_I) == 0,
/freebsd-13-stable/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_subr.c429 KASSERT((read_rflags() & PSL_I) == 0, ("interrupts enabled"));
/freebsd-13-stable/sys/cddl/dev/dtrace/i386/
H A Ddtrace_subr.c431 KASSERT((read_eflags() & PSL_I) == 0, ("interrupts enabled"));
/freebsd-13-stable/stand/i386/loader/
H A Dmain.c110 v86.efl = PSL_RESERVED_DEFAULT | PSL_I;
/freebsd-13-stable/stand/i386/isoboot/
H A Disoboot.c235 v86.efl = PSL_RESERVED_DEFAULT | PSL_I;
/freebsd-13-stable/stand/mips/beri/boot2/
H A Dboot2.c212 v86.efl = PSL_RESERVED_DEFAULT | PSL_I;
/freebsd-13-stable/sys/x86/isa/
H A Dclock.c488 ((count < 20 || (!(flags & PSL_I) &&
/freebsd-13-stable/stand/i386/boot2/
H A Dboot2.c210 v86.efl = PSL_RESERVED_DEFAULT | PSL_I;
/freebsd-13-stable/stand/i386/gptboot/
H A Dgptboot.c284 v86.efl = PSL_RESERVED_DEFAULT | PSL_I;
/freebsd-13-stable/stand/i386/btx/btx/
H A Dbtx.S43 .set PSL_I,0x00000200 # Interrupt enable flag
508 andl $~(PSL_I|PSL_T|PSL_AC),%ebx # Disable interrupts, tracing,
/freebsd-13-stable/sys/amd64/vmm/amd/
H A Dsvm.c1708 if ((state->rflags & PSL_I) == 0) {
1777 (state->rflags & PSL_I) == 0 || ctrl->intr_shadow,
/freebsd-13-stable/sys/amd64/vmm/intel/
H A Dvmx.c1538 if ((rflags & PSL_I) == 0) {
2861 KASSERT((read_rflags() & PSL_I) == 0, ("interrupts enabled"));
/freebsd-13-stable/sys/amd64/vmm/
H A Dvmm.c1788 intr_disabled = ((vme->u.hlt.rflags & PSL_I) == 0);

Completed in 178 milliseconds