Home
last modified time | relevance | path

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

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