Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dx86.h685 #define __cr4_reserved_bits(__cpu_has, __c) \ macro
H A Dcpuid.c453 vcpu->arch.cr4_guest_rsvd_bits = __cr4_reserved_bits(__kvm_cpu_cap_has, UNUSED_) | in kvm_vcpu_after_set_cpuid()
454 __cr4_reserved_bits(guest_cpu_cap_has, vcpu); in kvm_vcpu_after_set_cpuid()
H A Dx86.c10032 if (__cr4_reserved_bits(cpu_has, c) != in kvm_x86_check_processor_compatibility()
10033 __cr4_reserved_bits(cpu_has, &boot_cpu_data)) in kvm_x86_check_processor_compatibility()