/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | pgalloc.h | 91 #define pud_free pud_free macro 92 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function 98 #define __pud_free_tlb(tlb, pud, addr) pud_free((tlb)->mm, pud)
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | pgd.c | 133 pud_free(mm, new_pud); in pgd_alloc() 179 pud_free(mm, pud); in pgd_free() 204 pud_free(mm, pud); in pgd_free()
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | pgd.c | 133 pud_free(mm, new_pud); in pgd_alloc() 179 pud_free(mm, pud); in pgd_free() 204 pud_free(mm, pud); in pgd_free()
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | pgalloc.h | 39 #define __pud_free_tlb(tlb, pud, address) pud_free((tlb)->mm, pud)
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/ |
H A D | pgalloc.h | 26 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | pgalloc.h | 39 #define __pud_free_tlb(tlb, pud, address) pud_free((tlb)->mm, pud)
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | pgtable-nopud.h | 59 #define pud_free(mm, x) do { } while (0) macro
|
H A D | pgalloc.h | 170 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | pgtable-nopud.h | 59 #define pud_free(mm, x) do { } while (0) macro
|
H A D | pgalloc.h | 198 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | pgalloc.h | 100 #define __pud_free_tlb(tlb, x, addr) pud_free((tlb)->mm, x)
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | pgalloc.h | 106 #define __pud_free_tlb(tlb, x, addr) pud_free((tlb)->mm, x)
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | pgalloc.h | 109 #define __pud_free_tlb(tlb, x, addr) pud_free((tlb)->mm, x)
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | pgalloc.h | 93 #define __pud_free_tlb(tlb, x, addr) pud_free((tlb)->mm, x)
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/64/ |
H A D | pgalloc.h | 29 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/kernel/linux/linux-6.6/arch/arc/include/asm/ |
H A D | pgalloc.h | 80 #define __pud_free_tlb(tlb, pmd, addr) pud_free((tlb)->mm, pmd)
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | pgalloc_64.h | 48 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
H A D | pgalloc.h | 124 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/ |
H A D | pgalloc.h | 126 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | pgalloc_64.h | 48 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/kernel/linux/linux-5.10/arch/um/kernel/skas/ |
H A D | mmu.c | 51 pud_free(mm, pud); in init_stub_pte()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | pgalloc.h | 76 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | pgalloc.h | 76 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/kernel/linux/linux-5.10/arch/mips/kvm/ |
H A D | mmu.c | 250 pud_free(NULL, pud); in kvm_mips_flush_gpa_pgd() 910 pud_free(NULL, pud); in kvm_mips_flush_gva_pgd()
|
/kernel/linux/linux-6.6/arch/mips/kvm/ |
H A D | mmu.c | 249 pud_free(NULL, pud); in kvm_mips_flush_gpa_pgd()
|