Home
last modified time | relevance | path

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

/linux-6.15/virt/kvm/
H A Dasync_pf.c24 async_pf_cache = KMEM_CACHE(kvm_async_pf, 0); in kvm_async_pf_init()
47 struct kvm_async_pf *apf = in async_pf_execute()
48 container_of(work, struct kvm_async_pf, work); in async_pf_execute()
99 static void kvm_flush_and_free_async_pf_work(struct kvm_async_pf *work) in kvm_flush_and_free_async_pf_work()
124 struct kvm_async_pf *work = in kvm_clear_async_pf_completion_queue()
139 struct kvm_async_pf *work = in kvm_clear_async_pf_completion_queue()
155 struct kvm_async_pf *work; in kvm_check_async_pf_completion()
182 struct kvm_async_pf *work; in kvm_setup_async_pf()
218 struct kvm_async_pf *work; in kvm_async_pf_wakeup_all()
/linux-6.15/include/linux/
H A Dkvm_types.h7 struct kvm_async_pf;
H A Dkvm_host.h234 struct kvm_async_pf { struct
/linux-6.15/arch/s390/include/asm/
H A Dkvm_host.h692 struct kvm_async_pf *work);
695 struct kvm_async_pf *work);
698 struct kvm_async_pf *work);
/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h2354 struct kvm_async_pf *work);
2356 struct kvm_async_pf *work);
2358 struct kvm_async_pf *work);
/linux-6.15/arch/s390/kvm/
H A Dkvm-s390.c4717 struct kvm_async_pf *work) in kvm_arch_async_page_not_present()
4726 struct kvm_async_pf *work) in kvm_arch_async_page_present()
4733 struct kvm_async_pf *work) in kvm_arch_async_page_ready()
/linux-6.15/arch/x86/kvm/
H A Dx86.c13439 struct kvm_async_pf *work) in kvm_arch_async_page_not_present()
13471 struct kvm_async_pf *work) in kvm_arch_async_page_present()
/linux-6.15/arch/x86/kvm/mmu/
H A Dmmu.c4420 void kvm_arch_async_page_ready(struct kvm_vcpu *vcpu, struct kvm_async_pf *work) in kvm_arch_async_page_ready()