Lines Matching refs:current_op

1815 	u32 current_op = pt_update_ops->current_op;  in xe_pt_update_ops_rfence_interval()  local
1816 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[current_op]; in xe_pt_update_ops_rfence_interval()
1851 u32 current_op = pt_update_ops->current_op; in bind_op_prepare() local
1852 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[current_op]; in bind_op_prepare()
1881 ++pt_update_ops->current_op; in bind_op_prepare()
1918 u32 current_op = pt_update_ops->current_op; in bind_range_prepare() local
1919 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[current_op]; in bind_range_prepare()
1943 ++pt_update_ops->current_op; in bind_range_prepare()
1960 u32 current_op = pt_update_ops->current_op; in unbind_op_prepare() local
1961 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[current_op]; in unbind_op_prepare()
1989 ++pt_update_ops->current_op; in unbind_op_prepare()
2029 u32 current_op = pt_update_ops->current_op; in unbind_range_prepare() local
2030 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[current_op]; in unbind_range_prepare()
2050 ++pt_update_ops->current_op; in unbind_range_prepare()
2197 xe_tile_assert(tile, pt_update_ops->current_op <= in xe_pt_update_ops_prepare()
2430 if (!pt_update_ops->current_op) { in xe_pt_update_ops_run()
2480 for (i = 0; i < pt_update_ops->current_op; ++i) { in xe_pt_update_ops_run()
2579 for (i = 0; i < pt_update_ops->current_op; ++i) { in xe_pt_update_ops_fini()
2607 if (!pt_op->vma || i >= pt_update_ops->current_op) in xe_pt_update_ops_abort()