Searched refs:CONT_PTE_SIZE (Results 1 – 3 of 3) sorted by relevance
70 case CONT_PTE_SIZE: in arch_hugetlb_migration_supported()139 case CONT_PTE_SIZE: in num_contig_ptes()272 } else if (sz == (CONT_PTE_SIZE)) { in huge_pte_alloc()336 if (sz == CONT_PTE_SIZE) in huge_pte_offset()346 if (pagesize == CONT_PTE_SIZE) { in arch_make_huge_pte()511 case CONT_PTE_SIZE: in arch_hugetlb_valid_size()
79 #define CONT_PTE_SIZE (CONT_PTES * PAGE_SIZE) macro80 #define CONT_PTE_MASK (~(CONT_PTE_SIZE - 1))
100 ({ unsigned long __boundary = ((addr) + CONT_PTE_SIZE) & CONT_PTE_MASK; \536 #define pte_leaf_size(pte) (pte_cont(pte) ? CONT_PTE_SIZE : PAGE_SIZE)