Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/kernel/
H A Dtime.c908 static __init void div128_by_32(u64 dividend_high, u64 dividend_low, in div128_by_32() argument
915 a = dividend_high >> 32; in div128_by_32()
916 b = dividend_high & 0xffffffff; in div128_by_32()