Home
last modified time | relevance | path

Searched refs:vmalloc (Results 1 – 17 of 17) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dmisc.c59 buf = vmalloc(vol->usable_leb_size); in ubi_check_volume()
H A Dupd.c130 vol->upd_buf = vmalloc(ubi->leb_size); in ubi_start_update()
190 vol->upd_buf = vmalloc(req->bytes); in ubi_start_leb_change()
H A Ddebug.c32 buf = vmalloc(len); in ubi_dump_flash()
H A Dbuild.c996 ubi->peb_buf = vmalloc(ubi->peb_size); in ubi_attach_mtd_dev()
/rk3399_rockchip-uboot/board/boundary/nitrogen6x/
H A D6x_bootscript_android.txt5 setenv bootargs $bootargs console=ttymxc1,115200 vmalloc=400M consoleblank=0 ;
H A D6x_bootscript.txt55 setenv bootargs "$bootargs console=ttymxc1,115200 vmalloc=400M consoleblank=0 rootwait"
H A D6x_bootscript_android_recovery.txt5 setenv bootargs $bootargs console=ttymxc1,115200 vmalloc=400M consoleblank=0 ;
/rk3399_rockchip-uboot/fs/ubifs/
H A Dlpt.c630 buf = vmalloc(c->leb_size); in ubifs_create_dflt_lpt()
631 ltab = vmalloc(sizeof(struct ubifs_lpt_lprops) * c->lpt_lebs); in ubifs_create_dflt_lpt()
1329 buf = vmalloc(c->ltab_sz); in read_ltab()
1353 buf = vmalloc(c->lsave_sz); in read_lsave()
1631 c->ltab = vmalloc(sizeof(struct ubifs_lpt_lprops) * c->lpt_lebs); in lpt_init_rd()
1694 c->ltab_cmt = vmalloc(sizeof(struct ubifs_lpt_lprops) * c->lpt_lebs); in lpt_init_wr()
1698 c->lpt_buf = vmalloc(c->leb_size); in lpt_init_wr()
H A Dsuper.c1389 c->sbuf = vmalloc(c->leb_size); in mount_ubifs()
1395 c->ileb_buf = vmalloc(c->leb_size); in mount_ubifs()
1842 c->ileb_buf = vmalloc(c->leb_size); in ubifs_remount_rw()
1869 c->orph_buf = vmalloc(c->leb_size); in ubifs_remount_rw()
H A Dlog.c635 buf = vmalloc(c->leb_size); in ubifs_consolidate_log()
H A Dorphan.c706 c->orph_buf = vmalloc(c->leb_size); in ubifs_mount_orphans()
H A Drecovery.c109 sbuf = vmalloc(c->leb_size); in get_master_node()
/rk3399_rockchip-uboot/include/linux/
H A Dcompat.h73 #define vmalloc(size) kmalloc(size, 0) macro
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dnand_bbt.c1109 buf = vmalloc(len); in nand_scan_bbt()
/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyaffs_yaffs2.c1370 vmalloc(n_blocks * sizeof(struct yaffs_block_index)); in yaffs2_scan_backwards()
H A Dyaffs_guts.c2272 vmalloc(n_blocks * sizeof(struct yaffs_block_info)); in yaffs_init_blocks()
2287 vmalloc(dev->chunk_bit_stride * n_blocks); in yaffs_init_blocks()
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dtegra20-seaboard.dts27 bootargs = "vmalloc=192M video=tegrafb console=ttyS0,115200n8 root=/dev/mmcblk1p3 rw rootwait";