Home
last modified time | relevance | path

Searched refs:CONT_PMD_MASK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable-hwdef.h85 #define CONT_PMD_MASK (~(CONT_PMD_SIZE - 1)) macro
H A Dpgtable.h120 ({ unsigned long __boundary = ((addr) + CONT_PMD_SIZE) & CONT_PMD_MASK; \
/openbmc/linux/arch/arm64/mm/
H A Dhugetlbpage.c340 addr &= CONT_PMD_MASK; in huge_pte_offset()
H A Dmmu.c303 if ((((addr | next | phys) & ~CONT_PMD_MASK) == 0) && in alloc_init_cont_pmd()