Home
last modified time | relevance | path

Searched refs:PMD_MASKED_BITS (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h45 #define PMD_MASKED_BITS 0 macro
H A Dpgtable.h150 #define pmd_page_vaddr(pmd) (pmd_val(pmd) & ~PMD_MASKED_BITS)
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpgtable.h63 return ((unsigned long)__va(pmd_val(pmd) & ~PMD_MASKED_BITS)); in pmd_page_vaddr()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h32 #define PMD_MASKED_BITS (PTE_TABLE_SIZE - 1) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h119 #define PMD_MASKED_BITS (PTE_TABLE_SIZE - 1) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h250 #define PMD_MASKED_BITS 0xc0000000000000ffUL macro