Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/hyperv/
Dhv_apic.c215 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()
/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/
Dhyperv.h146 #define HVCALL_SEND_IPI 0x000b macro
/linux-6.1.9/tools/testing/selftests/kvm/x86_64/
Dhyperv_features.c570 hcall->control = HVCALL_SEND_IPI; in guest_test_hcalls_access()
575 hcall->control = HVCALL_SEND_IPI; in guest_test_hcalls_access()
/linux-6.1.9/include/asm-generic/
Dhyperv-tlfs.h150 #define HVCALL_SEND_IPI 0x000b macro
/linux-6.1.9/arch/x86/kvm/
Dhyperv.c1916 if (hc->code == HVCALL_SEND_IPI) { in kvm_hv_send_ipi()
2178 case HVCALL_SEND_IPI: in hv_check_hypercall_access()
2307 case HVCALL_SEND_IPI: in kvm_hv_hypercall()