Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dpgalloc.h125 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/arch/ia64/include/asm/
Dpgalloc.h48 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/arch/arm64/include/asm/
Dpgalloc.h68 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/arch/sparc/include/asm/
Dpgalloc_64.h48 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/arch/s390/include/asm/
Dpgalloc.h88 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/arch/powerpc/include/asm/book3s/64/
Dpgalloc.h106 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/arch/powerpc/include/asm/nohash/64/
Dpgalloc.h65 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/arch/x86/include/asm/
Dpgalloc.h153 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/arch/frv/include/asm/
Dpgtable.h226 #define pud_free(mm, x) do { } while (0) macro