Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h66 #define X86_CR0_AM _BITUL(X86_CR0_AM_BIT) macro
171 X86_CR0_NE | X86_CR0_WP | X86_CR0_AM | \
/openbmc/u-boot/arch/x86/include/asm/
H A Dprocessor-flags.h36 #define X86_CR0_AM 0x00040000 /* Alignment Mask */ macro
/openbmc/u-boot/arch/x86/cpu/
H A Dsipi_vector.S53 andl $(~(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_NE | \
/openbmc/linux/arch/x86/kernel/
H A Drelocate_kernel_64.S141 andq $~(X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %rax
H A Drelocate_kernel_32.S117 andl $~(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %eax
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h1232 #define X86_CR0_AM (1UL<<18) /* Alignment Mask */ macro
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h119 | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM \
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c5189 return vmx_get_cpl(vcpu) == 3 && kvm_is_cr0_bit_set(vcpu, X86_CR0_AM) && in vmx_guest_inject_ac()