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

/freebsd-10.2-release/sys/x86/include/
H A Dpsl.h48 #define PSL_I 0x00000200 /* interrupt enable bit */ macro
69 * PSL_I and some other flags from user mode.
72 #define PSL_USER (PSL_RESERVED_DEFAULT | PSL_I)
/freebsd-10.2-release/sys/i386/i386/
H A Dvm86.c76 #define PUSH_MASK ~(PSL_VM | PSL_RF | PSL_I)
169 | PSL_IOPL | PSL_I, vmf);
179 | temp_flags | PSL_VM | PSL_I;
181 if (temp_flags & PSL_I) {
206 /* VME if trying to set PSL_TF, or PSL_I when VIP is set */
210 | temp_flags | PSL_VM | PSL_I;
212 if (temp_flags & PSL_I) {
221 /* VME if trying to set PSL_TF, or PSL_I when VIP is set */
227 | temp_flags | PSL_VM | PSL_I;
228 if (temp_flags & PSL_I) {
[all...]
H A Dvm_machdep.c342 td2->td_md.md_saved_flags = PSL_KERNEL | PSL_I;
550 pcb2->pcb_psl &= ~(PSL_I); /* interrupts must be disabled */
566 td->td_md.md_saved_flags = PSL_KERNEL | PSL_I;
H A Dtrap.c256 if ((frame->tf_eflags & PSL_I) == 0) {
759 KASSERT((read_eflags() & PSL_I) != 0, ("interrupts disabled"));
995 if (frame->tf_eflags & PSL_I)
H A Dmp_machdep.c1233 if (!(read_eflags() & PSL_I))
1259 if (!(read_eflags() & PSL_I))
/freebsd-10.2-release/sys/amd64/amd64/
H A Dexception.S187 testl $PSL_I,TF_RFLAGS(%rsp)
312 testl $PSL_I,TF_RFLAGS(%rsp)
341 testl $PSL_I,TF_RFLAGS(%rsp)
813 testl $PSL_I,TF_RFLAGS(%rsp)
847 testl $PSL_I,TF_RFLAGS(%rsp)
860 testl $PSL_I,TF_RFLAGS(%rsp)
872 testl $PSL_I,TF_RFLAGS(%rsp)
887 testl $PSL_I,TF_RFLAGS(%rsp)
900 testl $PSL_I,TF_RFLAGS(%rsp)
915 testl $PSL_I,TF_RFLAG
[all...]
H A Dtrap.c236 if ((frame->tf_rflags & PSL_I) == 0) {
608 KASSERT((read_rflags() & PSL_I) != 0, ("interrupts disabled"));
834 if (frame->tf_rflags & PSL_I)
H A Dvm_machdep.c238 td2->td_md.md_saved_flags = PSL_KERNEL | PSL_I;
489 td->td_md.md_saved_flags = PSL_KERNEL | PSL_I;
H A Dmp_machdep.c708 wrmsr(MSR_SF_MASK, PSL_NT|PSL_T|PSL_I|PSL_C|PSL_D);
1161 if (!(read_rflags() & PSL_I))
1195 if (!(read_rflags() & PSL_I))
H A Dmachdep.c1996 wrmsr(MSR_SF_MASK, PSL_NT|PSL_T|PSL_I|PSL_C|PSL_D);
/freebsd-10.2-release/sys/boot/i386/loader/
H A Dmain.c97 v86.efl = PSL_RESERVED_DEFAULT | PSL_I;
/freebsd-10.2-release/sys/boot/pc98/loader/
H A Dmain.c108 v86.efl = PSL_RESERVED_DEFAULT | PSL_I;
/freebsd-10.2-release/sys/boot/i386/gptboot/
H A Dgptboot.c144 v86.efl = PSL_RESERVED_DEFAULT | PSL_I;
/freebsd-10.2-release/sys/i386/xen/
H A Dmp_machdep.c1031 if (!(read_eflags() & PSL_I))
1063 if (!(read_eflags() & PSL_I))
H A Dxen_machdep.c371 eflags &= ~PSL_I;
382 intr = ((eflags & PSL_I) == 0);
/freebsd-10.2-release/sys/boot/i386/boot2/
H A Dboot2.c244 v86.efl = PSL_RESERVED_DEFAULT | PSL_I;
/freebsd-10.2-release/sys/boot/pc98/boot2/
H A Dboot2.c373 v86.efl = PSL_RESERVED_DEFAULT | PSL_I;
/freebsd-10.2-release/sys/x86/isa/
H A Dclock.c579 ((count < 20 || (!(flags & PSL_I) &&
/freebsd-10.2-release/sys/boot/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-10.2-release/sys/boot/pc98/btx/btx/
H A Dbtx.S43 .set PSL_I,0x00000200 # Interrupt enable flag
534 andl $~(PSL_I|PSL_T|PSL_AC),%ebx # Disable interrupts, tracing,
/freebsd-10.2-release/sys/amd64/vmm/amd/
H A Dsvm.c1676 if ((state->rflags & PSL_I) == 0) {
1759 (state->rflags & PSL_I) == 0 || ctrl->intr_shadow,
/freebsd-10.2-release/sys/amd64/vmm/intel/
H A Dvmx.c1305 if ((rflags & PSL_I) == 0) {
2556 KASSERT((read_rflags() & PSL_I) == 0, ("interrupts enabled"));
/freebsd-10.2-release/sys/amd64/vmm/
H A Dvmm.c1578 intr_disabled = ((vme->u.hlt.rflags & PSL_I) == 0);

Completed in 250 milliseconds