Home
last modified time | relevance | path

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

/linux/virt/kvm/
H A Dasync_pf.c96 __kvm_vcpu_wake_up(vcpu); in async_pf_execute()
H A Dkvm_main.c3792 if (__kvm_vcpu_wake_up(vcpu)) { in kvm_vcpu_wake_up()
/linux/include/linux/
H A Dkvm_host.h1707 static inline bool __kvm_vcpu_wake_up(struct kvm_vcpu *vcpu) in __kvm_vcpu_wake_up() function
/linux/arch/arm64/kvm/
H A Darm.c920 __kvm_vcpu_wake_up(vcpu); in kvm_arm_resume_guest()