Searched refs:HVCALL_SEND_IPI (Results 1 – 6 of 6) sorted by relevance
215 status = hv_do_fast_hypercall16(HVCALL_SEND_IPI, ipi_arg.vector, in __send_ipi_mask()239 status = hv_do_fast_hypercall16(HVCALL_SEND_IPI, vector, BIT_ULL(vp)); in __send_ipi_one()
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()
617 hcall->control = HVCALL_SEND_IPI; in guest_test_hcalls_access()622 hcall->control = HVCALL_SEND_IPI; in guest_test_hcalls_access()
197 #define HVCALL_SEND_IPI 0x000b macro
150 #define HVCALL_SEND_IPI 0x000b macro
2177 if (hc->code == HVCALL_SEND_IPI) { in kvm_hv_send_ipi()2455 case HVCALL_SEND_IPI: in hv_check_hypercall_access()2580 case HVCALL_SEND_IPI: in kvm_hv_hypercall()
Completed in 16 milliseconds