Searched refs:wimgxpp (Results 1 – 1 of 1) sorted by relevance
126 int wimgxpp; in setibat() local133 wimgxpp = (flags & _PAGE_COHERENT) | (_PAGE_EXEC ? BPP_RX : BPP_XX); in setibat()135 bat[0].batl = BAT_PHYS_ADDR(phys) | wimgxpp; in setibat()253 int wimgxpp; in setbat() local265 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE in setbat()267 wimgxpp |= (flags & _PAGE_RW)? BPP_RW: BPP_RX; in setbat()269 bat[1].batl = BAT_PHYS_ADDR(phys) | wimgxpp; in setbat()284 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE in setbat()286 wimgxpp |= (flags & _PAGE_RW)? in setbat()288 bat->batu = virt | wimgxpp | 4; /* Ks=0, Ku=1 */ in setbat()