Searched refs:kmemleak_alloc_phys (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | kmemleak.h | 32 extern void kmemleak_alloc_phys(phys_addr_t phys, size_t size, 108 static inline void kmemleak_alloc_phys(phys_addr_t phys, size_t size, in kmemleak_alloc_phys() function
|
/openbmc/linux/tools/testing/memblock/linux/ |
H A D | kmemleak.h | 9 static inline void kmemleak_alloc_phys(phys_addr_t phys, size_t size, in kmemleak_alloc_phys() function
|
/openbmc/linux/mm/ |
H A D | kmemleak.c | 1204 void __ref kmemleak_alloc_phys(phys_addr_t phys, size_t size, gfp_t gfp) in kmemleak_alloc_phys() function 1215 EXPORT_SYMBOL(kmemleak_alloc_phys);
|
H A D | memblock.c | 1467 kmemleak_alloc_phys(found, size, 0); in memblock_alloc_range_nid()
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kmemleak.rst | 175 - ``kmemleak_alloc_phys``
|