Searched refs:PS_IE (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/uts/i86xpv/sys/ |
H A D | machprivregs.h | 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; \
|
/titanic_41/usr/src/uts/intel/ia32/sys/ |
H A D | psw.h | 73 #define PS_IE 0x0200 /* interrupt enable bit */ macro
|
H A D | privregs.h | 189 orl $PS_IE, %ecx; \
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | intr.c | 1480 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 D | mp_startup.c | 202 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 D | i86_subr.s | 1996 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 D | exception.s | 943 andl $_BITNOT(PS_NT|PS_T|PS_IE), %ecx
|
/titanic_41/usr/src/uts/i86pc/ml/ |
H A D | syscall_asm.s | 618 andl $_BITNOT(PS_IE), REGOFF_EFL(%esp)
|
H A D | syscall_asm_amd64.s | 991 orq $PS_IE, %r10 1136 andq $_BITNOT(PS_IE), REGOFF_RFL(%rsp)
|
/titanic_41/usr/src/uts/intel/kdi/ia32/ |
H A D | kdi_asm.s | 624 testl $PS_IE, %eax
|