sint_value         47 arch/x86/kvm/hyperv.c static inline int synic_get_sint_vector(u64 sint_value)
sint_value         49 arch/x86/kvm/hyperv.c 	if (sint_value & HV_SYNIC_SINT_MASKED)
sint_value         51 arch/x86/kvm/hyperv.c 	return sint_value & HV_SYNIC_SINT_VECTOR_MASK;
sint_value         70 arch/x86/kvm/hyperv.c 	u64 sint_value;
sint_value         73 arch/x86/kvm/hyperv.c 		sint_value = synic_read_sint(synic, i);
sint_value         74 arch/x86/kvm/hyperv.c 		if (synic_get_sint_vector(sint_value) == vector &&
sint_value         75 arch/x86/kvm/hyperv.c 		    sint_value & HV_SYNIC_SINT_AUTO_EOI)