/linux-6.1.9/arch/arm/mm/ |
D | pgd.c | 178 p4d_clear(p4d); in pgd_free() 203 p4d_clear(p4d); in pgd_free()
|
/linux-6.1.9/include/asm-generic/ |
D | pgtable-nopud.h | 31 static inline void p4d_clear(p4d_t *p4d) { } in p4d_clear() function
|
/linux-6.1.9/arch/powerpc/include/asm/nohash/64/ |
D | pgtable-4k.h | 67 static inline void p4d_clear(p4d_t *p4dp) in p4d_clear() function
|
/linux-6.1.9/arch/x86/mm/ |
D | kasan_init_64.c | 184 p4d_clear(p4d_offset(pgd, start)); in clear_pgds() 189 p4d_clear(p4d_offset(pgd, start)); in clear_pgds()
|
D | init_64.c | 1055 p4d_clear(p4d); in free_pud_table()
|
/linux-6.1.9/mm/kasan/ |
D | init.c | 324 p4d_clear(p4d); in kasan_free_pud() 430 p4d_clear(p4d); in kasan_remove_p4d_table()
|
/linux-6.1.9/arch/arc/include/asm/ |
D | pgtable-levels.h | 110 #define p4d_clear(xp) do { p4d_val(*(xp)) = 0; } while (0) macro
|
/linux-6.1.9/mm/ |
D | pgtable-generic.c | 32 p4d_clear(p4d); in p4d_clear_bad()
|
D | debug_vm_pgtable.c | 570 p4d_clear(args->p4dp); in p4d_clear_tests() 588 p4d_clear(args->p4dp); in p4d_populate_tests() 621 p4d_clear(args->p4dp); in pgd_populate_tests()
|
/linux-6.1.9/arch/mips/include/asm/ |
D | pgtable-64.h | 202 static inline void p4d_clear(p4d_t *p4dp) in p4d_clear() function
|
/linux-6.1.9/arch/riscv/include/asm/ |
D | pgtable-64.h | 272 static inline void p4d_clear(p4d_t *p4d) in p4d_clear() function
|
/linux-6.1.9/arch/ia64/include/asm/ |
D | pgtable.h | 266 #define p4d_clear(p4dp) (p4d_val(*(p4dp)) = 0UL) macro
|
/linux-6.1.9/arch/sparc/mm/ |
D | hugetlbpage.c | 496 p4d_clear(p4d); in hugetlb_free_pud_range()
|
/linux-6.1.9/arch/powerpc/mm/ |
D | hugetlbpage.c | 450 p4d_clear(p4d); in hugetlb_free_pud_range()
|
/linux-6.1.9/arch/loongarch/include/asm/ |
D | pgtable.h | 132 static inline void p4d_clear(p4d_t *p4dp) in p4d_clear() function
|
/linux-6.1.9/arch/s390/mm/ |
D | vmem.c | 385 p4d_clear(p4d); in try_free_pud_table()
|
/linux-6.1.9/arch/x86/include/asm/ |
D | paravirt.h | 531 static inline void p4d_clear(p4d_t *p4dp) in p4d_clear() function
|
D | pgtable.h | 85 #define p4d_clear(p4d) native_p4d_clear(p4d) macro
|
/linux-6.1.9/arch/sparc/include/asm/ |
D | pgtable_64.h | 844 #define p4d_clear(p4dp) (p4d_val(*(p4dp)) = 0UL) macro
|
/linux-6.1.9/arch/powerpc/mm/book3s64/ |
D | radix_pgtable.c | 720 p4d_clear(p4d); in free_pud_table()
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | pgtable.h | 765 static inline void p4d_clear(p4d_t *p4dp) in p4d_clear() function
|
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 1014 static inline void p4d_clear(p4d_t *p4dp) in p4d_clear() function
|
/linux-6.1.9/arch/powerpc/kvm/ |
D | book3s_64_mmu_radix.c | 554 p4d_clear(p4d); in kvmppc_free_pgtable_radix()
|
/linux-6.1.9/arch/arm64/mm/ |
D | mmu.c | 1144 p4d_clear(p4dp); in free_empty_pud_table()
|
/linux-6.1.9/arch/s390/include/asm/ |
D | pgtable.h | 943 static inline void p4d_clear(p4d_t *p4d) in p4d_clear() function
|