Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/
Dhyperv.c49 static inline int synic_get_sint_vector(u64 sint_value) in synic_get_sint_vector() argument
51 if (sint_value & HV_SYNIC_SINT_MASKED) in synic_get_sint_vector()
53 return sint_value & HV_SYNIC_SINT_VECTOR_MASK; in synic_get_sint_vector()
72 u64 sint_value; in synic_has_vector_auto_eoi() local
75 sint_value = synic_read_sint(synic, i); in synic_has_vector_auto_eoi()
76 if (synic_get_sint_vector(sint_value) == vector && in synic_has_vector_auto_eoi()
77 sint_value & HV_SYNIC_SINT_AUTO_EOI) in synic_has_vector_auto_eoi()