Searched refs:HVCALL_SEND_IPI_EX (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
H A D | hyperv_ipi.c | 124 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 D | hyperv_features.c | 629 hcall->control = HVCALL_SEND_IPI_EX; in guest_test_hcalls_access()
|
/kernel/linux/linux-5.10/arch/x86/hyperv/ |
H A D | hv_apic.c | 131 ret = hv_do_rep_hypercall(HVCALL_SEND_IPI_EX, 0, nr_bank, in __send_ipi_mask_ex() 162 * so we can quickly find out if using HVCALL_SEND_IPI_EX hypercall is in __send_ipi_mask()
|
/kernel/linux/linux-6.6/arch/x86/hyperv/ |
H A D | hv_apic.c | 149 status = hv_do_rep_hypercall(HVCALL_SEND_IPI_EX, 0, nr_bank, in __send_ipi_mask_ex() 193 * so we can quickly find out if using HVCALL_SEND_IPI_EX hypercall is in __send_ipi_mask()
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | hyperv-tlfs.h | 143 #define HVCALL_SEND_IPI_EX 0x0015 macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/ |
H A D | hyperv.h | 200 #define HVCALL_SEND_IPI_EX 0x0015 macro
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | hyperv-tlfs.h | 154 #define HVCALL_SEND_IPI_EX 0x0015 macro
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | hyperv.c | 2402 case HVCALL_SEND_IPI_EX: in is_xmm_fast_hypercall() 2451 case HVCALL_SEND_IPI_EX: in hv_check_hypercall_access() 2587 case HVCALL_SEND_IPI_EX: in kvm_hv_hypercall()
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | hyperv.c | 1857 case HVCALL_SEND_IPI_EX: in kvm_hv_hypercall()
|
Completed in 12 milliseconds