Searched refs:base_role (Results 1 – 2 of 2) sorted by relevance
2023 role = vcpu->arch.mmu.base_role; in kvm_mmu_get_page()3835 context->base_role.word = 0; in init_kvm_tdp_mmu()3890 context->base_role.nxe = is_nx(vcpu); in kvm_init_shadow_mmu()3891 context->base_role.cr4_pae = !!is_pae(vcpu); in kvm_init_shadow_mmu()3892 context->base_role.cr0_wp = is_write_protection(vcpu); in kvm_init_shadow_mmu()3893 context->base_role.smep_andnot_wp in kvm_init_shadow_mmu()3895 context->base_role.smap_andnot_wp in kvm_init_shadow_mmu()4223 !((sp->role.word ^ vcpu->arch.mmu.base_role.word) in kvm_mmu_pte_write()
282 union kvm_mmu_page_role base_role; member