Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dkvm_para.h25 #define KVM_HC_KICK_CPU 5 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dkvm_para.h25 #define KVM_HC_KICK_CPU 5 macro
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Dhypercalls.rst86 5. KVM_HC_KICK_CPU
98 same guest can wakeup the sleeping vcpu by issuing KVM_HC_KICK_CPU hypercall,
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/x86_64/
H A Dkvm_pv_test.c116 TEST_HCALL(KVM_HC_KICK_CPU),
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dkvm.c898 kvm_hypercall2(KVM_HC_KICK_CPU, flags, apicid); in kvm_kick_cpu()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c8331 case KVM_HC_KICK_CPU: in kvm_emulate_hypercall()