Searched refs:base_role (Results 1 – 3 of 3) sorted by relevance
2378 role = vcpu->arch.mmu.base_role; in kvm_mmu_get_page()4426 bool uses_nx = context->nx || context->base_role.smep_andnot_wp; in reset_shadow_zero_bits_mask()4745 context->base_role.word = mmu_base_role_mask.word & in init_kvm_tdp_mmu()4826 context->base_role.word = mmu_base_role_mask.word & in kvm_init_shadow_mmu()4835 union kvm_mmu_page_role role = vcpu->arch.mmu.base_role; in kvm_calc_shadow_ept_root_page_role()4865 context->base_role.word = root_page_role.word & mmu_base_role_mask.word; in kvm_init_shadow_ept_mmu()5179 !((sp->role.word ^ vcpu->arch.mmu.base_role.word) in kvm_mmu_pte_write()
9296 mmu->base_role.ad_disabled = !accessed_dirty; in nested_vmx_eptp_switching()
363 union kvm_mmu_page_role base_role; member