Searched refs:memzero (Results 1 - 15 of 15) sorted by relevance

/linux-master/arch/arc/include/asm/
H A Dstring.h27 extern void memzero(void *ptr, __kernel_size_t n);
H A Dpgalloc.h61 memzero(ret, num * sizeof(pgd_t));
66 memzero(ret + num + num2,
/linux-master/arch/arc/lib/
H A Dmemset.S48 ; memzero: @r0 = mem, @r1 = size_t
51 ENTRY_CFI(memzero)
56 END_CFI(memzero)
/linux-master/arch/powerpc/boot/
H A Dxz_config.h48 #define memzero(buf, size) memset(buf, 0, size) macro
/linux-master/arch/s390/boot/
H A Ddecompressor.c25 #define memzero(s, n) memset((s), 0, (n)) macro
/linux-master/lib/
H A Ddecompress_unxz.c166 * memeq and memzero are not used much and any remotely sane implementation
190 #ifndef memzero
191 static void memzero(void *buf, size_t size) function
H A Dinflate.c374 memzero(stk->c, sizeof(stk->c));
/linux-master/arch/sh/boot/compressed/
H A Dmisc.c27 #define memzero(s, n) memset ((s), 0, (n)) macro
/linux-master/lib/xz/
H A Dxz_private.h44 # define memzero(buf, size) memset(buf, 0, size) macro
H A Dxz_dec_stream.c822 memzero(&s->block, sizeof(s->block));
823 memzero(&s->index, sizeof(s->index));
H A Dxz_dec_lzma2.c895 memzero(s->temp.buf + s->temp.size + tmp,
/linux-master/arch/nios2/boot/compressed/
H A Dmisc.c27 #define memzero(s, n) memset((s), 0, (n)) macro
/linux-master/arch/alpha/boot/
H A Dmisc.c27 #define memzero(s,n) memset ((s),0,(n)) macro
/linux-master/arch/parisc/boot/compressed/
H A Dmisc.c20 #define memzero(s, n) memset((s), 0, (n)) macro
/linux-master/arch/x86/boot/compressed/
H A Dmisc.c36 * Provide definitions of memzero and memmove as some of the decompressors will
39 #define memzero(s, n) memset((s), 0, (n)) macro

Completed in 335 milliseconds