Searched refs:__msan_memmove (Results 1 – 5 of 5) sorted by relevance
/linux/mm/kmsan/ |
H A D | instrumentation.c | 157 void *__msan_memmove(void *dst, const void *src, uintptr_t n); 158 void *__msan_memmove(void *dst, const void *src, uintptr_t n) in __msan_memmove() function 179 EXPORT_SYMBOL(__msan_memmove);
|
/linux/include/linux/ |
H A D | kmsan_string.h | 19 void *__msan_memmove(void *dest, const void *src, size_t len);
|
H A D | fortify-string.h | 111 #define __underlying_memmove __msan_memmove
|
/linux/Documentation/translations/zh_CN/dev-tools/ |
H A D | kmsan.rst | 276 void *__msan_memmove(void *dst, void *src, uintptr_t n)
|
/linux/Documentation/dev-tools/ |
H A D | kmsan.rst | 310 void *__msan_memmove(void *dst, void *src, uintptr_t n)
|