Searched refs:PS_IE (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/sys/
H A Dmachprivregs.h261 * Map the PS_IE bit to the hypervisor's event mask bit
272 testq $PS_IE, rfl; \
280 andq $_BITNOT(PS_IE), rfl; \
284 orq $PS_IE, rfl; \
290 testl $PS_IE, rfl; \
298 andl $_BITNOT(PS_IE), rfl; \
302 orl $PS_IE, rfl; \
411 * gate. Since Xen also updates PS_IE in %[e,r]lags as well, we always
/illumos-gate/usr/src/uts/intel/ia32/sys/
H A Dpsw.h71 #define PS_IE 0x0200 /* interrupt enable bit */ macro
H A Dprivregs.h189 orl $PS_IE, %ecx; \
/illumos-gate/usr/src/uts/i86pc/os/
H A Dintr.c1480 if (CPU->cpu_kprunrun && (rp->r_ps & PS_IE)) {
1526 (((flag) & PS_IE) && \
1615 return ((flag & PS_IE) == PS_IE);
H A Dmp_startup.c203 flags = PS_IE | PS_T;
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s1999 * Synthesize the PS_IE bit from the event mask bit
2001 andq $_BITNOT(PS_IE), %rax
2004 orq $PS_IE, %rax
2027 * Synthesize the PS_IE bit from the event mask bit
2029 andl $_BITNOT(PS_IE), %eax
2032 orl $PS_IE, %eax
2184 testq $PS_IE, %rdi
2209 testl $PS_IE, 4(%esp)
2281 * Synthesize the PS_IE bit from the event mask bit
2283 andq $_BITNOT(PS_IE),
[all...]
H A Dexception.s943 andl $_BITNOT(PS_NT|PS_T|PS_IE), %ecx
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dsyscall_asm.s565 orl $PS_IE, (%esp) / turn interrupts on when we return to user
618 andl $_BITNOT(PS_IE), REGOFF_EFL(%esp)
H A Dsyscall_asm_amd64.s991 orq $PS_IE, %r10
1136 andq $_BITNOT(PS_IE), REGOFF_RFL(%rsp)
/illumos-gate/usr/src/uts/intel/kdi/ia32/
H A Dkdi_asm.s428 * to do anything special for the hypervisor w.r.t. PS_IE since we
621 * pick up PS_IE from the saved eflags.
624 testl $PS_IE, %eax

Completed in 71 milliseconds