Lines Matching full:backup
39 * @coherent_count: If switching backup buffers, number of new coherent
40 * resources that will have this buffer as a backup buffer.
57 * @new_guest_memory_offset: Offset into the new backup mob for resources
61 * @switching_guest_memory_bo: The validation process is switching backup MOB.
371 * vmw_validation_res_switch_backup - Register a backup MOB switch during
377 * @vbo: The new backup buffer object MOB. This buffer object needs to have
379 * @guest_memory_offset: Offset into the new backup MOB.
460 * is used to determine whether to switch backup MOBs or not.
576 * Before this function is called, all resource backup buffers must have
589 struct vmw_bo *backup = res->guest_memory_bo; in vmw_validation_res_validate() local
599 /* Check if the resource switched backup buffer */ in vmw_validation_res_validate()
600 if (backup && res->guest_memory_bo && backup != res->guest_memory_bo) { in vmw_validation_res_validate()
833 * Switching coherent resource backup buffers failed. in vmw_validation_bo_backoff()