Home
last modified time | relevance | path

Searched refs:KVM_MMU_CR4_ROLE_BITS (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dmmu.h39 #define KVM_MMU_CR4_ROLE_BITS (X86_CR4_PSE | X86_CR4_PAE | X86_CR4_LA57 | \ macro
H A Dx86.c1152 if ((cr4 ^ old_cr4) & KVM_MMU_CR4_ROLE_BITS) in kvm_post_set_cr4()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dmmu.c251 .cr4 = kvm_read_cr4_bits(vcpu, KVM_MMU_CR4_ROLE_BITS), in vcpu_to_role_regs()
5156 BUILD_BUG_ON((KVM_MMU_CR4_ROLE_BITS & KVM_POSSIBLE_CR4_GUEST_BITS)); in __kvm_mmu_refresh_passthrough_bits()

Completed in 26 milliseconds