Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dpsl.h57 #define PSL_AC 0x00040000 /* alignment checking */ macro
92 | PSL_D | PSL_V | PSL_NT | PSL_RF | PSL_AC | PSL_ID)
/f-stack/freebsd/amd64/ia32/
H A Dia32_exception.S74 andq $~(PSL_D | PSL_AC),(%rsp)
/f-stack/freebsd/i386/i386/
H A Dlocore.s330 orl $PSL_AC,%eax
336 andl $PSL_AC,%eax
/f-stack/freebsd/amd64/amd64/
H A Dexception.S258 andq $~(PSL_D | PSL_AC),(%rsp)
347 andq $~(PSL_D | PSL_AC),(%rsp)
664 andq $~(PSL_D | PSL_AC),(%rsp)
803 andq $~(PSL_D | PSL_AC),(%rsp)
900 andq $~(PSL_D | PSL_AC),(%rsp)
1015 andq $~(PSL_D | PSL_AC),(%rsp)
H A Dtrap.c654 PGEX_P && (frame->tf_rflags & PSL_AC) == 0); in trap_is_smap()
H A Dmachdep.c1550 wrmsr(MSR_SF_MASK, PSL_NT | PSL_T | PSL_I | PSL_C | PSL_D | PSL_AC); in amd64_conf_fast_syscall()
/f-stack/freebsd/amd64/include/
H A Dasmacros.h260 andq $~(PSL_D|PSL_AC),(%rsp)
/f-stack/freebsd/amd64/vmm/
H A Dvmm_instruction_emul.c1852 if (cpl != 3 || (cr0 & CR0_AM) == 0 || (rf & PSL_AC) == 0) in vie_alignment_check()