se_bits           194 arch/mips/kernel/module.c 	unsigned long se_bits;
se_bits           210 arch/mips/kernel/module.c 	se_bits = (offset & BIT(bits - 1)) ? ~0ul : 0;
se_bits           211 arch/mips/kernel/module.c 	if ((offset & ~mask) != (se_bits & ~mask)) {