Home
last modified time | relevance | path

Searched refs:hugetlb_free_pgd_range (Results 1 – 12 of 12) sorted by relevance

/linux-3.4.99/arch/sh/include/asm/
Dhugetlb.h30 static inline void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range() function
/linux-3.4.99/arch/ia64/include/asm/
Dhugetlb.h7 void hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr,
/linux-3.4.99/arch/sparc/include/asm/
Dhugetlb.h35 static inline void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range() function
/linux-3.4.99/arch/tile/include/asm/
Dhugetlb.h46 static inline void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range() function
/linux-3.4.99/arch/x86/include/asm/
Dhugetlb.h31 static inline void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range() function
/linux-3.4.99/arch/mips/include/asm/
Dhugetlb.h44 static inline void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range() function
/linux-3.4.99/arch/powerpc/include/asm/
Dhugetlb.h59 void hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr,
/linux-3.4.99/arch/s390/include/asm/
Dhugetlb.h16 #define hugetlb_free_pgd_range free_pgd_range macro
/linux-3.4.99/arch/ia64/mm/
Dhugetlbpage.c123 void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range() function
/linux-3.4.99/include/linux/
Dhugetlb.h118 #define hugetlb_free_pgd_range(tlb, addr, end, floor, ceiling) ({BUG(); 0; }) macro
/linux-3.4.99/arch/powerpc/mm/
Dhugetlbpage.c561 void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range() function
/linux-3.4.99/mm/
Dmemory.c557 hugetlb_free_pgd_range(tlb, addr, vma->vm_end, in free_pgtables()