Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sparc/kernel/
Dchmc.c489 unsigned long lower_bits = (phys_addr & PA_LOWER_BITS) >> PA_LOWER_BITS_SHIFT; in chmc_bank_match() local
505 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()