Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dkvm_para.h25 #define KVM_HC_KICK_CPU 5 macro
/Linux-v4.19/Documentation/virtual/kvm/
Dhypercalls.txt76 5. KVM_HC_KICK_CPU
86 same guest can wakeup the sleeping vcpu by issuing KVM_HC_KICK_CPU hypercall,
/Linux-v4.19/arch/x86/kernel/
Dkvm.c771 kvm_hypercall2(KVM_HC_KICK_CPU, flags, apicid); in kvm_kick_cpu()
/Linux-v4.19/arch/x86/kvm/
Dx86.c6860 case KVM_HC_KICK_CPU: in kvm_emulate_hypercall()