/linux/arch/riscv/mm/ |
H A D | pgtable.c | 122 pmd_clear(pmd); in pmd_clear_huge() 130 pmd_clear(pmd); in pmd_free_pte_page()
|
/linux/arch/m68k/mm/ |
H A D | kmap.c | 84 pmd_clear(pmd_dir); in __free_io_area() 95 pmd_clear(pmd_dir); in __free_io_area() 388 pmd_clear(pmd_dir); in kernel_set_cachemode()
|
/linux/arch/arm/mm/ |
H A D | mmu.c | 1305 pmd_clear(pmd_off_k(addr)); in prepare_page_table() 1313 pmd_clear(pmd_off_k(addr)); in prepare_page_table() 1316 pmd_clear(pmd_off_k(addr)); in prepare_page_table() 1324 pmd_clear(pmd_off_k(addr)); in prepare_page_table() 1339 pmd_clear(pmd_off_k(addr)); in prepare_page_table() 1394 pmd_clear(pmd_off_k(addr)); in devicemaps_init() 1739 pmd_clear(fixmap_pmd(va)); in early_fixmap_shutdown()
|
H A D | pgd.c | 170 pmd_clear(pmd); in pgd_free()
|
H A D | kasan_init.c | 192 pmd_clear(pmd_off_k(start)); in clear_pgds()
|
/linux/arch/powerpc/include/asm/nohash/32/ |
H A D | pgtable.h | 157 static inline void pmd_clear(pmd_t *pmdp) in pmd_clear() function
|
/linux/arch/s390/mm/ |
H A D | vmem.c | 219 pmd_clear(pmd); in try_free_pte_table() 247 pmd_clear(pmd); in modify_pmd_table() 251 pmd_clear(pmd); in modify_pmd_table()
|
/linux/arch/x86/mm/ |
H A D | pgtable.c | 810 pmd_clear(pmd); in pmd_clear_huge() 842 pmd_clear(&pmd[i]); in pud_free_pmd_page() 878 pmd_clear(pmd); in pmd_free_pte_page()
|
H A D | init_64.c | 1029 pmd_clear(pmd); in free_pte_table() 1135 pmd_clear(pmd); in remove_pmd_table() 1144 pmd_clear(pmd); in remove_pmd_table()
|
/linux/mm/kasan/ |
H A D | init.c | 310 pmd_clear(pmd); in kasan_free_pte() 396 pmd_clear(pmd); in kasan_remove_pmd_table()
|
/linux/arch/arc/include/asm/ |
H A D | pgtable-levels.h | 159 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) macro
|
/linux/arch/powerpc/include/asm/nohash/64/ |
H A D | pgtable.h | 91 static inline void pmd_clear(pmd_t *pmdp) in pmd_clear() function
|
/linux/arch/m68k/include/asm/ |
H A D | sun3_pgtable.h | 126 static inline void pmd_clear (pmd_t *pmdp) { pmd_val (*pmdp) = 0; } in pmd_clear() function
|
H A D | mcf_pgtable.h | 144 static inline void pmd_clear(pmd_t *pmdp) { pmd_val(*pmdp) = 0; } in pmd_clear() function
|
H A D | motorola_pgtable.h | 123 #define pmd_clear(pmdp) ({ pmd_val(*pmdp) = 0; }) macro
|
/linux/arch/loongarch/include/asm/ |
H A D | pgtable.h | 245 static inline void pmd_clear(pmd_t *pmdp) in pmd_clear() function 591 pmd_clear(pmdp); in pmdp_huge_get_and_clear()
|
/linux/arch/hexagon/include/asm/ |
H A D | pgtable.h | 168 static inline void pmd_clear(pmd_t *pmd_entry_ptr) in pmd_clear() function
|
/linux/arch/nios2/include/asm/ |
H A D | pgtable.h | 167 static inline void pmd_clear(pmd_t *pmdp) in pmd_clear() function
|
/linux/arch/arm64/mm/ |
H A D | mmu.c | 891 pmd_clear(pmdp); in unmap_hotplug_pmd_range() 1018 pmd_clear(pmdp); in free_empty_pte_table() 1243 pmd_clear(pmdp); in pmd_clear_huge() 1260 pmd_clear(pmdp); in pmd_free_pte_page()
|
/linux/arch/powerpc/mm/book3s64/ |
H A D | radix_pgtable.c | 716 pmd_clear(pmd); in free_pte_table() 1467 pmd_clear(pmdp); in radix__pmdp_collapse_flush() 1667 pmd_clear(pmd); in pmd_clear_huge() 1679 pmd_clear(pmd); in pmd_free_pte_page()
|
H A D | hash_pgtable.c | 233 pmd_clear(pmdp); in hash__pmdp_collapse_flush()
|
/linux/arch/csky/include/asm/ |
H A D | pgtable.h | 129 static inline void pmd_clear(pmd_t *p) in pmd_clear() function
|
/linux/mm/ |
H A D | pgtable-generic.c | 55 pmd_clear(pmd); in pmd_clear_bad()
|
/linux/arch/alpha/include/asm/ |
H A D | pgtable.h | 241 extern inline void pmd_clear(pmd_t * pmdp) { pmd_val(*pmdp) = 0; } in pmd_clear() function
|
/linux/arch/microblaze/include/asm/ |
H A D | pgtable.h | 229 #define pmd_clear(pmdp) do { pmd_val(*(pmdp)) = 0; } while (0) macro
|