Home
last modified time | relevance | path

Searched defs:pud_free (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/arch/arm64/include/asm/
Dpgalloc.h59 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/linux-4.4.14/include/asm-generic/
Dpgtable-nopud.h54 #define pud_free(mm, x) do { } while (0) macro
D4level-fixup.h32 #define pud_free(mm, x) do { } while (0) macro
/linux-4.4.14/arch/ia64/include/asm/
Dpgalloc.h47 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/linux-4.4.14/arch/s390/include/asm/
Dpgalloc.h69 #define pud_free(mm, pud) crst_table_free(mm, (unsigned long *) pud) macro
/linux-4.4.14/arch/sparc/include/asm/
Dpgalloc_64.h48 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/linux-4.4.14/arch/x86/include/asm/
Dpgalloc.h131 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/linux-4.4.14/arch/powerpc/include/asm/
Dpgalloc-64.h64 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/linux-4.4.14/arch/frv/include/asm/
Dpgtable.h225 #define pud_free(mm, x) do { } while (0) macro