Searched refs:PSL_AC (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/x86/include/ |
H A D | psl.h | 54 #define PSL_AC 0x00040000 /* alignment checking */ macro 89 | PSL_D | PSL_V | PSL_NT | PSL_RF | PSL_AC | PSL_ID)
|
/freebsd/sys/i386/i386/ |
H A D | locore.S | 325 orl $PSL_AC,%eax 331 andl $PSL_AC,%eax
|
/freebsd/sys/amd64/ia32/ |
H A D | ia32_exception.S | 72 andq $~(PSL_D | PSL_AC),(%rsp)
|
/freebsd/sys/amd64/amd64/ |
H A D | exception.S | 253 andq $~(PSL_D | PSL_AC),(%rsp) 342 andq $~(PSL_D | PSL_AC),(%rsp) 656 andq $~(PSL_D | PSL_AC),(%rsp) 793 andq $~(PSL_D | PSL_AC),(%rsp) 890 andq $~(PSL_D | PSL_AC),(%rsp) 1005 andq $~(PSL_D | PSL_AC),(%rsp)
|
H A D | trap.c | 678 PGEX_P && (frame->tf_rflags & PSL_AC) == 0); in trap_is_smap()
|
H A D | machdep.c | 1186 wrmsr(MSR_SF_MASK, PSL_NT | PSL_T | PSL_I | PSL_C | PSL_D | PSL_AC); in amd64_conf_fast_syscall()
|
/freebsd/sys/amd64/include/ |
H A D | asmacros.h | 184 andq $~(PSL_D|PSL_AC),(%rsp)
|
/freebsd/stand/i386/btx/btx/ |
H A D | btx.S | 45 .set PSL_AC,0x00040000 # Alignment check flag define 506 andl $~(PSL_I|PSL_T|PSL_AC),%ebx # Disable interrupts, tracing,
|
/freebsd/sys/amd64/vmm/ |
H A D | vmm_instruction_emul.c | 1864 if (cpl != 3 || (cr0 & CR0_AM) == 0 || (rf & PSL_AC) == 0) in vie_alignment_check()
|