Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dpgtable-hwdef.h87 #define CONT_PTE_MASK (~(CONT_PTE_SIZE - 1)) macro
/linux/arch/arm64/mm/
H A Dcontpte.c268 if (((addr | next | (pfn << PAGE_SHIFT)) & ~CONT_PTE_MASK) == 0) in contpte_set_ptes()
H A Dhugetlbpage.c333 return pte_offset_huge(pmdp, (addr & CONT_PTE_MASK)); in huge_pte_offset()
H A Dmmu.c226 if ((((addr | next | phys) & ~CONT_PTE_MASK) == 0) && in alloc_init_cont_pte()