Home
last modified time | relevance | path

Searched refs:batl (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/powerpc/mm/book3s32/
Dmmu.c81 if (!(bat[0].batl & 0x40)) in find_free_bat()
135 bat[0].batl = BAT_PHYS_ADDR(phys) | wimgxpp; in setibat()
145 bat[0].batl = 0; in clearibat()
237 bat[1].batl = (bat[1].batl & ~BPP_RW) | BPP_RX; in mmu_mark_rodata_ro()
269 bat[1].batl = BAT_PHYS_ADDR(phys) | wimgxpp; in setbat()
279 bat[0].batu = bat[0].batl = 0; in setbat()
289 bat->batl = phys | bl | 0x40; /* V=1 */ in setbat()
/Linux-v5.4/arch/powerpc/include/asm/book3s/32/
Dmmu-hash.h48 u32 batl; member