Searched refs:CONT_PTE_SIZE (Results 1 – 3 of 3) sorted by relevance
68 case CONT_PTE_SIZE: in __hugetlb_valid_size()142 case CONT_PTE_SIZE: in num_contig_ptes()293 } else if (sz == (CONT_PTE_SIZE)) { in huge_pte_alloc()350 if (sz == CONT_PTE_SIZE) in huge_pte_offset()369 case CONT_PTE_SIZE: in hugetlb_mask_last_page()370 return PMD_SIZE - CONT_PTE_SIZE; in hugetlb_mask_last_page()383 if (pagesize == CONT_PTE_SIZE) { in arch_make_huge_pte()
79 #define CONT_PTE_SIZE (CONT_PTES * PAGE_SIZE) macro80 #define CONT_PTE_MASK (~(CONT_PTE_SIZE - 1))
115 ({ unsigned long __boundary = ((addr) + CONT_PTE_SIZE) & CONT_PTE_MASK; \599 #define pte_leaf_size(pte) (pte_cont(pte) ? CONT_PTE_SIZE : PAGE_SIZE)