Home
last modified time | relevance | path

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

/linux/arch/x86/hyperv/
H A Dhv_apic.c230 status = hv_do_fast_hypercall16(HVCALL_SEND_IPI, ipi_arg.vector, in __send_ipi_mask()
260 status = hv_do_fast_hypercall16(HVCALL_SEND_IPI, vector, BIT_ULL(vp)); in __send_ipi_one()
/linux/tools/testing/selftests/kvm/x86/
H A Dhyperv_ipi.c105 hyperv_hypercall(HVCALL_SEND_IPI, pgs_gpa, pgs_gpa + PAGE_SIZE); in sender_guest_code()
111 hyperv_hypercall(HVCALL_SEND_IPI | HV_HYPERCALL_FAST_BIT, in sender_guest_code()
H 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/
H A Dhyperv.h206 #define HVCALL_SEND_IPI 0x000b macro
/linux/include/hyperv/
H A Dhvgdk_mini.h440 #define HVCALL_SEND_IPI 0x000b macro