Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h45 #define PMD_MASKED_BITS 0 macro
H A Dpgtable.h105 #define pmd_page_vaddr(pmd) ((const void *)(pmd_val(pmd) & ~PMD_MASKED_BITS))
/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h28 #define PMD_MASKED_BITS (PTE_TABLE_SIZE - 1) macro
/linux/arch/powerpc/include/asm/
H A Dpgtable.h86 return __va(pmd_val(pmd) & ~PMD_MASKED_BITS); in pmd_page_vaddr()
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h112 #define PMD_MASKED_BITS (PTE_TABLE_SIZE - 1) macro
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h222 #define PMD_MASKED_BITS 0xc0000000000000ffUL macro