| /linux-6.15/arch/arm/mm/ |
| H A D | pgd.c | 176 p4d_clear(p4d); in pgd_free() 201 p4d_clear(p4d); in pgd_free()
|
| /linux-6.15/include/asm-generic/ |
| H A D | pgtable-nopud.h | 31 static inline void p4d_clear(p4d_t *p4d) { } in p4d_clear() function
|
| /linux-6.15/arch/powerpc/include/asm/nohash/64/ |
| H A D | pgtable-4k.h | 67 static inline void p4d_clear(p4d_t *p4dp) in p4d_clear() function
|
| /linux-6.15/arch/um/include/asm/ |
| H A D | pgtable-4level.h | 89 static inline void p4d_clear (p4d_t *p4d) in p4d_clear() function
|
| /linux-6.15/mm/kasan/ |
| H A D | init.c | 328 p4d_clear(p4d); in kasan_free_pud() 437 p4d_clear(p4d); in kasan_remove_p4d_table()
|
| /linux-6.15/arch/x86/mm/ |
| H A D | kasan_init_64.c | 183 p4d_clear(p4d_offset(pgd, start)); in clear_pgds() 188 p4d_clear(p4d_offset(pgd, start)); in clear_pgds()
|
| H A D | init_64.c | 1077 p4d_clear(p4d); in free_pud_table()
|
| /linux-6.15/arch/arc/include/asm/ |
| H A D | pgtable-levels.h | 110 #define p4d_clear(xp) do { p4d_val(*(xp)) = 0; } while (0) macro
|
| /linux-6.15/arch/mips/include/asm/ |
| H A D | pgtable-64.h | 202 static inline void p4d_clear(p4d_t *p4dp) in p4d_clear() function
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | pgtable-64.h | 308 static inline void p4d_clear(p4d_t *p4d) in p4d_clear() function
|
| /linux-6.15/mm/ |
| H A D | pgtable-generic.c | 35 p4d_clear(p4d); in p4d_clear_bad()
|
| H A D | debug_vm_pgtable.c | 536 p4d_clear(args->p4dp); in p4d_clear_tests() 554 p4d_clear(args->p4dp); in p4d_populate_tests() 586 p4d_clear(args->p4dp); in pgd_populate_tests()
|
| /linux-6.15/arch/sparc/mm/ |
| H A D | hugetlbpage.c | 379 p4d_clear(p4d); in hugetlb_free_pud_range()
|
| /linux-6.15/arch/loongarch/include/asm/ |
| H A D | pgtable.h | 163 static inline void p4d_clear(p4d_t *p4dp) in p4d_clear() function
|
| /linux-6.15/arch/riscv/mm/ |
| H A D | kasan_init.c | 208 p4d_clear(p4dp); in kasan_early_clear_p4d()
|
| H A D | init.c | 1622 p4d_clear(p4d); in free_pud_table() 1742 p4d_clear(p4dp); in remove_p4d_mapping()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | paravirt.h | 512 static inline void p4d_clear(p4d_t *p4dp) in p4d_clear() function
|
| H A D | pgtable.h | 85 #define p4d_clear(p4d) native_p4d_clear(p4d) macro
|
| /linux-6.15/arch/s390/mm/ |
| H A D | vmem.c | 376 p4d_clear(p4d); in try_free_pud_table()
|
| /linux-6.15/arch/sparc/include/asm/ |
| H A D | pgtable_64.h | 866 #define p4d_clear(p4dp) (p4d_val(*(p4dp)) = 0UL) macro
|
| /linux-6.15/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgtable.h | 939 static inline void p4d_clear(p4d_t *p4dp) in p4d_clear() function
|
| /linux-6.15/arch/powerpc/kvm/ |
| H A D | book3s_64_mmu_radix.c | 560 p4d_clear(p4d); in kvmppc_free_pgtable_radix()
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | mmu.c | 1098 p4d_clear(p4dp); in free_empty_pud_table()
|
| /linux-6.15/arch/powerpc/mm/book3s64/ |
| H A D | radix_pgtable.c | 734 p4d_clear(p4d); in free_pud_table()
|
| /linux-6.15/Documentation/mm/ |
| H A D | process_addrs.rst | 588 :c:func:`!p4d_clear`, :c:func:`!pud_clear`, :c:func:`!pmd_clear`, and 683 cleared without page table locks (in the :c:func:`!pgd_clear`, :c:func:`!p4d_clear`,
|