Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dhyperv_ipi.c124 hyperv_hypercall(HVCALL_SEND_IPI_EX | (1 << HV_HYPERCALL_VARHEAD_OFFSET), in sender_guest_code()
132 hyperv_hypercall(HVCALL_SEND_IPI_EX | HV_HYPERCALL_FAST_BIT | in sender_guest_code()
146 hyperv_hypercall(HVCALL_SEND_IPI_EX | (1 << HV_HYPERCALL_VARHEAD_OFFSET), in sender_guest_code()
154 hyperv_hypercall(HVCALL_SEND_IPI_EX | HV_HYPERCALL_FAST_BIT | in sender_guest_code()
169 hyperv_hypercall(HVCALL_SEND_IPI_EX | (2 << HV_HYPERCALL_VARHEAD_OFFSET), in sender_guest_code()
177 hyperv_hypercall(HVCALL_SEND_IPI_EX | HV_HYPERCALL_FAST_BIT | in sender_guest_code()
189 hyperv_hypercall(HVCALL_SEND_IPI_EX, pgs_gpa, pgs_gpa + 4096); in sender_guest_code()
199 hyperv_hypercall(HVCALL_SEND_IPI_EX | HV_HYPERCALL_FAST_BIT, in sender_guest_code()
H A Dhyperv_features.c623 hcall->control = HVCALL_SEND_IPI_EX; in guest_test_hcalls_access()
/linux/arch/x86/hyperv/
H A Dhv_apic.c154 status = hv_do_rep_hypercall(HVCALL_SEND_IPI_EX, 0, nr_bank, in __send_ipi_mask_ex()
198 * so we can quickly find out if using HVCALL_SEND_IPI_EX hypercall is in __send_ipi_mask()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dhyperv.h209 #define HVCALL_SEND_IPI_EX 0x0015 macro
/linux/arch/x86/kvm/
H A Dhyperv.c2462 case HVCALL_SEND_IPI_EX: in is_xmm_fast_hypercall()
2511 case HVCALL_SEND_IPI_EX: in hv_check_hypercall_access()
2647 case HVCALL_SEND_IPI_EX: in kvm_hv_hypercall()
/linux/include/hyperv/
H A Dhvgdk_mini.h439 #define HVCALL_SEND_IPI_EX 0x0015 macro