Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86xpv/sys/
H A Dmachprivregs.h272 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; \
/titanic_41/usr/src/uts/intel/ia32/sys/
H A Dpsw.h73 #define PS_IE 0x0200 /* interrupt enable bit */ macro
H A Dprivregs.h189 orl $PS_IE, %ecx; \
/titanic_41/usr/src/uts/i86pc/os/
H A Dintr.c1480 if (CPU->cpu_kprunrun && (rp->r_ps & PS_IE)) { in sys_rtt_common()
1526 (((flag) & PS_IE) && \
1615 return ((flag & PS_IE) == PS_IE); in interrupts_enabled()
H A Dmp_startup.c202 wrmsr(MSR_AMD_SFMASK, (uint64_t)(uintptr_t)(PS_IE | PS_T)); in init_cpu_syscall()
/titanic_41/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s1996 andq $_BITNOT(PS_IE), %rax
1999 orq $PS_IE, %rax
2024 andl $_BITNOT(PS_IE), %eax
2027 orl $PS_IE, %eax
2179 testq $PS_IE, %rdi
2204 testl $PS_IE, 4(%esp)
2278 andq $_BITNOT(PS_IE), %rax
2281 orq $PS_IE, %rax
2303 andl $_BITNOT(PS_IE), %eax
2306 orl $PS_IE, %eax
[all …]
H A Dexception.s943 andl $_BITNOT(PS_NT|PS_T|PS_IE), %ecx
/titanic_41/usr/src/uts/i86pc/ml/
H A Dsyscall_asm.s618 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)
/titanic_41/usr/src/uts/intel/kdi/ia32/
H A Dkdi_asm.s624 testl $PS_IE, %eax