Searched refs:pt_op (Results 1 – 2 of 2) sorted by relevance
1938 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[current_op]; in xe_pt_update_ops_rfence_interval() local1941 for (i = 0; i < pt_op->num_entries; i++) { in xe_pt_update_ops_rfence_interval()1942 const struct xe_vm_pgtable_update *entry = &pt_op->entries[i]; in xe_pt_update_ops_rfence_interval()1974 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[current_op]; in bind_op_prepare() local1984 pt_op->vma = NULL; in bind_op_prepare()1985 pt_op->bind = true; in bind_op_prepare()1986 pt_op->rebind = BIT(tile->id) & vma->tile_present; in bind_op_prepare()1992 err = xe_pt_prepare_bind(tile, vma, NULL, pt_op->entries, in bind_op_prepare()1993 &pt_op->num_entries, invalidate_on_bind); in bind_op_prepare()1995 xe_tile_assert(tile, pt_op->num_entries <= in bind_op_prepare()[all …]
1719 const struct xe_vm_pgtable_update_op *pt_op, in write_pgtable() argument1754 if (pt_op->bind) in write_pgtable()1807 const struct xe_vm_pgtable_update_op *pt_op = in xe_migrate_update_pgtables_cpu() local1810 for (j = 0; j < pt_op->num_entries; j++) { in xe_migrate_update_pgtables_cpu()1812 &pt_op->entries[j]; in xe_migrate_update_pgtables_cpu()1814 if (pt_op->bind) in xe_migrate_update_pgtables_cpu()1853 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[i]; in __xe_migrate_update_pgtables() local1854 struct xe_vm_pgtable_update *updates = pt_op->entries; in __xe_migrate_update_pgtables()1856 num_updates += pt_op->num_entries; in __xe_migrate_update_pgtables()1857 for (j = 0; j < pt_op->num_entries; ++j) { in __xe_migrate_update_pgtables()[all …]