/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_fb.c | 42 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/ |
D | Makefile | 33 obj-$(CONFIG_VIDEOBUF_VMALLOC) += videobuf-vmalloc.o 38 obj-$(CONFIG_VIDEOBUF2_VMALLOC) += videobuf2-vmalloc.o
|
/drivers/scsi/fnic/ |
D | fnic_debugfs.c | 77 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()
|
D | fnic_trace.c | 406 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/ |
D | vgastate.c | 362 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/ |
D | stresstest.c | 200 readbuf = vmalloc(bufsize); in mtd_stresstest_init() 201 writebuf = vmalloc(bufsize); in mtd_stresstest_init()
|
/drivers/staging/rts5208/ |
D | rtsx_scsi.c | 509 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/ |
D | upd.c | 136 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()
|
D | misc.c | 70 buf = vmalloc(vol->usable_leb_size); in ubi_check_volume()
|
/drivers/net/wireless/ath/carl9170/ |
D | debug.c | 84 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/ |
D | octeon_device.c | 701 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/ |
D | dmxdev.c | 152 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()
|
D | dvb_demux.c | 708 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/ |
D | drm_memory.c | 83 page_map = vmalloc(num_pages * sizeof(struct page *)); in agp_remap()
|
/drivers/oprofile/ |
D | event_buffer.c | 94 event_buffer = vmalloc(sizeof(unsigned long) * buffer_size); in alloc_event_buffer()
|
/drivers/mtd/ |
D | mtdoops.c | 354 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/ |
D | dm-log.c | 426 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/ |
D | snic_trc.c | 129 tbuf = vmalloc(tbuf_sz); in snic_trc_init()
|
/drivers/s390/cio/ |
D | idset.c | 27 set = vmalloc(sizeof(struct idset) + bitmap_size(num_ssid, num_id)); in idset_new()
|
/drivers/mtd/devices/ |
D | mtdram.c | 157 addr = vmalloc(MTDRAM_TOTAL_SIZE); in init_mtdram()
|
/drivers/media/pci/zoran/ |
D | zoran_procfs.c | 147 string = sp = vmalloc(count + 1); in zoran_write()
|
/drivers/net/ppp/ |
D | ppp_deflate.c | 110 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/ |
D | bfad_debugfs.c | 83 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/ |
D | bcm47xx_nvram.c | 239 nvram = vmalloc(*nvram_size); in bcm47xx_nvram_get_contents()
|
/drivers/infiniband/hw/qib/ |
D | qib_eeprom.c | 184 buf = vmalloc(len); in qib_get_eeprom_info()
|