Home
last modified time | relevance | path

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

/Linux-v5.10/include/asm-generic/
Ddiv64.h178 uint32_t m_hi = m >> 32; in __arch_xprod_64() local
192 res_hi = (res_lo < m_hi); in __arch_xprod_64()
199 res += (uint64_t)m_hi * n_lo; in __arch_xprod_64()
204 res += (uint64_t)m_hi * n_lo; in __arch_xprod_64()
210 res += (uint64_t)m_hi * n_hi; in __arch_xprod_64()
/Linux-v5.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.h361 #define DIFF_64(d_hi, m_hi, s_hi, d_lo, m_lo, s_lo) \ argument
365 d_hi = m_hi - s_hi; \
377 if (m_hi < s_hi) { \
382 d_hi = m_hi - s_hi; \
524 #define SUB_64(m_hi, s_hi, m_lo, s_lo) \ argument
526 DIFF_64(m_hi, m_hi, s_hi, m_lo, m_lo, s_lo); \
530 #define SUB_EXTEND_64(m_hi, m_lo, s) \ argument
532 SUB_64(m_hi, 0, m_lo, s); \