Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dkvm_page_track.h63 bool kvm_page_track_is_active(struct kvm_vcpu *vcpu, gfn_t gfn,
/Linux-v4.19/arch/x86/kvm/
Dpage_track.c147 bool kvm_page_track_is_active(struct kvm_vcpu *vcpu, gfn_t gfn, in kvm_page_track_is_active() function
Dmmu.c2764 if (kvm_page_track_is_active(vcpu, gfn, KVM_PAGE_TRACK_WRITE)) in mmu_need_write_protect()
3896 if (kvm_page_track_is_active(vcpu, gfn, KVM_PAGE_TRACK_WRITE)) in page_fault_handle_page_track()