Home
last modified time | relevance | path

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

/linux/arch/x86/include/uapi/asm/
A Dprocessor-flags.h66 #define X86_CR0_AM _BITUL(X86_CR0_AM_BIT) macro
163 X86_CR0_NE | X86_CR0_WP | X86_CR0_AM | \
/linux/arch/x86/kernel/
A Drelocate_kernel_64.S127 andq $~(X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %rax
A Drelocate_kernel_32.S113 andl $~(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %eax
/linux/tools/testing/selftests/kvm/include/x86_64/
A Dprocessor.h438 #define X86_CR0_AM (1UL<<18) /* Alignment Mask */ macro
/linux/arch/x86/include/asm/
A Dkvm_host.h108 | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM \
/linux/arch/x86/kvm/vmx/
A Dvmx.c4733 return vmx_get_cpl(vcpu) == 3 && kvm_read_cr0_bits(vcpu, X86_CR0_AM) && in vmx_guest_inject_ac()

Completed in 27 milliseconds