Searched defs:pmd_free (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/32/ |
A D | pgalloc.h | 13 #define pmd_free(mm, x) do { } while (0) macro
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | sun3_pgalloc.h | 40 #define pmd_free(mm, x) do { } while (0) macro
|
A D | mcf_pgalloc.h | 74 #define pmd_free(mm, pmd) BUG() macro
|
A D | motorola_pgalloc.h | 59 static inline int pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/linux-6.3-rc2/arch/sh/mm/ |
A D | pgtable.c | 53 void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | pgalloc.h | 57 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/ |
A D | pgalloc.h | 24 #define pmd_free(mm, x) do { } while (0) macro
|
/linux-6.3-rc2/include/asm-generic/ |
A D | pgalloc.h | 138 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
A D | pgtable-nopmd.h | 63 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/64/ |
A D | pgalloc.h | 57 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | pgalloc_32.h | 50 #define pmd_free(mm, pmd) free_pmd_fast(pmd) macro
|
A D | pgalloc_64.h | 58 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | pgalloc.h | 38 #define pmd_free(mm, pmd) do { } while (0) macro
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | pgalloc.h | 96 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/ |
A D | pgalloc.h | 147 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
Completed in 10 milliseconds