Home
last modified time | relevance | path

Searched defs:memzero (Results 1 – 5 of 5) 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/u-boot/arch/arm/mach-exynos/
H A Dspl_boot.c260 void memzero(void *s, size_t n) in memzero() function
/openbmc/linux/arch/alpha/boot/
Dmisc.c
/openbmc/linux/arch/nios2/boot/compressed/
Dmisc.c