Home
last modified time | relevance | path

Searched refs:HUGETLB_PGDIR_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-ia64/
Dpgtable.h437 #define HUGETLB_PGDIR_SIZE (__IA64_UL(1) << HUGETLB_PGDIR_SHIFT) macro
438 #define HUGETLB_PGDIR_MASK (~(HUGETLB_PGDIR_SIZE-1))
/linux-2.4.37.9/arch/ia64/mm/
Dhugetlbpage.c138 unsigned long last = end + HUGETLB_PGDIR_SIZE - 1; in hugetlb_free_pgtables()
163 first = prev->vm_end + HUGETLB_PGDIR_SIZE - 1; in hugetlb_free_pgtables()