Searched refs:lower_bits (Results 1 – 1 of 1) sorted by relevance
489 unsigned long lower_bits = (phys_addr & PA_LOWER_BITS) >> PA_LOWER_BITS_SHIFT; in chmc_bank_match() local505 lower_bits ^= bp->lm; /* What bits are different? */ in chmc_bank_match()506 lower_bits = ~lower_bits; /* Invert. */ in chmc_bank_match()507 lower_bits |= bp->lk; /* What bits don't matter for matching? */ in chmc_bank_match()508 lower_bits = ~lower_bits; /* Invert. */ in chmc_bank_match()510 if (lower_bits) in chmc_bank_match()