Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kvm/
Dhyperv.c73 static inline int synic_get_sint_vector(u64 sint_value) in synic_get_sint_vector() argument
75 if (sint_value & HV_SYNIC_SINT_MASKED) in synic_get_sint_vector()
77 return sint_value & HV_SYNIC_SINT_VECTOR_MASK; in synic_get_sint_vector()
96 u64 sint_value; in synic_has_vector_auto_eoi() local
99 sint_value = synic_read_sint(synic, i); in synic_has_vector_auto_eoi()
100 if (synic_get_sint_vector(sint_value) == vector && in synic_has_vector_auto_eoi()
101 sint_value & HV_SYNIC_SINT_AUTO_EOI) in synic_has_vector_auto_eoi()