Home
last modified time | relevance | path

Searched refs:__msan_memset (Results 1 – 3 of 3) sorted by relevance

/linux/mm/kmsan/
H A Dinstrumentation.c209 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 Dkmsan_string.h18 void *__msan_memset(void *s, int c, size_t n);
H A Dfortify-string.h112 #define __underlying_memset __msan_memset