Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/hyperv/
Dhv_apic.c220 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()
/linux-6.6.21/tools/testing/selftests/kvm/x86_64/
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()
Dhyperv_features.c619 hcall->control = HVCALL_SEND_IPI; in guest_test_hcalls_access()
624 hcall->control = HVCALL_SEND_IPI; in guest_test_hcalls_access()
/linux-6.6.21/tools/testing/selftests/kvm/include/x86_64/
Dhyperv.h197 #define HVCALL_SEND_IPI 0x000b macro
/linux-6.6.21/include/asm-generic/
Dhyperv-tlfs.h151 #define HVCALL_SEND_IPI 0x000b macro
/linux-6.6.21/arch/x86/kvm/
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()