Home
last modified time | relevance | path

Searched refs:memzero (Results 1 – 20 of 20) sorted by relevance

/linux-2.4.37.9/arch/arm/mm/
Dmm-armo.c162 memzero(pte, sizeof(pte_t) * PTRS_PER_PTE); in pte_cache_ctor()
169 memzero(pgd, USER_PTRS_PER_PGD * sizeof(pgd_t)); in pgd_cache_ctor()
Dmm-armv.c80 memzero(new_pgd, FIRST_KERNEL_PGD_NR * sizeof(pgd_t)); in get_pgd_slow()
486 memzero(pte, 2 * PTRS_PER_PTE * sizeof(pte_t)); in pte_cache_ctor()
Dinit.c575 memzero(zero_page, PAGE_SIZE); in paging_init()
/linux-2.4.37.9/include/asm-arm/
Dstring.h41 #define memzero(p,n) ({ if ((n) != 0) __memzero((p),(n)); (p); }) macro
Dpage.h14 #define clear_page(page) memzero((void *)(page), PAGE_SIZE)
Duaccess.h149 memzero(to, n); in copy_from_user()
/linux-2.4.37.9/include/asm-arm/proc-armv/
Dprocessor.h52 memzero(regs->uregs, sizeof(regs->uregs)); \
/linux-2.4.37.9/include/asm-arm/proc-armo/
Dprocessor.h66 memzero(regs->uregs, sizeof (regs->uregs)); \
/linux-2.4.37.9/arch/arm/lib/
DMakefile14 memset.o memzero.o setbit.o strncpy_from_user.o \
/linux-2.4.37.9/arch/alpha/boot/
Dmisc.c25 #define memzero(s,n) memset ((s),0,(n)) macro
/linux-2.4.37.9/arch/arm/mach-sa1100/
Dirq.c184 memzero(&dummy, sizeof(dummy)); in sa1100_unmask_GPIO11_27_irq()
/linux-2.4.37.9/arch/sh/boot/compressed/
Dmisc.c29 #define memzero(s, n) memset ((s), 0, (n)) macro
/linux-2.4.37.9/arch/cris/boot/compressed/
Dmisc.c37 #define memzero(s, n) memset ((s), 0, (n)) macro
/linux-2.4.37.9/arch/sh64/boot/compressed/
Dmisc.c29 #define memzero(s, n) memset ((s), 0, (n)) macro
/linux-2.4.37.9/drivers/mtd/maps/
Depxa10db-flash.c203 memzero(parts,npartitions*sizeof(*parts)+strlen(name)); in epxa_default_partitions()
/linux-2.4.37.9/arch/x86_64/boot/compressed/
Dmisc.c24 #define memzero(s, n) memset ((s), 0, (n)) macro
/linux-2.4.37.9/arch/i386/boot/compressed/
Dmisc.c36 #define memzero(s, n) memset ((s), 0, (n)) macro
/linux-2.4.37.9/arch/arm/kernel/
Dprocess.c266 memzero(p+KERNEL_STACK_SIZE, KERNEL_STACK_SIZE); in alloc_task_struct()
/linux-2.4.37.9/init/
Ddo_mounts.c952 #ifndef memzero
953 #define memzero(s, n) memset ((s), 0, (n)) macro
/linux-2.4.37.9/lib/
Dinflate.c311 memzero(c, sizeof(c));