Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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
/openbmc/linux/arch/arm64/mm/
H A Dinit.c230 kmemleak_ignore_phys(crash_base); in reserve_crashkernel()
232 kmemleak_ignore_phys(crashk_low_res.start); in reserve_crashkernel()
/openbmc/linux/drivers/of/
H A Dof_reserved_mem.c54 kmemleak_ignore_phys(base); in early_init_dt_alloc_reserved_memory_arch()
/openbmc/linux/mm/
H A Dcma.c366 kmemleak_ignore_phys(addr); in cma_declare_contiguous_nid()
H A Dkmemleak.c1238 void __ref kmemleak_ignore_phys(phys_addr_t phys) in kmemleak_ignore_phys() function
1245 EXPORT_SYMBOL(kmemleak_ignore_phys);
H A Dpercpu.c3092 kmemleak_ignore_phys(__pa(ptr)); in pcpu_embed_first_chunk()
3286 kmemleak_ignore_phys(__pa(ptr)); in pcpu_page_first_chunk()
3393 kmemleak_ignore_phys(__pa(fc)); in setup_per_cpu_areas()
/openbmc/linux/drivers/acpi/
H A Dtables.c671 kmemleak_ignore_phys(acpi_tables_addr); in acpi_table_upgrade()
/openbmc/linux/Documentation/dev-tools/
H A Dkmemleak.rst177 - ``kmemleak_ignore_phys``
/openbmc/linux/mm/kfence/
H A Dcore.c678 kmemleak_ignore_phys(__pa(__kfence_pool)); in kfence_init_pool_early()