lower_bits 490 arch/sparc/kernel/chmc.c unsigned long lower_bits = (phys_addr & PA_LOWER_BITS) >> PA_LOWER_BITS_SHIFT; lower_bits 506 arch/sparc/kernel/chmc.c lower_bits ^= bp->lm; /* What bits are different? */ lower_bits 507 arch/sparc/kernel/chmc.c lower_bits = ~lower_bits; /* Invert. */ lower_bits 508 arch/sparc/kernel/chmc.c lower_bits |= bp->lk; /* What bits don't matter for matching? */ lower_bits 509 arch/sparc/kernel/chmc.c lower_bits = ~lower_bits; /* Invert. */ lower_bits 511 arch/sparc/kernel/chmc.c if (lower_bits)