Home
last modified time | relevance | path

Searched refs:pgd_clear (Results 1 – 17 of 17) sorted by relevance

/linux/arch/m68k/include/asm/
H A Dpgtable_no.h22 #define pgd_clear(pgdp) macro
/linux/arch/arm/include/asm/
H A Dpgtable-nommu.h23 #define pgd_clear(pgdp) macro
/linux/include/asm-generic/
H A Dpgtable-nop4d.h24 static inline void pgd_clear(pgd_t *pgd) { } in pgd_clear() function
/linux/mm/kasan/
H A Dinit.c341 pgd_clear(pgd); in kasan_free_p4d()
469 pgd_clear(pgd); in kasan_remove_zero_shadow()
/linux/arch/riscv/include/asm/
H A Dpgtable-64.h375 static inline void pgd_clear(pgd_t *pgd) in pgd_clear() function
/linux/mm/
H A Dpgtable-generic.c30 pgd_clear(pgd); in pgd_clear_bad()
H A Ddebug_vm_pgtable.c576 pgd_clear(args->pgdp); in pgd_clear_tests()
594 pgd_clear(args->pgdp); in pgd_populate_tests()
1036 pgd_clear(args->pgdp); in destroy_args()
H A Dmemory.c295 pgd_clear(pgd); in free_p4d_range()
/linux/arch/parisc/kernel/
H A Dpci-dma.c200 pgd_clear(dir); in unmap_uncached_pmd()
/linux/arch/x86/mm/
H A Dkasan_init_64.c181 pgd_clear(pgd); in clear_pgds()
H A Dpgtable.c226 pgd_clear(pgdp); in mop_up_one_pmd()
/linux/arch/riscv/mm/
H A Dkasan_init.c226 pgd_clear(pgdp); in kasan_early_clear_pgd()
/linux/arch/s390/mm/
H A Dvmem.c427 pgd_clear(pgd); in try_free_p4d_table()
/linux/arch/x86/include/asm/
H A Dpgtable.h77 #define pgd_clear(pgd) (pgtable_l5_enabled() ? native_pgd_clear(pgd) : 0) macro
/linux/arch/s390/include/asm/
H A Dpgtable.h1034 static inline void pgd_clear(pgd_t *pgd) in pgd_clear() function
/linux/Documentation/mm/
H A Dprocess_addrs.rst630 as in :c:func:`!pXX_clear` functions - :c:func:`!pgd_clear`,
726 cleared without page table locks (in the :c:func:`!pgd_clear`, :c:func:`!p4d_clear`,
/linux/arch/arm64/include/asm/
H A Dpgtable.h1144 static inline void pgd_clear(pgd_t *pgdp) in pgd_clear() function