Searched defs:ivpu_ms_instance (Results 1 – 1 of 1) sorted by relevance
16 struct ivpu_ms_instance { struct17 struct ivpu_bo *bo;18 struct list_head ms_instance_node;19 u64 mask;20 u64 buff_size;21 u64 active_buff_vpu_addr;22 u64 inactive_buff_vpu_addr;23 void *active_buff_ptr;24 void *inactive_buff_ptr;25 u64 leftover_bytes;[all …]