Home
last modified time | relevance | path

Searched refs:save_size (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dtpm-interface.c161 const size_t save_size = min(sizeof(save), bufsiz); in tpm_transmit() local
170 memcpy(save, buf, save_size); in tpm_transmit()
196 memcpy(buf, save, save_size); in tpm_transmit()
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dmioa701.c504 int save_size = mioa701_bootstrap_lg + (sizeof(u32) * 3); in bootstrap_init() local
508 save_buffer = kmalloc(save_size, GFP_KERNEL); in bootstrap_init()
512 save_size); in bootstrap_init()
/OK3568_Linux_fs/u-boot/net/
H A Dtftp.c797 printf("Save size: 0x%lx\n", save_size); in tftp_start()
798 net_boot_file_size = save_size; in tftp_start()
/OK3568_Linux_fs/u-boot/include/
H A Dcommon.h256 extern ulong save_size; /* Default Save Size */
/OK3568_Linux_fs/u-boot/cmd/
H A Dnet.c329 strict_strtoul(argv[2], 16, &save_size) < 0) { in netboot_common()
/OK3568_Linux_fs/u-boot/common/
H A Dimage.c464 ulong save_size; /* Default Save Size (in bytes) */ variable
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.map