Home
last modified time | relevance | path

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

/arch/arm64/mm/
A Dhugetlbpage.c59 case CONT_PMD_SIZE: in __hugetlb_valid_size()
108 case CONT_PMD_SIZE: in num_contig_ptes()
272 } else if (sz == (CONT_PMD_SIZE)) { in huge_pte_alloc()
306 if (sz == CONT_PMD_SIZE) in huge_pte_offset()
311 if (!(sz == PMD_SIZE || sz == CONT_PMD_SIZE) && in huge_pte_offset()
334 case CONT_PMD_SIZE: in hugetlb_mask_last_page()
335 return PUD_SIZE - CONT_PMD_SIZE; in hugetlb_mask_last_page()
358 case CONT_PMD_SIZE: in arch_make_huge_pte()
/arch/arm64/include/asm/
A Dhugetlb.h84 case CONT_PMD_SIZE: in __flush_hugetlb_tlb_range()
A Dpgtable-hwdef.h97 #define CONT_PMD_SIZE (CONT_PMDS * PMD_SIZE) macro
98 #define CONT_PMD_MASK (~(CONT_PMD_SIZE - 1))
A Dpgtable.h202 ({ unsigned long __boundary = ((addr) + CONT_PMD_SIZE) & CONT_PMD_MASK; \
815 #define pmd_leaf_size(pmd) (pmd_cont(pmd) ? CONT_PMD_SIZE : PMD_SIZE)

Completed in 16 milliseconds