Searched refs:BPP_RX (Results 1 – 3 of 3) sorted by relevance
124 wimgxpp = (flags & _PAGE_COHERENT) | (_PAGE_EXEC ? BPP_RX : BPP_XX); in setibat()248 bat[1].batl = (bat[1].batl & ~BPP_RW) | BPP_RX; in mmu_mark_rodata_ro()285 wimgxpp |= (flags & _PAGE_RW)? BPP_RW: BPP_RX; in setbat()
29 #define BPP_RX 0x01 /* Read only */ macro
44 if (lower & BPP_RX) in bat_show_603()