Home
last modified time | relevance | path

Searched refs:HVCALL_SEND_IPI (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/hyperv/
H A Dhv_apic.c158 * 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 Dhv_apic.c189 * 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 Dhyperv_ipi.c105 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 Dhyperv_features.c619 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 Dhyperv-tlfs.h140 #define HVCALL_SEND_IPI 0x000b macro
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/
H A Dhyperv.h197 #define HVCALL_SEND_IPI 0x000b macro
/kernel/linux/linux-6.6/include/asm-generic/
H A Dhyperv-tlfs.h151 #define HVCALL_SEND_IPI 0x000b macro
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dhyperv.c2178 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 Dhyperv.c1850 case HVCALL_SEND_IPI: in kvm_hv_hypercall()

Completed in 12 milliseconds