Searched refs: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() local507 lower_bits ^= bp->lm; /* What bits are different? */ in chmc_bank_match()508 lower_bits = ~lower_bits; /* Invert. */ in chmc_bank_match()509 lower_bits |= bp->lk; /* What bits don't matter for matching? */ in chmc_bank_match()510 lower_bits = ~lower_bits; /* Invert. */ in chmc_bank_match()512 if (lower_bits) in chmc_bank_match()
71 static inline u64 lower_bits(u64 val, unsigned int bits) in lower_bits() function