Searched defs:lower_bits (Results 1 – 2 of 2) sorted by relevance
491 unsigned long lower_bits = (phys_addr & PA_LOWER_BITS) >> PA_LOWER_BITS_SHIFT; in chmc_bank_match() local
70 static inline u64 lower_bits(u64 val, unsigned int bits) in lower_bits() function