Home
last modified time | relevance | path

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

/arch/powerpc/mm/
Dppc_mmu_32.c123 int wimgxpp; in setbat() local
134 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE in setbat()
136 wimgxpp |= (flags & _PAGE_RW)? BPP_RW: BPP_RX; in setbat()
138 bat[1].batl = BAT_PHYS_ADDR(phys) | wimgxpp; in setbat()
154 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE in setbat()
156 wimgxpp |= (flags & _PAGE_RW)? in setbat()
158 bat->batu = virt | wimgxpp | 4; /* Ks=0, Ku=1 */ in setbat()