Searched defs:pud_free (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/arch/powerpc/include/asm/nohash/64/ |
D | pgalloc.h | 26 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/Linux-v5.4/arch/mips/include/asm/ |
D | pgalloc.h | 94 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | pgalloc.h | 49 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/Linux-v5.4/include/asm-generic/ |
D | 4level-fixup.h | 32 #define pud_free(mm, x) do { } while (0) macro
|
D | pgtable-nopud.h | 61 #define pud_free(mm, x) do { } while (0) macro
|
D | pgtable-nop4d-hack.h | 57 #define pud_free(mm, x) do { } while (0) macro
|
/Linux-v5.4/arch/arm64/include/asm/ |
D | pgalloc.h | 70 static inline void pud_free(struct mm_struct *mm, pud_t *pudp) in pud_free() function
|
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 112 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | pgalloc_64.h | 48 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/Linux-v5.4/arch/s390/include/asm/ |
D | pgalloc.h | 68 #define pud_free(mm, pud) crst_table_free(mm, (unsigned long *) pud) macro
|
/Linux-v5.4/arch/x86/include/asm/ |
D | pgalloc.h | 159 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|