Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dkvm_para.h25 #define KVM_HC_KICK_CPU 5 macro
/linux-6.6.21/tools/testing/selftests/kvm/x86_64/
Dkvm_pv_test.c69 TEST_HCALL(KVM_HC_KICK_CPU),
/linux-6.6.21/Documentation/virt/kvm/x86/
Dhypercalls.rst86 5. KVM_HC_KICK_CPU
98 same guest can wakeup the sleeping vcpu by issuing KVM_HC_KICK_CPU hypercall,
/linux-6.6.21/arch/x86/kernel/
Dkvm.c1035 kvm_hypercall2(KVM_HC_KICK_CPU, flags, apicid); in kvm_kick_cpu()
/linux-6.6.21/arch/x86/kvm/
Dx86.c9859 case KVM_HC_KICK_CPU: in kvm_emulate_hypercall()