Home
last modified time | relevance | path

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

/linux-4.19.296/virt/kvm/
Dasync_pf.c33 struct kvm_async_pf *work) in kvm_async_page_present_sync()
40 struct kvm_async_pf *work) in kvm_async_page_present_async()
51 async_pf_cache = KMEM_CACHE(kvm_async_pf, 0); in kvm_async_pf_init()
74 struct kvm_async_pf *apf = in async_pf_execute()
75 container_of(work, struct kvm_async_pf, work); in async_pf_execute()
122 struct kvm_async_pf *work = in kvm_clear_async_pf_completion_queue()
148 struct kvm_async_pf *work = in kvm_clear_async_pf_completion_queue()
161 struct kvm_async_pf *work; in kvm_check_async_pf_completion()
183 struct kvm_async_pf *work; in kvm_setup_async_pf()
229 struct kvm_async_pf *work; in kvm_async_pf_wakeup_all()
/linux-4.19.296/include/linux/
Dkvm_types.h21 struct kvm_async_pf;
Dkvm_host.h184 struct kvm_async_pf { struct