Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dentry-kvm.h34 static inline int arch_xfer_to_guest_mode_handle_work(struct kvm_vcpu *vcpu,
38 static inline int arch_xfer_to_guest_mode_handle_work(struct kvm_vcpu *vcpu, in arch_xfer_to_guest_mode_handle_work() function
/openbmc/linux/kernel/entry/
H A Dkvm.c22 ret = arch_xfer_to_guest_mode_handle_work(vcpu, ti_work); in xfer_to_guest_mode_work()