| /linux/mm/ |
| H A D | pt_reclaim.c | 23 pmd_clear(pmd); in try_get_and_clear_pmd() 58 pmd_clear(pmd); in try_to_free_pte()
|
| /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/riscv/mm/ |
| H A D | pgtable.c | 120 pmd_clear(pmd); in pmd_clear_huge() 128 pmd_clear(pmd); in pmd_free_pte_page()
|
| /linux/arch/arm/mm/ |
| H A D | mmu.c | 1294 pmd_clear(pmd_off_k(addr)); in prepare_page_table() 1302 pmd_clear(pmd_off_k(addr)); in prepare_page_table() 1305 pmd_clear(pmd_off_k(addr)); in prepare_page_table() 1313 pmd_clear(pmd_off_k(addr)); in prepare_page_table() 1328 pmd_clear(pmd_off_k(addr)); in prepare_page_table() 1383 pmd_clear(pmd_off_k(addr)); in devicemaps_init() 1728 pmd_clear(fixmap_pmd(va)); in early_fixmap_shutdown()
|
| H A D | kasan_init.c | 192 pmd_clear(pmd_off_k(start)); in clear_pgds()
|
| /linux/arch/x86/mm/ |
| H A D | pgtable.c | 711 pmd_clear(pmd); in pmd_clear_huge() 743 pmd_clear(&pmd[i]); in pud_free_pmd_page() 778 pmd_clear(pmd); in pmd_free_pte_page()
|
| H A D | init_64.c | 1058 pmd_clear(pmd); in free_pte_table() 1164 pmd_clear(pmd); in remove_pmd_table() 1171 pmd_clear(pmd); in remove_pmd_table()
|
| /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() 244 pmd_clear(pmd); in modify_pmd_table() 248 pmd_clear(pmd); in modify_pmd_table()
|
| /linux/mm/kasan/ |
| H A D | init.c | 296 pmd_clear(pmd); in kasan_free_pte() 382 pmd_clear(pmd); in kasan_remove_pmd_table()
|
| /linux/arch/arc/include/asm/ |
| H A D | pgtable-levels.h | 158 #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 | 120 static inline void pmd_clear (pmd_t *pmdp) { pmd_val (*pmdp) = 0; } in pmd_clear() function
|
| H A D | motorola_pgtable.h | 117 #define pmd_clear(pmdp) ({ pmd_val(*pmdp) = 0; }) macro
|
| H A D | mcf_pgtable.h | 138 static inline void pmd_clear(pmd_t *pmdp) { pmd_val(*pmdp) = 0; } in pmd_clear() function
|
| /linux/arch/loongarch/include/asm/ |
| H A D | pgtable.h | 260 static inline void pmd_clear(pmd_t *pmdp) in pmd_clear() function 613 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/powerpc/mm/book3s64/ |
| H A D | radix_pgtable.c | 704 pmd_clear(pmd); in free_pte_table() 1475 pmd_clear(pmdp); in radix__pmdp_collapse_flush() 1675 pmd_clear(pmd); in pmd_clear_huge() 1687 pmd_clear(pmd); in pmd_free_pte_page()
|
| /linux/arch/arm/include/asm/ |
| H A D | pgtable-3level.h | 148 #define pmd_clear(pmdp) \ macro
|
| /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/csky/include/asm/ |
| H A D | pgtable.h | 129 static inline void pmd_clear(pmd_t *p) in pmd_clear() function
|
| /linux/arch/alpha/include/asm/ |
| H A D | pgtable.h | 211 extern inline void pmd_clear(pmd_t * pmdp) { pmd_val(*pmdp) = 0; } in pmd_clear() function
|
| /linux/arch/um/include/asm/ |
| H A D | pgtable.h | 89 #define pmd_clear(xp) do { pmd_val(*(xp)) = _PAGE_NEEDSYNC; } while (0) macro
|
| /linux/arch/openrisc/include/asm/ |
| H A D | pgtable.h | 193 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) macro
|
| /linux/arch/microblaze/include/asm/ |
| H A D | pgtable.h | 228 #define pmd_clear(pmdp) do { pmd_val(*(pmdp)) = 0; } while (0) macro
|