Home
last modified time | relevance | path

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

123456

/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fb.c41 void *vmalloc; member
443 par->vmalloc = NULL; in vmw_fb_init()
450 par->vmalloc = vmalloc(fb_size); in vmw_fb_init()
451 if (unlikely(par->vmalloc == NULL)) { in vmw_fb_init()
486 info->screen_base = par->vmalloc; in vmw_fb_init()
547 vfree(par->vmalloc); in vmw_fb_init()
575 vfree(par->vmalloc); in vmw_fb_close()
Dvmwgfx_fifo.c87 fifo->static_buffer = vmalloc(fifo->static_buffer_size); in vmw_fifo_init()
369 fifo_state->dynamic_buffer = vmalloc(bytes); in vmw_fifo_reserve()
/drivers/video/
Dvgastate.c362 saved->vga_cmap = vmalloc(768); in save_vga()
384 saved->attr = vmalloc(total); in save_vga()
421 saved->vga_font0 = vmalloc(4 * 8192); in save_vga()
433 saved->vga_font1 = vmalloc(state->memsize); in save_vga()
444 saved->vga_text = vmalloc(8192 * 2); in save_vga()
/drivers/staging/rts_pstor/
Drtsx_scsi.c331 buf = vmalloc(scsi_bufflen(srb)); in inquiry()
469 buf = vmalloc(scsi_bufflen(srb)); in request_sense()
958 buf = (u8 *)vmalloc(len); in read_eeprom()
1018 buf = (u8 *)vmalloc(len); in write_eeprom()
1063 buf = (u8 *)vmalloc(len); in read_mem()
1116 buf = (u8 *)vmalloc(len); in write_mem()
1202 buf = (unsigned char *)vmalloc(scsi_bufflen(srb)); in trace_msg_cmd()
1739 buf = (u8 *)vmalloc(len); in read_phy_register()
1797 buf = (u8 *)vmalloc(len); in write_phy_register()
1888 buf = (u8 *)vmalloc(len); in read_eeprom2()
[all …]
/drivers/mtd/tests/
Dmtd_stresstest.c296 readbuf = vmalloc(bufsize); in mtd_stresstest_init()
297 writebuf = vmalloc(bufsize); in mtd_stresstest_init()
/drivers/mtd/ubi/
Dmisc.c70 buf = vmalloc(vol->usable_leb_size); in ubi_check_volume()
Dupd.c161 vol->upd_buf = vmalloc(ubi->leb_size); in ubi_start_update()
198 vol->upd_buf = vmalloc(req->bytes); in ubi_start_leb_change()
/drivers/media/video/omap3isp/
Dispqueue.c163 sglist = vmalloc(npages * sizeof(*sglist)); in isp_video_buffer_sglist_kernel()
197 sglist = vmalloc(buf->npages * sizeof(*sglist)); in isp_video_buffer_sglist_user()
233 sglist = vmalloc(buf->npages * sizeof(*sglist)); in isp_video_buffer_sglist_pfnmap()
330 buf->pages = vmalloc(buf->npages * sizeof(buf->pages[0])); in isp_video_buffer_prepare_user()
/drivers/infiniband/hw/qib/
Dqib_eeprom.c183 buf = vmalloc(len); in qib_get_eeprom_info()
323 buf = vmalloc(len); in qib_update_eeprom_log()
/drivers/net/wireless/ath/carl9170/
Ddebug.c85 buf = vmalloc(dfops->read_bufsize); in carl9170_debugfs_read()
136 buf = vmalloc(count); in carl9170_debugfs_write()
505 buf = vmalloc(max_len); \
535 buf = vmalloc(max_len); \
/drivers/media/dvb/dvb-core/
Ddmxdev.c152 mem = vmalloc(DVR_BUFFER_SIZE); in dvb_dvr_open()
270 newmem = vmalloc(size); in dvb_dvr_set_buffer_size()
311 newmem = vmalloc(size); in dvb_dmxdev_set_buffer_size()
631 mem = vmalloc(filter->buffer.size); in dvb_dmxdev_filter_start()
1232 dmxdev->filter = vmalloc(dmxdev->filternum * sizeof(struct dmxdev_filter)); in dvb_dmxdev_init()
Ddvb_demux.c683 feed->buffer = vmalloc(feed->buffer_size); in dmx_ts_feed_set()
892 dvbdmxfeed->buffer = vmalloc(dvbdmxfeed->buffer_size); in dmx_section_feed_set()
1224 dvbdemux->filter = vmalloc(dvbdemux->filternum * sizeof(struct dvb_demux_filter)); in dvb_dmx_init()
1229 dvbdemux->feed = vmalloc(dvbdemux->feednum * sizeof(struct dvb_demux_feed)); in dvb_dmx_init()
1244 dvbdemux->cnt_storage = vmalloc(MAX_PID + 1); in dvb_dmx_init()
/drivers/media/video/
DMakefile128 obj-$(CONFIG_VIDEOBUF_VMALLOC) += videobuf-vmalloc.o
134 obj-$(CONFIG_VIDEOBUF2_VMALLOC) += videobuf2-vmalloc.o
Dvideobuf-dma-sg.c103 sglist = vmalloc(nr_pages * sizeof(*sglist)); in videobuf_pages_to_sg()
265 dma->sglist = vmalloc(sizeof(*dma->sglist)); in videobuf_dma_map()
/drivers/staging/rts5139/
Drts51x_scsi.c500 buf = vmalloc(scsi_bufflen(srb)); in inquiry()
782 buf = vmalloc(scsi_bufflen(srb)); in request_sense()
1071 buf = vmalloc(len); in read_mem()
1113 buf = vmalloc(len); in write_mem()
1169 buf = vmalloc(len); in read_phy_register()
1209 buf = vmalloc(len); in write_phy_register()
1276 buf = vmalloc(scsi_bufflen(srb)); in trace_msg_cmd()
/drivers/oprofile/
Devent_buffer.c94 event_buffer = vmalloc(sizeof(unsigned long) * buffer_size); in alloc_event_buffer()
/drivers/gpu/drm/
Ddrm_memory.c71 page_map = vmalloc(num_pages * sizeof(struct page *)); in agp_remap()
/drivers/mtd/
Dmtdoops.c371 cxt->oops_page_used = vmalloc(DIV_ROUND_UP(mtdoops_pages, in mtdoops_notify_add()
439 cxt->oops_buf = vmalloc(record_size); in mtdoops_init()
Dbcm63xxpart.c93 buf = vmalloc(sizeof(struct bcm_tag)); in bcm63xx_parse_cfe_partitions()
/drivers/net/ppp/
Dppp_deflate.c110 state->strm.workspace = vmalloc(zlib_deflate_workspacesize(-w_size, 8)); in z_comp_alloc()
326 state->strm.workspace = vmalloc(zlib_inflate_workspacesize()); in z_decomp_alloc()
/drivers/mtd/devices/
Dmtdram.c136 addr = vmalloc(MTDRAM_TOTAL_SIZE); in init_mtdram()
/drivers/s390/cio/
Didset.c28 set = vmalloc(sizeof(struct idset) + bitmap_size(num_ssid, num_id)); in idset_new()
/drivers/md/
Ddm-log.c426 lc->clean_bits = vmalloc(bitset_size); in create_log_context()
467 lc->disk_header = vmalloc(buf_size); in create_log_context()
482 lc->sync_bits = vmalloc(bitset_size); in create_log_context()
/drivers/media/video/zoran/
Dzoran_procfs.c147 string = sp = vmalloc(count + 1); in zoran_write()
/drivers/scsi/bfa/
Dbfad_debugfs.c83 fw_debug->debug_buffer = vmalloc(fw_debug->buffer_len); in bfad_debugfs_open_fwtrc()
127 fw_debug->debug_buffer = vmalloc(fw_debug->buffer_len); in bfad_debugfs_open_fwsave()

123456