Searched refs:CONT_PTE_SIZE (Results 1 – 3 of 3) sorted by relevance
71 case CONT_PTE_SIZE: in arch_hugetlb_migration_supported()143 case CONT_PTE_SIZE: in num_contig_ptes()276 } else if (sz == (CONT_PTE_SIZE)) { in huge_pte_alloc()340 if (sz == CONT_PTE_SIZE) in huge_pte_offset()350 if (pagesize == CONT_PTE_SIZE) { in arch_make_huge_pte()516 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))
106 ({ unsigned long __boundary = ((addr) + CONT_PTE_SIZE) & CONT_PTE_MASK; \542 #define pte_leaf_size(pte) (pte_cont(pte) ? CONT_PTE_SIZE : PAGE_SIZE)
Completed in 8 milliseconds