Home
last modified time | relevance | path

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

/linux-4.19.296/include/asm-generic/ !
Dword-at-a-time.h11 const unsigned long high_bits, low_bits; member
19 unsigned long mask = (val & c->low_bits) + c->low_bits; in prep_zero_mask()
43 unsigned long rhs = val | c->low_bits; in has_zero()