Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/mm/
Dppc_mmu.c106 int wimgxpp; in setbat() local
117 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE in setbat()
119 wimgxpp |= (flags & _PAGE_RW)? BPP_RW: BPP_RX; in setbat()
121 bat[1].word[1] = phys | wimgxpp; in setbat()
137 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE in setbat()
139 wimgxpp |= (flags & _PAGE_RW)? in setbat()
141 bat->word[0] = virt | wimgxpp | 4; /* Ks=0, Ku=1 */ in setbat()