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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/mm/
H A Dppc_mmu.c128 int wimgxpp; local
139 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE
141 wimgxpp |= (flags & _PAGE_RW)? BPP_RW: BPP_RX;
143 bat[1].word[1] = phys | wimgxpp;
159 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE
161 wimgxpp |= (flags & _PAGE_RW)?
163 bat->word[0] = virt | wimgxpp | 4; /* Ks=0, Ku=1 */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/mm/
H A Dppc_mmu_32.c134 int wimgxpp; local
145 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE
147 wimgxpp |= (flags & _PAGE_RW)? BPP_RW: BPP_RX;
149 bat[1].word[1] = phys | wimgxpp;
165 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE
167 wimgxpp |= (flags & _PAGE_RW)?
169 bat->word[0] = virt | wimgxpp | 4; /* Ks=0, Ku=1 */

Completed in 101 milliseconds