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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dtlb_nohash.c338 unsigned long vpte = address & ~rmask; local
341 vpte = (vpte >> (PAGE_SHIFT - 4)) & ~0xfffful;
343 vpte = (vpte >> (PAGE_SHIFT - 3)) & ~0xffful;
345 vpte |= rid;
346 __flush_tlb_page(tlb->mm, vpte, tsize, 0);

Completed in 29 milliseconds