Home
last modified time | relevance | path

Searched refs:kmemleak_ignore_phys (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/include/linux/
Dkmemleak.h35 extern void kmemleak_ignore_phys(phys_addr_t phys) __ref;
115 static inline void kmemleak_ignore_phys(phys_addr_t phys) in kmemleak_ignore_phys() function
/Linux-v6.6/arch/arm64/mm/
Dinit.c230 kmemleak_ignore_phys(crash_base); in reserve_crashkernel()
232 kmemleak_ignore_phys(crashk_low_res.start); in reserve_crashkernel()
/Linux-v6.6/drivers/of/
Dof_reserved_mem.c53 kmemleak_ignore_phys(base); in early_init_dt_alloc_reserved_memory_arch()
/Linux-v6.6/mm/
Dcma.c370 kmemleak_ignore_phys(addr); in cma_declare_contiguous_nid()
Dkmemleak.c1238 void __ref kmemleak_ignore_phys(phys_addr_t phys) in kmemleak_ignore_phys() function
1245 EXPORT_SYMBOL(kmemleak_ignore_phys);
Dpercpu.c3092 kmemleak_ignore_phys(__pa(ptr)); in pcpu_embed_first_chunk()
3286 kmemleak_ignore_phys(__pa(ptr)); in pcpu_page_first_chunk()
3399 kmemleak_ignore_phys(__pa(fc)); in setup_per_cpu_areas()
/Linux-v6.6/drivers/acpi/
Dtables.c671 kmemleak_ignore_phys(acpi_tables_addr); in acpi_table_upgrade()
/Linux-v6.6/Documentation/dev-tools/
Dkmemleak.rst177 - ``kmemleak_ignore_phys``
/Linux-v6.6/mm/kfence/
Dcore.c677 kmemleak_ignore_phys(__pa(__kfence_pool)); in kfence_init_pool_early()