/Linux-v4.19/arch/arm/mm/ |
D | pgd.c | 150 pgd_clear(pgd); in pgd_free() 169 pgd_clear(pgd); in pgd_free()
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | pgtable_no.h | 22 #define pgd_clear(pgdp) macro
|
D | sun3_pgtable.h | 151 static inline void pgd_clear (pgd_t *pgdp) {} in pgd_clear() function
|
D | mcf_pgtable.h | 204 static inline void pgd_clear(pgd_t *pgdp) {} in pgd_clear() function
|
D | motorola_pgtable.h | 153 #define pgd_clear(pgdp) ({ pgd_val(*pgdp) = 0; }) macro
|
/Linux-v4.19/include/asm-generic/ |
D | 4level-fixup.h | 24 #define pud_clear(pud) pgd_clear(pud)
|
D | pgtable-nop4d-hack.h | 30 static inline void pgd_clear(pgd_t *pgd) { } in pgd_clear() function
|
D | pgtable-nop4d.h | 25 static inline void pgd_clear(pgd_t *pgd) { } in pgd_clear() function
|
D | 5level-fixup.h | 26 #define p4d_clear(p4d) pgd_clear(p4d)
|
/Linux-v4.19/arch/c6x/include/asm/ |
D | pgtable.h | 29 #define pgd_clear(pgdp) macro
|
/Linux-v4.19/arch/arm/include/asm/ |
D | pgtable-nommu.h | 26 #define pgd_clear(pgdp) macro
|
D | stage2_pgtable.h | 23 #define stage2_pgd_clear(pgd) pgd_clear(pgd)
|
/Linux-v4.19/arch/m68k/mm/ |
D | kmap.c | 268 pgd_clear(pgd_dir); in __iounmap() 346 pgd_clear(pgd_dir); in kernel_set_cachemode()
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/ |
D | pgtable-4k.h | 63 static inline void pgd_clear(pgd_t *pgdp) in pgd_clear() function
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | stage2_pgtable.h | 81 #define stage2_pgd_clear(pgd) pgd_clear(pgd)
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | pgtable.h | 25 #define pgd_clear(pgdp) macro 326 #define pgd_clear(xp) do { } while (0) macro
|
/Linux-v4.19/mm/kasan/ |
D | kasan_init.c | 338 pgd_clear(pgd); in kasan_free_p4d() 461 pgd_clear(pgd); in kasan_remove_zero_shadow()
|
/Linux-v4.19/mm/ |
D | pgtable-generic.c | 23 pgd_clear(pgd); in pgd_clear_bad()
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | pgtable.h | 333 static inline void pgd_clear(pgd_t *pgd) { in pgd_clear() function 351 static inline void pgd_clear(pgd_t * pgdp) { } in pgd_clear() function
|
/Linux-v4.19/arch/mips/include/asm/ |
D | pgtable-64.h | 207 static inline void pgd_clear(pgd_t *pgdp) in pgd_clear() function
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | pgtable_32.h | 202 static inline void pgd_clear(pgd_t *pgdp) in pgd_clear() function
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | pgtable.h | 262 extern inline void pgd_clear(pgd_t * pgdp) { pgd_val(*pgdp) = 0; } in pgd_clear() function
|
/Linux-v4.19/arch/x86/mm/ |
D | kasan_init_64.c | 184 pgd_clear(pgd); in clear_pgds()
|
/Linux-v4.19/arch/parisc/kernel/ |
D | pci-dma.c | 196 pgd_clear(dir); in unmap_uncached_pmd()
|
/Linux-v4.19/arch/nds32/include/asm/ |
D | pgtable.h | 352 #define pgd_clear(pgdp) do { } while (0) macro
|