Home
last modified time | relevance | path

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

/linux-4.19.296/virt/kvm/
Dasync_pf.c74 struct kvm_async_pf *apf = in async_pf_execute() local
76 struct mm_struct *mm = apf->mm; in async_pf_execute()
77 struct kvm_vcpu *vcpu = apf->vcpu; in async_pf_execute()
78 unsigned long addr = apf->addr; in async_pf_execute()
79 gpa_t cr2_or_gpa = apf->cr2_or_gpa; in async_pf_execute()
95 kvm_async_page_present_sync(vcpu, apf); in async_pf_execute()
98 list_add_tail(&apf->link, &vcpu->async_pf.done); in async_pf_execute()
99 apf->vcpu = NULL; in async_pf_execute()