Searched refs:bo_relocations (Results 1 – 2 of 2) sorted by relevance
1184 list_add_tail(&reloc->head, &sw_context->bo_relocations); in vmw_translate_mob_ptr()1238 list_add_tail(&reloc->head, &sw_context->bo_relocations); in vmw_translate_guest_ptr()3296 INIT_LIST_HEAD(&sw_context->bo_relocations); in vmw_free_relocations()3304 list_for_each_entry(reloc, &sw_context->bo_relocations, head) { in vmw_apply_relocations()3708 INIT_LIST_HEAD(&sw_context->bo_relocations); in vmw_execbuf_process()
381 struct list_head bo_relocations; member