Home
last modified time | relevance | path

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

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