Searched refs:_BITNOT (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/uts/i86pc/ml/ |
H A D | fb_swtch_src.s | 177 andq $_BITNOT(CR4_PGE), %rax 240 andl $_BITNOT(CR4_PGE | CR4_PAE | CR4_PSE), %eax 275 andl $_BITNOT(CR0_NW | CR0_CD), %eax 301 andl $_BITNOT(CR4_PAE), %eax 419 andl $_BITNOT(MMU_PAGEOFFSET), %esi /* clear lower 12-bit */
|
H A D | syscall_asm.s | 618 andl $_BITNOT(PS_IE), REGOFF_EFL(%esp)
|
H A D | cpr_wakecode.s | 942 D16 andl $_BITNOT(CR4_PGE), %eax / don't set Global Enable yet 1099 andl $_BITNOT(0x200), 4(%eax)
|
H A D | locore.s | 206 andq $_BITNOT(CR0_WT|CR0_CE), %rax 302 andl $_BITNOT(CR0_WT|CR0_CE), %eax
|
H A D | syscall_asm_amd64.s | 1136 andq $_BITNOT(PS_IE), REGOFF_RFL(%rsp)
|
/titanic_44/usr/src/uts/intel/ia32/sys/ |
H A D | asm_linkage.h | 60 #define _BITNOT(const) -1!_CONST(const) macro 73 #define _BITNOT(const) ~_CONST(const) 131 andl $_BITNOT(XMM_ALIGN-1), sreg
|
/titanic_44/usr/src/cmd/mdb/intel/amd64/kmdb/ |
H A D | kmdb_start.s | 53 andq $_BITNOT(STACK_ALIGN-1), %rsp
|
/titanic_44/usr/src/uts/intel/ia32/ml/ |
H A D | exception.s | 655 andl $_BITNOT(FPU_VALID), PCB_FPU_FLAGS(%rbx) 730 andl $_BITNOT(FPU_VALID), PCB_FPU_FLAGS(%rbx) 794 andl $_BITNOT(FPU_VALID), PCB_FPU_FLAGS(%ebx) 943 andl $_BITNOT(PS_NT|PS_T|PS_IE), %ecx 973 andl $_BITNOT(0x200), %esi 976 andl $_BITNOT(0x200), %esi
|
H A D | float.s | 694 andl $_BITNOT(SSE_MXCSR_EFLAGS), (%rsp) 715 andl $_BITNOT(SSE_MXCSR_EFLAGS), (%esp)
|
H A D | i86_subr.s | 1996 andq $_BITNOT(PS_IE), %rax 2024 andl $_BITNOT(PS_IE), %eax 2278 andq $_BITNOT(PS_IE), %rax 2303 andl $_BITNOT(PS_IE), %eax 4214 andq $_BITNOT(PS_IE), %rax 4236 andl $_BITNOT(PS_IE), %eax
|
H A D | swtch.s | 649 andq $_BITNOT(STACK_ALIGN-1), %rsp
|
/titanic_44/usr/src/uts/i86xpv/sys/ |
H A D | machprivregs.h | 280 andq $_BITNOT(PS_IE), rfl; \ 298 andl $_BITNOT(PS_IE), rfl; \
|
/titanic_44/usr/src/uts/i86pc/dboot/ |
H A D | dboot_grub.s | 275 andl $_BITNOT(CR0_NW | CR0_CD), %eax
|
/titanic_44/usr/src/uts/intel/kdi/ia32/ |
H A D | kdi_asm.s | 498 andl $_BITNOT(CR0_WP), %ecx 510 andl $_BITNOT(KDIREG_DRCTL_WPALLEN_MASK), %eax
|
/titanic_44/usr/src/uts/intel/kdi/amd64/ |
H A D | kdi_asm.s | 502 andq $_BITNOT(CR0_WP), %rcx 513 andq $_BITNOT(KDIREG_DRCTL_WPALLEN_MASK), %rax
|