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
131 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE in setbat()
133 wimgxpp |= (flags & _PAGE_RW)? BPP_RW: BPP_RX; in setbat()
135 bat[1].batl = BAT_PHYS_ADDR(phys) | wimgxpp; in setbat()
149 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE in setbat()
151 wimgxpp |= (flags & _PAGE_RW)? in setbat()
153 bat->batu = virt | wimgxpp | 4; /* Ks=0, Ku=1 */ in setbat()