Searched refs:co_info (Results 1 – 1 of 1) sorted by relevance
89 static const struct vmw_cotable_info co_info[] = { variable274 if (co_info[vcotbl->type].unbind_func) in vmw_cotable_scrub()275 co_info[vcotbl->type].unbind_func(dev_priv, in vmw_cotable_scrub()552 needed_size = (vcotbl->seen_entries + 1) * co_info[vcotbl->type].size; in vmw_cotable_create()621 num_entries = PAGE_SIZE / co_info[type].size; in vmw_cotable_alloc()622 if (num_entries < co_info[type].min_initial_entries) { in vmw_cotable_alloc()623 vcotbl->res.guest_memory_size = co_info[type].min_initial_entries * in vmw_cotable_alloc()624 co_info[type].size; in vmw_cotable_alloc()