Home
last modified time | relevance | path

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

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

Completed in 22 milliseconds