Searched refs:accessed_dirty (Results 1 – 4 of 4) sorted by relevance
62 bool accessed_dirty, gpa_t new_eptp);
305 unsigned index, accessed_dirty, pte_pkey; in FNAME() local412 accessed_dirty = have_ad ? pte_access & PT_GUEST_ACCESSED_MASK : 0; in FNAME()441 accessed_dirty &= pte >> in FNAME()444 if (unlikely(!accessed_dirty)) { in FNAME()
5097 kvm_calc_shadow_ept_root_page_role(struct kvm_vcpu *vcpu, bool accessed_dirty, in kvm_calc_shadow_ept_root_page_role() argument5108 role.base.ad_disabled = !accessed_dirty; in kvm_calc_shadow_ept_root_page_role()5126 bool accessed_dirty, gpa_t new_eptp) in kvm_init_shadow_ept_mmu() argument5130 kvm_calc_shadow_ept_root_page_role(vcpu, accessed_dirty, in kvm_init_shadow_ept_mmu()5142 context->ept_ad = accessed_dirty; in kvm_init_shadow_ept_mmu()
5046 bool accessed_dirty; in nested_vmx_eptp_switching() local5061 accessed_dirty = !!(address & VMX_EPTP_AD_ENABLE_BIT); in nested_vmx_eptp_switching()5072 mmu->ept_ad = accessed_dirty; in nested_vmx_eptp_switching()5073 mmu->mmu_role.base.ad_disabled = !accessed_dirty; in nested_vmx_eptp_switching()