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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpte-hash64-64k.h8 #define _PAGE_4K_PFN 0x20000000 /* PFN is for a single 4k page */ macro
77 __pgprot(pgprot_val((prot)) | _PAGE_4K_PFN))
H A Dpte-common.h28 #ifndef _PAGE_4K_PFN
29 #define _PAGE_4K_PFN 0 macro
97 _PAGE_WRITETHRU | _PAGE_ENDIAN | _PAGE_4K_PFN | \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dpgtable_64.c169 if (flags & _PAGE_4K_PFN)
H A Dhash_low_64.S485 andis. r0,r31,_PAGE_4K_PFN@h
513 andis. r0,r31,_PAGE_4K_PFN@h
H A Dhash_utils_64.c995 /* If _PAGE_4K_PFN is set, make sure this is a 4k segment */
996 if ((pte_val(*ptep) & _PAGE_4K_PFN) && psize == MMU_PAGE_64K) {
1097 /* If either _PAGE_4K_PFN or _PAGE_NO_CACHE is set (and we are on
1103 if (pte_val(*ptep) & (_PAGE_4K_PFN | _PAGE_NO_CACHE))

Completed in 69 milliseconds