Lines Matching full:body
122 SVGA3dCmdSetOTableBase64 body; in vmw_setup_otable_base() member
161 cmd->header.size = sizeof(cmd->body); in vmw_setup_otable_base()
162 cmd->body.type = type; in vmw_setup_otable_base()
163 cmd->body.baseAddress = mob->pt_root_page >> PAGE_SHIFT; in vmw_setup_otable_base()
164 cmd->body.sizeInBytes = otable->size; in vmw_setup_otable_base()
165 cmd->body.validSizeInBytes = 0; in vmw_setup_otable_base()
166 cmd->body.ptDepth = mob->pt_level; in vmw_setup_otable_base()
200 SVGA3dCmdSetOTableBase body; in vmw_takedown_otable_base() member
214 cmd->header.size = sizeof(cmd->body); in vmw_takedown_otable_base()
215 cmd->body.type = type; in vmw_takedown_otable_base()
216 cmd->body.baseAddress = 0; in vmw_takedown_otable_base()
217 cmd->body.sizeInBytes = 0; in vmw_takedown_otable_base()
218 cmd->body.validSizeInBytes = 0; in vmw_takedown_otable_base()
219 cmd->body.ptDepth = SVGA3D_MOBFMT_INVALID; in vmw_takedown_otable_base()
556 SVGA3dCmdDestroyGBMob body; in vmw_mob_unbind() member
572 cmd->header.size = sizeof(cmd->body); in vmw_mob_unbind()
573 cmd->body.mobid = mob->id; in vmw_mob_unbind()
610 SVGA3dCmdDefineGBMob64 body; in vmw_mob_bind() member
638 cmd->header.size = sizeof(cmd->body); in vmw_mob_bind()
639 cmd->body.mobid = mob_id; in vmw_mob_bind()
640 cmd->body.ptDepth = mob->pt_level; in vmw_mob_bind()
641 cmd->body.base = mob->pt_root_page >> PAGE_SHIFT; in vmw_mob_bind()
642 cmd->body.sizeInBytes = num_data_pages * PAGE_SIZE; in vmw_mob_bind()