Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dhyperv.c44 static inline int synic_get_sint_vector(u64 sint_value) in synic_get_sint_vector() argument
46 if (sint_value & HV_SYNIC_SINT_MASKED) in synic_get_sint_vector()
48 return sint_value & HV_SYNIC_SINT_VECTOR_MASK; in synic_get_sint_vector()
67 u64 sint_value; in synic_has_vector_auto_eoi() local
70 sint_value = synic_read_sint(synic, i); in synic_has_vector_auto_eoi()
71 if (synic_get_sint_vector(sint_value) == vector && in synic_has_vector_auto_eoi()
72 sint_value & HV_SYNIC_SINT_AUTO_EOI) in synic_has_vector_auto_eoi()