Home
last modified time | relevance | path

Searched defs:hugetlb_free_pgd_range (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/arch/arm/include/asm/
Dhugetlb.h30 static inline void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range() function
/linux-4.4.14/arch/parisc/include/asm/
Dhugetlb.h34 static inline void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range() function
/linux-4.4.14/arch/sparc/include/asm/
Dhugetlb.h34 static inline void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range() function
/linux-4.4.14/arch/metag/include/asm/
Dhugetlb.h17 static inline void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range() function
/linux-4.4.14/arch/sh/include/asm/
Dhugetlb.h29 static inline void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range() function
/linux-4.4.14/arch/arm64/include/asm/
Dhugetlb.h60 static inline void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range() function
/linux-4.4.14/arch/x86/include/asm/
Dhugetlb.h30 static inline void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range() function
/linux-4.4.14/arch/ia64/mm/
Dhugetlbpage.c112 void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range() function
/linux-4.4.14/arch/s390/include/asm/
Dhugetlb.h16 #define hugetlb_free_pgd_range free_pgd_range macro
/linux-4.4.14/arch/mips/include/asm/
Dhugetlb.h41 static inline void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range() function
/linux-4.4.14/arch/tile/include/asm/
Dhugetlb.h43 static inline void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range() function
/linux-4.4.14/arch/powerpc/mm/
Dhugetlbpage.c652 void hugetlb_free_pgd_range(struct mmu_gather *tlb, in hugetlb_free_pgd_range() function
/linux-4.4.14/include/linux/
Dhugetlb.h151 #define hugetlb_free_pgd_range(tlb, addr, end, floor, ceiling) ({BUG(); 0; }) macro