Searched defs:memzero (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/arch/powerpc/boot/ |
D | xz_config.h | 28 #define memzero(buf, size) memset(buf, 0, size) macro
|
/Linux-v4.19/arch/s390/boot/compressed/ |
D | misc.c | 25 #define memzero(s, n) memset((s), 0, (n)) macro
|
/Linux-v4.19/arch/h8300/boot/compressed/ |
D | misc.c | 24 #define memzero(s, n) memset((s), (0), (n)) macro
|
/Linux-v4.19/arch/sh/boot/compressed/ |
D | misc.c | 27 #define memzero(s, n) memset ((s), 0, (n)) macro
|
/Linux-v4.19/lib/xz/ |
D | xz_private.h | 41 # define memzero(buf, size) memset(buf, 0, size) macro
|
/Linux-v4.19/lib/ |
D | decompress_unxz.c | 192 static void memzero(void *buf, size_t size) in memzero() function
|
/Linux-v4.19/arch/x86/boot/compressed/ |
D | misc.c | 38 #define memzero(s, n) memset((s), 0, (n)) macro
|
/Linux-v4.19/arch/parisc/boot/compressed/ |
D | misc.c | 19 #define memzero(s, n) memset((s), 0, (n)) macro
|
/Linux-v4.19/arch/alpha/boot/ |
D | misc.c | 27 #define memzero(s,n) memset ((s),0,(n)) macro
|
/Linux-v4.19/arch/nios2/boot/compressed/ |
D | misc.c | 40 #define memzero(s, n) memset((s), 0, (n)) macro
|