Searched refs:xe_vm_snapshot (Results 1 – 3 of 3) sorted by relevance
299 struct xe_vm_snapshot *xe_vm_snapshot_capture(struct xe_vm *vm);300 void xe_vm_snapshot_capture_delayed(struct xe_vm_snapshot *snap);301 void xe_vm_snapshot_print(struct xe_vm_snapshot *snap, struct drm_printer *p);302 void xe_vm_snapshot_free(struct xe_vm_snapshot *snap);
63 struct xe_vm_snapshot *vm;
3706 struct xe_vm_snapshot { struct3717 struct xe_vm_snapshot *xe_vm_snapshot_capture(struct xe_vm *vm) in xe_vm_snapshot_capture() argument3720 struct xe_vm_snapshot *snap = NULL; in xe_vm_snapshot_capture()3733 snap = kvzalloc(offsetof(struct xe_vm_snapshot, snap[num_snaps]), GFP_NOWAIT); in xe_vm_snapshot_capture()3775 void xe_vm_snapshot_capture_delayed(struct xe_vm_snapshot *snap) in xe_vm_snapshot_capture_delayed()3821 void xe_vm_snapshot_print(struct xe_vm_snapshot *snap, struct drm_printer *p) in xe_vm_snapshot_print()3852 void xe_vm_snapshot_free(struct xe_vm_snapshot *snap) in xe_vm_snapshot_free()