Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable-hwdef.h80 #define CONT_PTE_MASK (~(CONT_PTE_SIZE - 1)) macro
H A Dpgtable.h115 ({ unsigned long __boundary = ((addr) + CONT_PTE_SIZE) & CONT_PTE_MASK; \
/openbmc/linux/arch/arm64/mm/
H A Dhugetlbpage.c351 return pte_offset_huge(pmdp, (addr & CONT_PTE_MASK)); in huge_pte_offset()
H A Dmmu.c225 if ((((addr | next | phys) & ~CONT_PTE_MASK) == 0) && in alloc_init_cont_pte()