Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dkvm_host.h2293 typedef int (*kvm_vm_thread_fn_t)(struct kvm *kvm, uintptr_t data); typedef
2295 int kvm_vm_create_worker_thread(struct kvm *kvm, kvm_vm_thread_fn_t thread_fn,
/openbmc/linux/virt/kvm/
H A Dkvm_main.c6171 kvm_vm_thread_fn_t thread_fn;
6185 kvm_vm_thread_fn_t thread_fn = init_context->thread_fn; in kvm_vm_worker_thread()
6240 int kvm_vm_create_worker_thread(struct kvm *kvm, kvm_vm_thread_fn_t thread_fn, in kvm_vm_create_worker_thread()