batl               48 arch/powerpc/include/asm/book3s/32/mmu-hash.h 	u32 batl;
batl               81 arch/powerpc/mm/book3s32/mmu.c 			if (!(bat[0].batl & 0x40))
batl              135 arch/powerpc/mm/book3s32/mmu.c 	bat[0].batl = BAT_PHYS_ADDR(phys) | wimgxpp;
batl              145 arch/powerpc/mm/book3s32/mmu.c 	bat[0].batl = 0;
batl              237 arch/powerpc/mm/book3s32/mmu.c 			bat[1].batl = (bat[1].batl & ~BPP_RW) | BPP_RX;
batl              269 arch/powerpc/mm/book3s32/mmu.c 		bat[1].batl = BAT_PHYS_ADDR(phys) | wimgxpp;
batl              279 arch/powerpc/mm/book3s32/mmu.c 			bat[0].batu = bat[0].batl = 0;
batl              289 arch/powerpc/mm/book3s32/mmu.c 		bat->batl = phys | bl | 0x40;	/* V=1 */