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