Searched refs:accessed_dirty (Results 1 – 4 of 4) sorted by relevance
67 bool accessed_dirty, gpa_t new_eptp);
287 unsigned index, accessed_dirty, pte_pkey; in FNAME() local394 accessed_dirty = have_ad ? pte_access & PT_GUEST_ACCESSED_MASK : 0; in FNAME()423 accessed_dirty &= pte >> in FNAME()426 if (unlikely(!accessed_dirty)) { in FNAME()
4833 kvm_calc_shadow_ept_root_page_role(struct kvm_vcpu *vcpu, bool accessed_dirty) in kvm_calc_shadow_ept_root_page_role() argument4839 role.ad_disabled = !accessed_dirty; in kvm_calc_shadow_ept_root_page_role()4847 bool accessed_dirty, gpa_t new_eptp) in kvm_init_shadow_ept_mmu() argument4851 kvm_calc_shadow_ept_root_page_role(vcpu, accessed_dirty); in kvm_init_shadow_ept_mmu()4857 context->ept_ad = accessed_dirty; in kvm_init_shadow_ept_mmu()
9269 bool accessed_dirty; in nested_vmx_eptp_switching() local9284 accessed_dirty = !!(address & VMX_EPTP_AD_ENABLE_BIT); in nested_vmx_eptp_switching()9295 mmu->ept_ad = accessed_dirty; in nested_vmx_eptp_switching()9296 mmu->base_role.ad_disabled = !accessed_dirty; in nested_vmx_eptp_switching()