Searched refs:HVCALL_SEND_IPI (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/hyperv/ |
H A D | hv_apic.c | 158 * with cheaper HVCALL_SEND_IPI hypercall. This is possible when the in __send_ipi_mask() 187 ret = hv_do_fast_hypercall16(HVCALL_SEND_IPI, ipi_arg.vector, in __send_ipi_mask() 210 return !hv_do_fast_hypercall16(HVCALL_SEND_IPI, vector, BIT_ULL(vp)); in __send_ipi_one()
|
/kernel/linux/linux-6.6/arch/x86/hyperv/ |
H A D | hv_apic.c | 189 * with cheaper HVCALL_SEND_IPI hypercall. This is possible when the in __send_ipi_mask() 220 status = hv_do_fast_hypercall16(HVCALL_SEND_IPI, ipi_arg.vector, in __send_ipi_mask() 250 status = hv_do_fast_hypercall16(HVCALL_SEND_IPI, vector, BIT_ULL(vp)); in __send_ipi_one()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
H A D | hyperv_ipi.c | 105 hyperv_hypercall(HVCALL_SEND_IPI, pgs_gpa, pgs_gpa + 4096); in sender_guest_code() 111 hyperv_hypercall(HVCALL_SEND_IPI | HV_HYPERCALL_FAST_BIT, in sender_guest_code()
|
H A D | hyperv_features.c | 619 hcall->control = HVCALL_SEND_IPI; in guest_test_hcalls_access() 624 hcall->control = HVCALL_SEND_IPI; in guest_test_hcalls_access()
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | hyperv-tlfs.h | 140 #define HVCALL_SEND_IPI 0x000b macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/ |
H A D | hyperv.h | 197 #define HVCALL_SEND_IPI 0x000b macro
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | hyperv-tlfs.h | 151 #define HVCALL_SEND_IPI 0x000b macro
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | hyperv.c | 2178 if (hc->code == HVCALL_SEND_IPI) { in kvm_hv_send_ipi() 2456 case HVCALL_SEND_IPI: in hv_check_hypercall_access() 2581 case HVCALL_SEND_IPI: in kvm_hv_hypercall()
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | hyperv.c | 1850 case HVCALL_SEND_IPI: in kvm_hv_hypercall()
|
Completed in 14 milliseconds