Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dx86.h510 #define __cr4_reserved_bits(__cpu_has, __c) \ macro
H A Dcpuid.c392 __cr4_reserved_bits(guest_cpuid_has, vcpu); in kvm_vcpu_after_set_cpuid()
H A Dx86.c9455 if (__cr4_reserved_bits(cpu_has, c) != in kvm_x86_check_processor_compatibility()
9456 __cr4_reserved_bits(cpu_has, &boot_cpu_data)) in kvm_x86_check_processor_compatibility()
9572 cr4_reserved_bits = __cr4_reserved_bits(__kvm_cpu_cap_has, UNUSED_); in __kvm_x86_vendor_init()