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()337 if (sz == CONT_PTE_SIZE) in huge_pte_offset()348 if (pagesize == CONT_PTE_SIZE) { in arch_make_huge_pte()513 case CONT_PTE_SIZE: in arch_hugetlb_valid_size()
86 #define CONT_PTE_SIZE (CONT_PTES * PAGE_SIZE) macro87 #define CONT_PTE_MASK (~(CONT_PTE_SIZE - 1))
108 ({ unsigned long __boundary = ((addr) + CONT_PTE_SIZE) & CONT_PTE_MASK; \