Searched refs:_PMD_PRESENT (Results 1 - 10 of 10) 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 Dpgalloc-32.h25 (pmd_val(*(pmd)) = __pa(pte) | _PMD_PRESENT)
27 (pmd_val(*(pmd)) = (page_to_pfn(pte) << PAGE_SHIFT) | _PMD_PRESENT)
31 (pmd_val(*(pmd)) = (unsigned long)pte | _PMD_PRESENT)
33 (pmd_val(*(pmd)) = (unsigned long)lowmem_page_address(pte) | _PMD_PRESENT)
H A Dpte-44x.h93 #define _PMD_PRESENT 0 macro
H A Dpte-fsl-booke.h36 #define _PMD_PRESENT 0 macro
H A Dpte-hash32.h39 #define _PMD_PRESENT 0 macro
H A Dpte-40x.h53 #define _PMD_PRESENT 0x400 /* PMD points to page of PTEs */ macro
H A Dpte-8xx.h52 #define _PMD_PRESENT 0x0001 macro
H A Dpte-book3e.h78 #define _PMD_PRESENT 0 macro
H A Dpte-common.h38 #define _PMD_PRESENT_MASK _PMD_PRESENT
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dpgtable.h217 #define _PMD_PRESENT PAGE_MASK macro
308 #define pmd_bad(pmd) ((pmd_val(pmd) & _PMD_PRESENT) == 0)
309 #define pmd_present(pmd) ((pmd_val(pmd) & _PMD_PRESENT) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dhead_40x.S492 andi. r9, r12, _PMD_PRESENT /* Check if it points to a PTE page */
592 andi. r9, r12, _PMD_PRESENT /* Check if it points to a PTE page */

Completed in 170 milliseconds