Searched defs:memzero (Results  1 – 11 of 11) sorted by relevance
| /linux-4.4.14/arch/h8300/boot/compressed/ | 
| D | misc.c | 23 #define memzero(s, n)     memset((s), (0), (n))  macro
 | 
| /linux-4.4.14/arch/m32r/boot/compressed/ | 
| D | misc.c | 21 #define memzero(s, n)     memset ((s), 0, (n))  macro
 | 
| /linux-4.4.14/arch/sh/boot/compressed/ | 
| D | misc.c | 26 #define memzero(s, n)     memset ((s), 0, (n))  macro
 | 
| /linux-4.4.14/arch/s390/boot/compressed/ | 
| D | misc.c | 24 #define memzero(s, n) memset((s), 0, (n))  macro
 | 
| /linux-4.4.14/lib/xz/ | 
| D | xz_private.h | 41 #		define memzero(buf, size) memset(buf, 0, size)  macro
 | 
| /linux-4.4.14/lib/ | 
| D | decompress_unxz.c | 192 static void memzero(void *buf, size_t size)  in memzero()  function
 | 
| /linux-4.4.14/arch/x86/boot/compressed/ | 
| D | misc.c | 109 #define memzero(s, n)	memset((s), 0, (n))  macro
 | 
| /linux-4.4.14/arch/alpha/boot/ | 
| D | misc.c | 26 #define memzero(s,n)	memset ((s),0,(n))  macro
 | 
| /linux-4.4.14/arch/nios2/boot/compressed/ | 
| D | misc.c | 40 #define memzero(s, n)		memset((s), 0, (n))  macro
 | 
| /linux-4.4.14/arch/cris/boot/compressed/ | 
| D | misc.c | 45 #define memzero(s, n)     memset((s), 0, (n))  macro
 | 
| /linux-4.4.14/arch/mn10300/boot/compressed/ | 
| D | misc.c | 68 #define memzero(s, n) memset((s), 0, (n))  macro
 |