Home
last modified time | relevance | path

Searched refs:HV_IPI_HIGH_VECTOR (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/x86/hyperv/
H A Dhv_apic.c188 if (vector < HV_IPI_LOW_VECTOR || vector > HV_IPI_HIGH_VECTOR) in __send_ipi_mask()
248 if (vector < HV_IPI_LOW_VECTOR || vector > HV_IPI_HIGH_VECTOR) in __send_ipi_one()
/linux-6.15/include/hyperv/
H A Dhvgdk_mini.h143 #define HV_IPI_HIGH_VECTOR 0xff macro
/linux-6.15/arch/x86/kvm/
H A Dhyperv.c2288 if ((vector < HV_IPI_LOW_VECTOR) || (vector > HV_IPI_HIGH_VECTOR)) in kvm_hv_send_ipi()