MIPS_MAAR_ADDR 44 arch/mips/include/asm/maar.h BUG_ON(lower & (0xffff | ~(MIPS_MAAR_ADDR << 4))); MIPS_MAAR_ADDR 46 arch/mips/include/asm/maar.h || ((upper & ~0xffffull) & ~(MIPS_MAAR_ADDR << 4))); MIPS_MAAR_ADDR 54 arch/mips/include/asm/maar.h write_c0_maar(((upper >> 4) & MIPS_MAAR_ADDR) | attrs); MIPS_MAAR_ADDR 367 arch/mips/mm/init.c lower = (lower & MIPS_MAAR_ADDR) << 4; MIPS_MAAR_ADDR 368 arch/mips/mm/init.c upper = ((upper & MIPS_MAAR_ADDR) << 4) | 0xffff;