Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/ubi/
A Dmisc.c60 buf = vmalloc(vol->usable_leb_size); in ubi_check_volume()
A Dupd.c131 vol->upd_buf = vmalloc(ubi->leb_size); in ubi_start_update()
191 vol->upd_buf = vmalloc(req->bytes); in ubi_start_leb_change()
A Ddebug.c33 buf = vmalloc(len); in ubi_dump_flash()
A Dbuild.c997 ubi->peb_buf = vmalloc(ubi->peb_size); in ubi_attach_mtd_dev()
/u-boot/configs/
A Dstih410-b2260_defconfig12 …S1 consoleblank=0 root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait mem=992M@0x40000000 vmalloc=256m"
/u-boot/board/boundary/nitrogen6x/
A D6x_bootscript.txt55 setenv bootargs "$bootargs console=ttymxc1,115200 vmalloc=400M consoleblank=0 rootwait"
A D6x_bootscript_android.txt5 setenv bootargs $bootargs console=ttymxc1,115200 vmalloc=400M consoleblank=0 ;
A D6x_bootscript_android_recovery.txt5 setenv bootargs $bootargs console=ttymxc1,115200 vmalloc=400M consoleblank=0 ;
/u-boot/include/linux/
A Dcompat.h53 #define vmalloc(size) kmalloc(size, 0) macro
/u-boot/fs/ubifs/
A Dlpt.c631 buf = vmalloc(c->leb_size); in ubifs_create_dflt_lpt()
632 ltab = vmalloc(sizeof(struct ubifs_lpt_lprops) * c->lpt_lebs); in ubifs_create_dflt_lpt()
1330 buf = vmalloc(c->ltab_sz); in read_ltab()
1354 buf = vmalloc(c->lsave_sz); in read_lsave()
1632 c->ltab = vmalloc(sizeof(struct ubifs_lpt_lprops) * c->lpt_lebs); in lpt_init_rd()
1695 c->ltab_cmt = vmalloc(sizeof(struct ubifs_lpt_lprops) * c->lpt_lebs); in lpt_init_wr()
1699 c->lpt_buf = vmalloc(c->leb_size); in lpt_init_wr()
A Dsuper.c1395 c->sbuf = vmalloc(c->leb_size); in mount_ubifs()
1401 c->ileb_buf = vmalloc(c->leb_size); in mount_ubifs()
1848 c->ileb_buf = vmalloc(c->leb_size); in ubifs_remount_rw()
1875 c->orph_buf = vmalloc(c->leb_size); in ubifs_remount_rw()
A Dlog.c636 buf = vmalloc(c->leb_size); in ubifs_consolidate_log()
A Dorphan.c707 c->orph_buf = vmalloc(c->leb_size); in ubifs_mount_orphans()
A Drecovery.c111 sbuf = vmalloc(c->leb_size); in get_master_node()
/u-boot/board/qualcomm/dragonboard820c/
A Dreadme.txt342 [ 0.000000] vmalloc : 0xffff000008000000 - 0xffff7dffbfff0000 (129022 GB)
/u-boot/drivers/mtd/nand/raw/
A Dnand_bbt.c1110 buf = vmalloc(len); in nand_scan_bbt()
/u-boot/fs/yaffs2/
A Dyaffs_yaffs2.c1371 vmalloc(n_blocks * sizeof(struct yaffs_block_index)); in yaffs2_scan_backwards()
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()
/u-boot/arch/arm/dts/
A Dtegra20-seaboard.dts27 bootargs = "vmalloc=192M video=tegrafb console=ttyS0,115200n8 root=/dev/mmcblk1p3 rw rootwait";
/u-boot/doc/board/sipeed/
A Dmaix.rst169 [ 0.000000] percpu: max_distance=0x18000 too large for vmalloc space 0x0

Completed in 77 milliseconds