Searched refs:vzalloc (Results 1 – 10 of 10) sorted by relevance
38 vzalloc(unsigned long size) in vzalloc() function
54 ht->table = vzalloc(array_size(size, sizeof(*ht->table))); in drm_ht_create()
106 screen_buffer = vzalloc(screen_size); in drm_fbdev_generic_helper_fb_probe()
120 mem = vzalloc(2 * SZ_1M); in save_initial_hw_state()
81 firmware = vzalloc(size); in expose_firmware_sysfs()
315 vgpu->mmio.vreg = vzalloc(info->mmio_size); in intel_vgpu_init_mmio()
272 vgpu = vzalloc(sizeof(*vgpu)); in intel_gvt_create_idle_vgpu()
1916 vzalloc(array_size(nr_entries, in intel_vgpu_create_ggtt_mm()1923 mm->ggtt_mm.host_ggtt_aperture = vzalloc((vgpu_aperture_sz(vgpu) >> PAGE_SHIFT) * sizeof(u64)); in intel_vgpu_create_ggtt_mm()1930 mm->ggtt_mm.host_ggtt_hidden = vzalloc((vgpu_hidden_sz(vgpu) >> PAGE_SHIFT) * sizeof(u64)); in intel_vgpu_create_ggtt_mm()
2957 gvt->mmio.mmio_attribute = vzalloc(size); in intel_gvt_setup_mmio_info()
395 rdev->gart.pages = vzalloc(array_size(sizeof(void *), in radeon_gart_init()