Home
last modified time | relevance | path

Searched refs:page_kasan_tag_reset (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/arm64/mm/
H A Dcopypage.c25 page_kasan_tag_reset(to); in copy_highpage()
/openbmc/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkasan.rst399 ``page_kasan_tag_reset()`` 。请注意,通过 ``page_kasan_tag_reset()``
/openbmc/linux/mm/kasan/
H A Dcommon.c131 page_kasan_tag_reset(page + i); in __kasan_poison_slab()
/openbmc/linux/mm/
H A Dcma.c504 page_kasan_tag_reset(nth_page(page, i)); in cma_alloc()
H A Dmm_init.c572 page_kasan_tag_reset(page); in __init_single_page()
H A Dpage_alloc.c1549 page_kasan_tag_reset(page + i); in post_alloc_hook()
/openbmc/linux/Documentation/dev-tools/
H A Dkasan.rst482 ``kasan_reset_tag()`` or ``page_kasan_tag_reset()``. Note that temporarily
483 disabling access checking via ``page_kasan_tag_reset()`` requires saving and
/openbmc/linux/include/linux/
H A Dmm.h1830 static inline void page_kasan_tag_reset(struct page *page) in page_kasan_tag_reset() function
1844 static inline void page_kasan_tag_reset(struct page *page) { } in page_kasan_tag_reset() function