Home
last modified time | relevance | path

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

12345678

/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fb.c42 void *vmalloc; member
225 src_ptr = (u8 *)par->vmalloc + in vmw_fb_dirty_flush()
666 par->vmalloc = NULL; in vmw_fb_init()
686 par->vmalloc = vzalloc(fb_size); in vmw_fb_init()
687 if (unlikely(par->vmalloc == NULL)) { in vmw_fb_init()
709 info->screen_base = (char __iomem *)par->vmalloc; in vmw_fb_init()
766 vfree(par->vmalloc); in vmw_fb_init()
792 vfree(par->vmalloc); in vmw_fb_close()
/drivers/media/v4l2-core/
DMakefile33 obj-$(CONFIG_VIDEOBUF_VMALLOC) += videobuf-vmalloc.o
38 obj-$(CONFIG_VIDEOBUF2_VMALLOC) += videobuf2-vmalloc.o
/drivers/scsi/fnic/
Dfnic_debugfs.c77 vmalloc(sizeof(struct fc_trace_flag_type)); in fnic_debugfs_init()
254 fnic_dbg_prt->buffer = vmalloc(3 * in fnic_trace_debugfs_open()
265 vmalloc(3 * (fnic_fc_trace_max_pages * PAGE_SIZE)); in fnic_trace_debugfs_open()
687 debug->debug_buffer = vmalloc(buf_size); in fnic_stats_debugfs_open()
Dfnic_trace.c406 fnic_trace_buf_p = (unsigned long)vmalloc((trace_max_pages * PAGE_SIZE)); in fnic_trace_buf_init()
415 fnic_trace_entries.page_offset = vmalloc(fnic_max_trace_entries * in fnic_trace_buf_init()
493 fnic_fc_ctlr_trace_buf_p = (unsigned long)vmalloc( in fnic_fc_trace_init()
506 fc_trace_entries.page_offset = vmalloc(fc_trace_max_entries * in fnic_fc_trace_init()
/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/mtd/tests/
Dstresstest.c200 readbuf = vmalloc(bufsize); in mtd_stresstest_init()
201 writebuf = vmalloc(bufsize); in mtd_stresstest_init()
/drivers/staging/rts5208/
Drtsx_scsi.c509 buf = vmalloc(scsi_bufflen(srb)); in inquiry()
646 buf = vmalloc(scsi_bufflen(srb)); in request_sense()
1139 buf = vmalloc(len); in read_eeprom()
1208 buf = vmalloc(len); in write_eeprom()
1258 buf = vmalloc(len); in read_mem()
1317 buf = vmalloc(len); in write_mem()
1412 buf = vmalloc(scsi_bufflen(srb)); in trace_msg_cmd()
1972 buf = vmalloc(len); in read_phy_register()
2037 buf = vmalloc(len); in write_phy_register()
2140 buf = vmalloc(len); in read_eeprom2()
[all …]
/drivers/mtd/ubi/
Dupd.c136 vol->upd_buf = vmalloc(ubi->leb_size); in ubi_start_update()
196 vol->upd_buf = vmalloc(ALIGN((int)req->bytes, ubi->min_io_size)); in ubi_start_leb_change()
Dmisc.c70 buf = vmalloc(vol->usable_leb_size); in ubi_check_volume()
/drivers/net/wireless/ath/carl9170/
Ddebug.c84 buf = vmalloc(dfops->read_bufsize); in carl9170_debugfs_read()
135 buf = vmalloc(count); in carl9170_debugfs_write()
492 buf = vmalloc(max_len); \
522 buf = vmalloc(max_len); \
/drivers/net/ethernet/cavium/liquidio/
Docteon_device.c701 buf = vmalloc(size); in octeon_allocate_device_mem()
762 vmalloc(sizeof(struct octeon_instr_queue)); in octeon_setup_instr_queues()
798 oct->droq[i] = vmalloc(sizeof(*oct->droq[i])); in octeon_setup_output_queues()
982 vmalloc(sizeof(struct octeon_dispatch)); in octeon_register_dispatch_fn()
/drivers/media/dvb-core/
Ddmxdev.c152 mem = vmalloc(DVR_BUFFER_SIZE); in dvb_dvr_open()
268 newmem = vmalloc(size); in dvb_dvr_set_buffer_size()
309 newmem = vmalloc(size); in dvb_dmxdev_set_buffer_size()
621 mem = vmalloc(filter->buffer.size); in dvb_dmxdev_filter_start()
1233 dmxdev->filter = vmalloc(dmxdev->filternum * sizeof(struct dmxdev_filter)); in dvb_dmxdev_init()
Ddvb_demux.c708 feed->buffer = vmalloc(feed->buffer_size); in dmx_ts_feed_set()
917 dvbdmxfeed->buffer = vmalloc(dvbdmxfeed->buffer_size); in dmx_section_feed_set()
1254 dvbdemux->filter = vmalloc(dvbdemux->filternum * sizeof(struct dvb_demux_filter)); in dvb_dmx_init()
1259 dvbdemux->feed = vmalloc(dvbdemux->feednum * sizeof(struct dvb_demux_feed)); in dvb_dmx_init()
1274 dvbdemux->cnt_storage = vmalloc(MAX_PID + 1); in dvb_dmx_init()
/drivers/gpu/drm/
Ddrm_memory.c83 page_map = vmalloc(num_pages * sizeof(struct page *)); in agp_remap()
/drivers/oprofile/
Devent_buffer.c94 event_buffer = vmalloc(sizeof(unsigned long) * buffer_size); in alloc_event_buffer()
/drivers/mtd/
Dmtdoops.c354 cxt->oops_page_used = vmalloc(DIV_ROUND_UP(mtdoops_pages, in mtdoops_notify_add()
423 cxt->oops_buf = vmalloc(record_size); in mtdoops_init()
/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/scsi/snic/
Dsnic_trc.c129 tbuf = vmalloc(tbuf_sz); in snic_trc_init()
/drivers/s390/cio/
Didset.c27 set = vmalloc(sizeof(struct idset) + bitmap_size(num_ssid, num_id)); in idset_new()
/drivers/mtd/devices/
Dmtdram.c157 addr = vmalloc(MTDRAM_TOTAL_SIZE); in init_mtdram()
/drivers/media/pci/zoran/
Dzoran_procfs.c147 string = sp = vmalloc(count + 1); in zoran_write()
/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/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()
/drivers/firmware/broadcom/
Dbcm47xx_nvram.c239 nvram = vmalloc(*nvram_size); in bcm47xx_nvram_get_contents()
/drivers/infiniband/hw/qib/
Dqib_eeprom.c184 buf = vmalloc(len); in qib_get_eeprom_info()

12345678