Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/hyperv/
A 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.3-rc2/tools/testing/selftests/kvm/x86_64/
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()
A Dhyperv_features.c617 hcall->control = HVCALL_SEND_IPI; in guest_test_hcalls_access()
622 hcall->control = HVCALL_SEND_IPI; in guest_test_hcalls_access()
/linux-6.3-rc2/tools/testing/selftests/kvm/include/x86_64/
A Dhyperv.h197 #define HVCALL_SEND_IPI 0x000b macro
/linux-6.3-rc2/include/asm-generic/
A Dhyperv-tlfs.h150 #define HVCALL_SEND_IPI 0x000b macro
/linux-6.3-rc2/arch/x86/kvm/
A Dhyperv.c2177 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