Searched refs:xe_vm_snapshot (Results 1 – 3 of 3) sorted by relevance
278 struct xe_vm_snapshot *xe_vm_snapshot_capture(struct xe_vm *vm);279 void xe_vm_snapshot_capture_delayed(struct xe_vm_snapshot *snap);280 void xe_vm_snapshot_print(struct xe_vm_snapshot *snap, struct drm_printer *p);281 void xe_vm_snapshot_free(struct xe_vm_snapshot *snap);
63 struct xe_vm_snapshot *vm;
3301 struct xe_vm_snapshot { struct3312 struct xe_vm_snapshot *xe_vm_snapshot_capture(struct xe_vm *vm) in xe_vm_snapshot_capture() argument3315 struct xe_vm_snapshot *snap = NULL; in xe_vm_snapshot_capture()3328 snap = kvzalloc(offsetof(struct xe_vm_snapshot, snap[num_snaps]), GFP_NOWAIT); in xe_vm_snapshot_capture()3370 void xe_vm_snapshot_capture_delayed(struct xe_vm_snapshot *snap) in xe_vm_snapshot_capture_delayed()3416 void xe_vm_snapshot_print(struct xe_vm_snapshot *snap, struct drm_printer *p) in xe_vm_snapshot_print()3447 void xe_vm_snapshot_free(struct xe_vm_snapshot *snap) in xe_vm_snapshot_free()