Searched refs:__msan_memset (Results 1 – 5 of 5) sorted by relevance
| /linux/mm/kmsan/ |
| H A D | instrumentation.c | 209 void *__msan_memset(void *dst, int c, uintptr_t n); 210 void *__msan_memset(void *dst, int c, uintptr_t n) in __msan_memset() function 232 EXPORT_SYMBOL(__msan_memset);
|
| /linux/include/linux/ |
| H A D | kmsan_string.h | 18 void *__msan_memset(void *s, int c, size_t n);
|
| H A D | fortify-string.h | 110 #define __underlying_memset __msan_memset
|
| /linux/Documentation/translations/zh_CN/dev-tools/ |
| H A D | kmsan.rst | 277 void *__msan_memset(void *dst, int c, uintptr_t n)
|
| /linux/Documentation/dev-tools/ |
| H A D | kmsan.rst | 311 void *__msan_memset(void *dst, int c, uintptr_t n)
|