Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/hyperv/
Dhv_apic.c184 if ((vector < HV_IPI_LOW_VECTOR) || (vector > HV_IPI_HIGH_VECTOR)) in __send_ipi_mask()
244 if ((vector < HV_IPI_LOW_VECTOR) || (vector > HV_IPI_HIGH_VECTOR)) in __send_ipi_one()
/Linux-v6.6/arch/x86/include/asm/
Dhyperv-tlfs.h377 #define HV_IPI_HIGH_VECTOR 0xff macro
/Linux-v6.6/arch/x86/kvm/
Dhyperv.c2233 if ((vector < HV_IPI_LOW_VECTOR) || (vector > HV_IPI_HIGH_VECTOR)) in kvm_hv_send_ipi()