Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kvm/
Dx86.h510 #define __cr4_reserved_bits(__cpu_has, __c) \ macro
Dcpuid.c370 __cr4_reserved_bits(guest_cpuid_has, vcpu); in kvm_vcpu_after_set_cpuid()
Dx86.c9437 if (__cr4_reserved_bits(cpu_has, c) != in kvm_x86_check_processor_compatibility()
9438 __cr4_reserved_bits(cpu_has, &boot_cpu_data)) in kvm_x86_check_processor_compatibility()
9554 cr4_reserved_bits = __cr4_reserved_bits(__kvm_cpu_cap_has, UNUSED_); in __kvm_x86_vendor_init()