Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/kernel/
Dcrash_reserve.c450 kmemleak_ignore_phys(crash_base); in reserve_crashkernel_generic()
452 kmemleak_ignore_phys(crashk_low_res.start); in reserve_crashkernel_generic()
/linux-6.12.1/Documentation/translations/zh_CN/dev-tools/
Dkmemleak.rst161 - ``kmemleak_ignore_phys``
/linux-6.12.1/drivers/of/
Dof_reserved_mem.c54 kmemleak_ignore_phys(base); in early_init_dt_alloc_reserved_memory_arch()
/linux-6.12.1/mm/
Dcma.c361 kmemleak_ignore_phys(addr); in cma_declare_contiguous_nid()
Dkmemleak.c1302 void __ref kmemleak_ignore_phys(phys_addr_t phys) in kmemleak_ignore_phys() function
1309 EXPORT_SYMBOL(kmemleak_ignore_phys);
Dpercpu.c3064 kmemleak_ignore_phys(__pa(ptr)); in pcpu_embed_first_chunk()
3258 kmemleak_ignore_phys(__pa(ptr)); in pcpu_page_first_chunk()
3365 kmemleak_ignore_phys(__pa(fc)); in setup_per_cpu_areas()
/linux-6.12.1/drivers/acpi/
Dtables.c513 kmemleak_ignore_phys(acpi_tables_addr); in acpi_table_upgrade()
/linux-6.12.1/Documentation/dev-tools/
Dkmemleak.rst177 - ``kmemleak_ignore_phys``
/linux-6.12.1/mm/kfence/
Dcore.c696 kmemleak_ignore_phys(__pa(__kfence_pool)); in kfence_init_pool_early()