Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h1468 #define X86_CR0_AM (1UL<<18) /* Alignment Mask */ macro
/linux/arch/x86/include/asm/
H A Dkvm_host.h135 | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM \
/linux/arch/x86/kvm/vmx/
H A Dvmx.c5296 return vmx_get_cpl(vcpu) == 3 && kvm_is_cr0_bit_set(vcpu, X86_CR0_AM) && in vmx_guest_inject_ac()