Home
last modified time | relevance | path

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

/arch/powerpc/mm/
Dppc_mmu_32.c119 int wimgxpp; in setbat() local
130 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE in setbat()
132 wimgxpp |= (flags & _PAGE_RW)? BPP_RW: BPP_RX; in setbat()
134 bat[1].batl = BAT_PHYS_ADDR(phys) | wimgxpp; in setbat()
148 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE in setbat()
150 wimgxpp |= (flags & _PAGE_RW)? in setbat()
152 bat->batu = virt | wimgxpp | 4; /* Ks=0, Ku=1 */ in setbat()