Home
last modified time | relevance | path

Searched refs:accessed_dirty (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/x86/kvm/
Dmmu.h67 bool accessed_dirty, gpa_t new_eptp);
Dpaging_tmpl.h287 unsigned index, accessed_dirty, pte_pkey; in FNAME() local
394 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()
Dmmu.c4833 kvm_calc_shadow_ept_root_page_role(struct kvm_vcpu *vcpu, bool accessed_dirty) in kvm_calc_shadow_ept_root_page_role() argument
4839 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() argument
4851 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()
Dvmx.c9269 bool accessed_dirty; in nested_vmx_eptp_switching() local
9284 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()