Home
last modified time | relevance | path

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

/linux/arch/x86/hyperv/
A 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/tools/testing/selftests/kvm/x86_64/
A Dhyperv_ipi.c103 hyperv_hypercall(HVCALL_SEND_IPI, pgs_gpa, pgs_gpa + 4096); in sender_guest_code()
109 hyperv_hypercall(HVCALL_SEND_IPI | HV_HYPERCALL_FAST_BIT, in sender_guest_code()
A Dhyperv_features.c613 hcall->control = HVCALL_SEND_IPI; in guest_test_hcalls_access()
618 hcall->control = HVCALL_SEND_IPI; in guest_test_hcalls_access()
/linux/tools/testing/selftests/kvm/include/x86_64/
A Dhyperv.h209 #define HVCALL_SEND_IPI 0x000b macro
/linux/include/asm-generic/
A Dhyperv-tlfs.h151 #define HVCALL_SEND_IPI 0x000b macro
/linux/arch/x86/kvm/
A Dhyperv.c2229 if (hc->code == HVCALL_SEND_IPI) { in kvm_hv_send_ipi()
2507 case HVCALL_SEND_IPI: in hv_check_hypercall_access()
2632 case HVCALL_SEND_IPI: in kvm_hv_hypercall()

Completed in 20 milliseconds