Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h45 #define PMD_MASKED_BITS 0 macro
H A Dpgtable.h130 #define pmd_page_vaddr(pmd) ((const void *)(pmd_val(pmd) & ~PMD_MASKED_BITS))
/openbmc/linux/arch/powerpc/include/asm/
H A Dpgtable.h77 return __va(pmd_val(pmd) & ~PMD_MASKED_BITS); in pmd_page_vaddr()
/openbmc/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h32 #define PMD_MASKED_BITS (PTE_TABLE_SIZE - 1) macro
/openbmc/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h138 #define PMD_MASKED_BITS (PTE_TABLE_SIZE - 1) macro
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h240 #define PMD_MASKED_BITS 0xc0000000000000ffUL macro