Home
last modified time | relevance | path

Searched refs:kvm_page_track_is_active (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dkvm_page_track.h62 bool kvm_page_track_is_active(struct kvm_vcpu *vcpu, gfn_t gfn,
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
Dpage_track.c141 bool kvm_page_track_is_active(struct kvm_vcpu *vcpu, gfn_t gfn, in kvm_page_track_is_active() function
Dmmu.c2504 if (kvm_page_track_is_active(vcpu, gfn, KVM_PAGE_TRACK_WRITE)) in mmu_need_write_protect()
3614 if (kvm_page_track_is_active(vcpu, gfn, KVM_PAGE_TRACK_WRITE)) in page_fault_handle_page_track()