/linux/arch/arm/mm/ |
H A D | pgd.c | 178 p4d_clear(p4d); in pgd_free() 203 p4d_clear(p4d); in pgd_free()
|
/linux/include/asm-generic/ |
H A D | pgtable-nopud.h | 31 static inline void p4d_clear(p4d_t *p4d) { } in p4d_clear() function
|
/linux/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/arch/x86/mm/ |
H A 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()
|
H A D | init_64.c | 1065 p4d_clear(p4d); in free_pud_table()
|
/linux/mm/kasan/ |
H A D | init.c | 340 p4d_clear(p4d); in kasan_free_pud() 449 p4d_clear(p4d); in kasan_remove_p4d_table()
|
/linux/arch/arc/include/asm/ |
H A D | pgtable-levels.h | 110 #define p4d_clear(xp) do { p4d_val(*(xp)) = 0; } while (0) macro
|
/linux/arch/mips/include/asm/ |
H A D | pgtable-64.h | 202 static inline void p4d_clear(p4d_t *p4dp) in p4d_clear() function
|
/linux/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/arch/riscv/include/asm/ |
H A D | pgtable-64.h | 308 static inline void p4d_clear(p4d_t *p4d) in p4d_clear() function
|
/linux/arch/sparc/mm/ |
H A D | hugetlbpage.c | 487 p4d_clear(p4d); in hugetlb_free_pud_range()
|
/linux/arch/riscv/mm/ |
H A D | kasan_init.c | 208 p4d_clear(p4dp); in kasan_early_clear_p4d()
|
H A D | init.c | 1606 p4d_clear(p4d); in free_pud_table() 1726 p4d_clear(p4dp); in remove_p4d_mapping()
|
/linux/arch/loongarch/include/asm/ |
H A D | pgtable.h | 163 static inline void p4d_clear(p4d_t *p4dp) in p4d_clear() function
|
/linux/arch/s390/mm/ |
H A D | vmem.c | 383 p4d_clear(p4d); in try_free_pud_table()
|
/linux/arch/x86/include/asm/ |
H A D | paravirt.h | 524 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/arch/sparc/include/asm/ |
H A D | pgtable_64.h | 866 #define p4d_clear(p4dp) (p4d_val(*(p4dp)) = 0UL) macro
|
/linux/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/arch/powerpc/kvm/ |
H A D | book3s_64_mmu_radix.c | 560 p4d_clear(p4d); in kvmppc_free_pgtable_radix()
|
/linux/arch/powerpc/mm/book3s64/ |
H A D | radix_pgtable.c | 746 p4d_clear(p4d); in free_pud_table()
|
/linux/arch/arm64/mm/ |
H A D | mmu.c | 1098 p4d_clear(p4dp); in free_empty_pud_table()
|
/linux/arch/s390/include/asm/ |
H A D | pgtable.h | 1007 static inline void p4d_clear(p4d_t *p4d) in p4d_clear() function
|
/linux/arch/arm64/include/asm/ |
H A D | pgtable.h | 915 static inline void p4d_clear(p4d_t *p4dp) in p4d_clear() function
|