Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/include/asm/
Dstring_32.h165 static inline void *__memset_generic(void *s, char c, size_t count) in __memset_generic() function
177 #define __constant_count_memset(s, c, count) __memset_generic((s), (c), (count))
190 : __memset_generic((s), (c), (count)))