Home
last modified time | relevance | path

Searched refs:PSL_AC (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/x86/include/
H A Dpsl.h54 #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 Dlocore.S325 orl $PSL_AC,%eax
331 andl $PSL_AC,%eax
/freebsd/sys/amd64/ia32/
H A Dia32_exception.S72 andq $~(PSL_D | PSL_AC),(%rsp)
/freebsd/sys/amd64/amd64/
H A Dexception.S253 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 Dtrap.c678 PGEX_P && (frame->tf_rflags & PSL_AC) == 0); in trap_is_smap()
H A Dmachdep.c1186 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 Dasmacros.h184 andq $~(PSL_D|PSL_AC),(%rsp)
/freebsd/stand/i386/btx/btx/
H A Dbtx.S45 .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 Dvmm_instruction_emul.c1864 if (cpl != 3 || (cr0 & CR0_AM) == 0 || (rf & PSL_AC) == 0) in vie_alignment_check()