Searched refs:__bzero (Results 1 - 17 of 17) sorted by relevance

/linux-4.4.14/arch/mips/kernel/
H A Dmips_ksyms.c21 extern void *__bzero(void *__s, size_t __count);
70 EXPORT_SYMBOL(__bzero); variable
/linux-4.4.14/arch/sparc/lib/
H A DNG4patch.S39 NG_DO_PATCH(__bzero, NG4bzero)
H A Dksyms.c23 extern void *__bzero(void *, size_t);
32 EXPORT_SYMBOL(__bzero); variable
H A Dbzero.S22 ENTRY(__bzero) /* %o0=buf, %o1=len */
79 ENDPROC(__bzero)
H A Dmemset.S64 .globl __bzero
94 __bzero: label
H A DGENbzero.S152 GEN_DO_PATCH(__bzero, GENbzero)
H A DNGbzero.S155 NG_DO_PATCH(__bzero, NGbzero)
H A Dcopy_user.S376 call __bzero
H A Dchecksum_32.S578 call __bzero
/linux-4.4.14/arch/mips/lib/
H A Dmemset.S84 * Macro to generate the __bzero{,_user} symbol
285 FEXPORT(__bzero)
292 LEAF(__bzero)
294 END(__bzero)
H A Dmemcpy.S573 * Clear len bytes starting at dst. Can't call __bzero because it
H A Dcsum_partial.S794 * Clear len bytes starting at dst. Can't call __bzero because it
/linux-4.4.14/drivers/sbus/char/
H A Djsflash.c271 #if 0 /* __bzero XXX */ jsf_read()
280 * Implementation of clear_user() calls __bzero jsf_read()
/linux-4.4.14/arch/sparc/include/asm/
H A Duaccess_32.h354 "call __bzero\n\t" __clear_user()
/linux-4.4.14/arch/mips/cavium-octeon/
H A Docteon-memcpy.S418 * Clear len bytes starting at dst. Can't call __bzero because it
/linux-4.4.14/arch/mips/include/asm/
H A Duaccess.h1254 __MODULE_JAL(__bzero) __clear_user()
/linux-4.4.14/arch/sparc/kernel/
H A Dhead_64.S690 call __bzero

Completed in 708 milliseconds