jump_mask        1950 arch/mips/kernel/traps.c 		unsigned long jump_mask = ~((1 << 27) - 1);
jump_mask        1952 arch/mips/kernel/traps.c 		unsigned long jump_mask = ~((1 << 28) - 1);
jump_mask        1956 arch/mips/kernel/traps.c 		if ((handler & jump_mask) == ((ebase + 0x200) & jump_mask)) {
jump_mask        1957 arch/mips/kernel/traps.c 			uasm_i_j(&buf, handler & ~jump_mask);