Searched refs:otables (Results 1 – 2 of 2) sorted by relevance
242 struct vmw_otable *otables = batch->otables; in vmw_otable_batch_setup() local252 if (!otables[i].enabled) in vmw_otable_batch_setup()255 otables[i].size = in vmw_otable_batch_setup()256 (otables[i].size + PAGE_SIZE - 1) & PAGE_MASK; in vmw_otable_batch_setup()257 bo_size += otables[i].size; in vmw_otable_batch_setup()281 if (!batch->otables[i].enabled) in vmw_otable_batch_setup()286 &otables[i]); in vmw_otable_batch_setup()289 offset += otables[i].size; in vmw_otable_batch_setup()298 if (batch->otables[i].enabled) in vmw_otable_batch_setup()300 &batch->otables[i]); in vmw_otable_batch_setup()[all …]
355 struct vmw_otable *otables; member