Home
last modified time | relevance | path

Searched defs:memzero (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/arch/nds32/include/asm/
H A Dstring.h52 #define memzero(p, n) ({ if ((n) != 0) __memzero((p), (n)); (p); }) macro
/openbmc/u-boot/arch/riscv/include/asm/
H A Dstring.h43 #define memzero(_p, _n) \ macro
/openbmc/linux/arch/s390/boot/
H A Ddecompressor.c25 #define memzero(s, n) memset((s), 0, (n)) macro
/openbmc/linux/arch/powerpc/boot/
H A Dxz_config.h48 #define memzero(buf, size) memset(buf, 0, size) macro
/openbmc/linux/lib/xz/
H A Dxz_private.h44 # define memzero(buf, size) memset(buf, 0, size) macro
/openbmc/linux/arch/sh/boot/compressed/
H A Dmisc.c27 #define memzero(s, n) memset ((s), 0, (n)) macro
/openbmc/u-boot/arch/arm/mach-exynos/
H A Dspl_boot.c260 void memzero(void *s, size_t n) in memzero() function
/openbmc/linux/lib/
H A Ddecompress_unxz.c194 static void memzero(void *buf, size_t size) in memzero() function
/openbmc/linux/arch/x86/boot/compressed/
H A Dmisc.c39 #define memzero(s, n) memset((s), 0, (n)) macro
/openbmc/linux/arch/alpha/boot/
H A Dmisc.c27 #define memzero(s,n) memset ((s),0,(n)) macro
/openbmc/linux/arch/parisc/boot/compressed/
H A Dmisc.c20 #define memzero(s, n) memset((s), 0, (n)) macro
/openbmc/linux/arch/nios2/boot/compressed/
H A Dmisc.c27 #define memzero(s, n) memset((s), 0, (n)) macro