Home
last modified time | relevance | path

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

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