Home
last modified time | relevance | path

Searched defs:vgpu (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/i915/gvt/
H A Dcfg_space.c69 vgpu_pci_cfg_mem_write(struct intel_vgpu * vgpu,unsigned int off,u8 * src,unsigned int bytes) vgpu_pci_cfg_mem_write() argument
117 intel_vgpu_emulate_cfg_read(struct intel_vgpu * vgpu,unsigned int offset,void * p_data,unsigned int bytes) intel_vgpu_emulate_cfg_read() argument
133 map_aperture(struct intel_vgpu * vgpu,bool map) map_aperture() argument
139 trap_gttmmio(struct intel_vgpu * vgpu,bool trap) trap_gttmmio() argument
145 emulate_pci_command_write(struct intel_vgpu * vgpu,unsigned int offset,void * p_data,unsigned int bytes) emulate_pci_command_write() argument
167 emulate_pci_rom_bar_write(struct intel_vgpu * vgpu,unsigned int offset,void * p_data,unsigned int bytes) emulate_pci_rom_bar_write() argument
181 emulate_pci_bar_write(struct intel_vgpu * vgpu,unsigned int offset,void * p_data,unsigned int bytes) emulate_pci_bar_write() argument
256 intel_vgpu_emulate_cfg_write(struct intel_vgpu * vgpu,unsigned int offset,void * p_data,unsigned int bytes) intel_vgpu_emulate_cfg_write() argument
319 intel_vgpu_init_cfg_space(struct intel_vgpu * vgpu,bool primary) intel_vgpu_init_cfg_space() argument
332 vgpu_cfg_space(vgpu)[PCI_CLASS_DEVICE] = intel_vgpu_init_cfg_space() local
334 vgpu_cfg_space(vgpu)[PCI_CLASS_PROG] = intel_vgpu_init_cfg_space() local
345 vgpu_cfg_space(vgpu)[PCI_COMMAND] &= ~(PCI_COMMAND_IO intel_vgpu_init_cfg_space() local
368 if (vgpu_cfg_space(vgpu)[next + PCI_CAP_LIST_ID] == PCI_CAP_ID_PM) { intel_vgpu_init_cfg_space() local
383 intel_vgpu_reset_cfg_space(struct intel_vgpu * vgpu) intel_vgpu_reset_cfg_space() argument
[all...]
H A Dkvmgt.c98 struct intel_vgpu *vgpu; member
129 static void gvt_unpin_guest_page(struct intel_vgpu *vgpu, unsigned long gfn, in gvt_unpin_guest_page()
137 static int gvt_pin_guest_page(struct intel_vgpu *vgpu, unsigned long gfn, in gvt_pin_guest_page()
178 static int gvt_dma_map_page(struct intel_vgpu *vgpu, unsigned long gfn, in gvt_dma_map_page()
201 static void gvt_dma_unmap_page(struct intel_vgpu *vgpu, unsigned long gfn, in gvt_dma_unmap_page()
210 static struct gvt_dma *__gvt_cache_find_dma_addr(struct intel_vgpu *vgpu, in __gvt_cache_find_dma_addr()
229 static struct gvt_dma *__gvt_cache_find_gfn(struct intel_vgpu *vgpu, gfn_t gfn) in __gvt_cache_find_gfn()
247 static int __gvt_cache_add(struct intel_vgpu *vgpu, gfn_t gfn, in __gvt_cache_add()
296 static void __gvt_cache_remove_entry(struct intel_vgpu *vgpu, in __gvt_cache_remove_entry()
305 static void gvt_cache_destroy(struct intel_vgpu *vgpu) in gvt_cache_destroy()
[all …]
H A Dexeclist.c93 struct intel_vgpu *vgpu = execlist->vgpu; in emulate_execlist_status() local
128 struct intel_vgpu *vgpu = execlist->vgpu; in emulate_csb_update() local
184 struct intel_vgpu *vgpu = execlist->vgpu; in emulate_execlist_ctx_schedule_out() local
257 struct intel_vgpu *vgpu = execlist->vgpu; in get_next_execlist_slot() local
282 struct intel_vgpu *vgpu = execlist->vgpu; in emulate_execlist_schedule_in() local
372 struct intel_vgpu *vgpu = workload->vgpu; in prepare_execlist_workload() local
394 struct intel_vgpu *vgpu = workload->vgpu; in complete_execlist_workload() local
430 static int submit_context(struct intel_vgpu *vgpu, in submit_context()
456 int intel_vgpu_submit_execlist(struct intel_vgpu *vgpu, in intel_vgpu_submit_execlist()
500 static void init_vgpu_execlist(struct intel_vgpu *vgpu, in init_vgpu_execlist()
[all …]
H A Dopregion.c220 int intel_vgpu_init_opregion(struct intel_vgpu *vgpu) in intel_vgpu_init_opregion()
268 int intel_vgpu_opregion_base_write_handler(struct intel_vgpu *vgpu, u32 gpa) in intel_vgpu_opregion_base_write_handler()
285 void intel_vgpu_clean_opregion(struct intel_vgpu *vgpu) in intel_vgpu_clean_opregion()
414 int intel_vgpu_emulate_opregion_request(struct intel_vgpu *vgpu, u32 swsci) in intel_vgpu_emulate_opregion_request()
H A Dscheduler.h86 struct intel_vgpu *vgpu; member
134 #define workload_q_head(vgpu, e) \ argument
H A Ddmabuf.h55 struct intel_vgpu *vgpu; member
H A Dgtt.h151 struct intel_vgpu *vgpu; member
243 struct intel_vgpu *vgpu; member
H A Dexeclist.h173 struct intel_vgpu *vgpu; member