drivers/gpu/drm/xe/xe_bo.c
712
struct xe_vma *vma = gpuva_to_vma(gpuva);
drivers/gpu/drm/xe/xe_migrate.h
27
struct xe_vma;
drivers/gpu/drm/xe/xe_page_reclaim.c
35
bool xe_page_reclaim_skip(struct xe_tile *tile, struct xe_vma *vma)
drivers/gpu/drm/xe/xe_page_reclaim.h
24
struct xe_vma;
drivers/gpu/drm/xe/xe_page_reclaim.h
75
bool xe_page_reclaim_skip(struct xe_tile *tile, struct xe_vma *vma);
drivers/gpu/drm/xe/xe_pagefault.c
175
struct xe_vma *vma = NULL;
drivers/gpu/drm/xe/xe_pagefault.c
48
static int xe_pagefault_begin(struct drm_exec *exec, struct xe_vma *vma,
drivers/gpu/drm/xe/xe_pagefault.c
79
static int xe_pagefault_handle_vma(struct xe_gt *gt, struct xe_vma *vma,
drivers/gpu/drm/xe/xe_pt.c
1048
static void xe_pt_cancel_bind(struct xe_vma *vma,
drivers/gpu/drm/xe/xe_pt.c
1072
#define XE_INVALID_VMA ((struct xe_vma *)(0xdeaddeadull))
drivers/gpu/drm/xe/xe_pt.c
1074
static void xe_pt_commit_prepare_locks_assert(struct xe_vma *vma)
drivers/gpu/drm/xe/xe_pt.c
1090
static void xe_pt_commit_locks_assert(struct xe_vma *vma)
drivers/gpu/drm/xe/xe_pt.c
1104
static void xe_pt_commit(struct xe_vma *vma,
drivers/gpu/drm/xe/xe_pt.c
1131
static void xe_pt_abort_bind(struct xe_vma *vma,
drivers/gpu/drm/xe/xe_pt.c
1161
static void xe_pt_commit_prepare_bind(struct xe_vma *vma,
drivers/gpu/drm/xe/xe_pt.c
1204
xe_pt_prepare_bind(struct xe_tile *tile, struct xe_vma *vma,
drivers/gpu/drm/xe/xe_pt.c
1278
static int vma_add_deps(struct xe_vma *vma, struct xe_sched_job *job)
drivers/gpu/drm/xe/xe_pt.c
1478
static int vma_check_userptr(struct xe_vm *vm, struct xe_vma *vma,
drivers/gpu/drm/xe/xe_pt.c
1906
struct xe_vma *vma,
drivers/gpu/drm/xe/xe_pt.c
1956
static void xe_pt_abort_unbind(struct xe_vma *vma,
drivers/gpu/drm/xe/xe_pt.c
1982
xe_pt_commit_prepare_unbind(struct xe_vma *vma,
drivers/gpu/drm/xe/xe_pt.c
2034
static int vma_reserve_fences(struct xe_device *xe, struct xe_vma *vma)
drivers/gpu/drm/xe/xe_pt.c
2047
struct xe_vma *vma, bool invalidate_on_bind)
drivers/gpu/drm/xe/xe_pt.c
2114
struct xe_vma *vma, struct xe_svm_range *range)
drivers/gpu/drm/xe/xe_pt.c
2156
struct xe_vma *vma)
drivers/gpu/drm/xe/xe_pt.c
2296
struct xe_vma *old = gpuva_to_vma(op->base.remap.unmap->va);
drivers/gpu/drm/xe/xe_pt.c
2317
struct xe_vma *vma = gpuva_to_vma(op->base.unmap.va);
drivers/gpu/drm/xe/xe_pt.c
2327
struct xe_vma *vma = gpuva_to_vma(op->base.prefetch.va);
drivers/gpu/drm/xe/xe_pt.c
2427
struct xe_vma *vma, struct dma_fence *fence,
drivers/gpu/drm/xe/xe_pt.c
2469
struct xe_vma *vma, struct dma_fence *fence,
drivers/gpu/drm/xe/xe_pt.c
2529
struct xe_vma *old = gpuva_to_vma(op->base.remap.unmap->va);
drivers/gpu/drm/xe/xe_pt.c
2546
struct xe_vma *vma = gpuva_to_vma(op->base.unmap.va);
drivers/gpu/drm/xe/xe_pt.c
2555
struct xe_vma *vma = gpuva_to_vma(op->base.prefetch.va);
drivers/gpu/drm/xe/xe_pt.c
308
struct xe_vma *vma;
drivers/gpu/drm/xe/xe_pt.c
655
static bool xe_atomic_for_vram(struct xe_vm *vm, struct xe_vma *vma)
drivers/gpu/drm/xe/xe_pt.c
663
static bool xe_atomic_for_system(struct xe_vm *vm, struct xe_vma *vma)
drivers/gpu/drm/xe/xe_pt.c
706
xe_pt_stage_bind(struct xe_tile *tile, struct xe_vma *vma,
drivers/gpu/drm/xe/xe_pt.c
940
bool xe_pt_zap_ptes(struct xe_tile *tile, struct xe_vma *vma)
drivers/gpu/drm/xe/xe_pt.h
21
struct xe_vma;
drivers/gpu/drm/xe/xe_pt.h
48
bool xe_pt_zap_ptes(struct xe_tile *tile, struct xe_vma *vma);
drivers/gpu/drm/xe/xe_pt_types.h
16
struct xe_vma;
drivers/gpu/drm/xe/xe_pt_types.h
45
u64 (*pte_encode_vma)(u64 pte, struct xe_vma *vma,
drivers/gpu/drm/xe/xe_pt_types.h
83
struct xe_vma *vma;
drivers/gpu/drm/xe/xe_svm.c
1042
u64 xe_svm_find_vma_start(struct xe_vm *vm, u64 start, u64 end, struct xe_vma *vma)
drivers/gpu/drm/xe/xe_svm.c
1133
bool xe_svm_range_needs_migrate_to_vram(struct xe_svm_range *range, struct xe_vma *vma,
drivers/gpu/drm/xe/xe_svm.c
1206
static int __xe_svm_handle_pagefault(struct xe_vm *vm, struct xe_vma *vma,
drivers/gpu/drm/xe/xe_svm.c
1377
int xe_svm_handle_pagefault(struct xe_vm *vm, struct xe_vma *vma,
drivers/gpu/drm/xe/xe_svm.c
1480
struct xe_vma *vma, struct drm_gpusvm_ctx *ctx)
drivers/gpu/drm/xe/xe_svm.c
1586
struct drm_pagemap *xe_vma_resolve_pagemap(struct xe_vma *vma, struct xe_tile *tile)
drivers/gpu/drm/xe/xe_svm.c
2025
struct drm_pagemap *xe_vma_resolve_pagemap(struct xe_vma *vma, struct xe_tile *tile)
drivers/gpu/drm/xe/xe_svm.c
318
static void xe_vma_set_default_attributes(struct xe_vma *vma)
drivers/gpu/drm/xe/xe_svm.c
333
struct xe_vma *vma;
drivers/gpu/drm/xe/xe_svm.h
102
struct xe_vma *vma, struct drm_gpusvm_ctx *ctx);
drivers/gpu/drm/xe/xe_svm.h
107
bool xe_svm_range_needs_migrate_to_vram(struct xe_svm_range *range, struct xe_vma *vma,
drivers/gpu/drm/xe/xe_svm.h
116
u64 xe_svm_find_vma_start(struct xe_vm *vm, u64 addr, u64 end, struct xe_vma *vma);
drivers/gpu/drm/xe/xe_svm.h
122
struct drm_pagemap *xe_vma_resolve_pagemap(struct xe_vma *vma, struct xe_tile *tile);
drivers/gpu/drm/xe/xe_svm.h
203
struct xe_vma;
drivers/gpu/drm/xe/xe_svm.h
258
int xe_svm_handle_pagefault(struct xe_vm *vm, struct xe_vma *vma,
drivers/gpu/drm/xe/xe_svm.h
27
struct xe_vma;
drivers/gpu/drm/xe/xe_svm.h
291
struct xe_vma *vma, struct drm_gpusvm_ctx *ctx)
drivers/gpu/drm/xe/xe_svm.h
324
bool xe_svm_range_needs_migrate_to_vram(struct xe_svm_range *range, struct xe_vma *vma,
drivers/gpu/drm/xe/xe_svm.h
344
u64 xe_svm_find_vma_start(struct xe_vm *vm, u64 addr, u64 end, struct xe_vma *vma)
drivers/gpu/drm/xe/xe_svm.h
361
struct drm_pagemap *xe_vma_resolve_pagemap(struct xe_vma *vma, struct xe_tile *tile)
drivers/gpu/drm/xe/xe_svm.h
88
int xe_svm_handle_pagefault(struct xe_vm *vm, struct xe_vma *vma,
drivers/gpu/drm/xe/xe_trace_bo.h
118
DEFINE_EVENT(xe_vma, xe_vma_flush,
drivers/gpu/drm/xe/xe_trace_bo.h
119
TP_PROTO(struct xe_vma *vma),
drivers/gpu/drm/xe/xe_trace_bo.h
123
DEFINE_EVENT(xe_vma, xe_vma_pagefault,
drivers/gpu/drm/xe/xe_trace_bo.h
124
TP_PROTO(struct xe_vma *vma),
drivers/gpu/drm/xe/xe_trace_bo.h
128
DEFINE_EVENT(xe_vma, xe_vma_acc,
drivers/gpu/drm/xe/xe_trace_bo.h
129
TP_PROTO(struct xe_vma *vma),
drivers/gpu/drm/xe/xe_trace_bo.h
133
DEFINE_EVENT(xe_vma, xe_vma_bind,
drivers/gpu/drm/xe/xe_trace_bo.h
134
TP_PROTO(struct xe_vma *vma),
drivers/gpu/drm/xe/xe_trace_bo.h
138
DEFINE_EVENT(xe_vma, xe_vma_pf_bind,
drivers/gpu/drm/xe/xe_trace_bo.h
139
TP_PROTO(struct xe_vma *vma),
drivers/gpu/drm/xe/xe_trace_bo.h
143
DEFINE_EVENT(xe_vma, xe_vma_unbind,
drivers/gpu/drm/xe/xe_trace_bo.h
144
TP_PROTO(struct xe_vma *vma),
drivers/gpu/drm/xe/xe_trace_bo.h
148
DEFINE_EVENT(xe_vma, xe_vma_userptr_rebind_worker,
drivers/gpu/drm/xe/xe_trace_bo.h
149
TP_PROTO(struct xe_vma *vma),
drivers/gpu/drm/xe/xe_trace_bo.h
153
DEFINE_EVENT(xe_vma, xe_vma_userptr_rebind_exec,
drivers/gpu/drm/xe/xe_trace_bo.h
154
TP_PROTO(struct xe_vma *vma),
drivers/gpu/drm/xe/xe_trace_bo.h
158
DEFINE_EVENT(xe_vma, xe_vma_rebind_worker,
drivers/gpu/drm/xe/xe_trace_bo.h
159
TP_PROTO(struct xe_vma *vma),
drivers/gpu/drm/xe/xe_trace_bo.h
163
DEFINE_EVENT(xe_vma, xe_vma_rebind_exec,
drivers/gpu/drm/xe/xe_trace_bo.h
164
TP_PROTO(struct xe_vma *vma),
drivers/gpu/drm/xe/xe_trace_bo.h
168
DEFINE_EVENT(xe_vma, xe_vma_userptr_invalidate,
drivers/gpu/drm/xe/xe_trace_bo.h
169
TP_PROTO(struct xe_vma *vma),
drivers/gpu/drm/xe/xe_trace_bo.h
173
DEFINE_EVENT(xe_vma, xe_vma_invalidate,
drivers/gpu/drm/xe/xe_trace_bo.h
174
TP_PROTO(struct xe_vma *vma),
drivers/gpu/drm/xe/xe_trace_bo.h
178
DEFINE_EVENT(xe_vma, xe_vma_evict,
drivers/gpu/drm/xe/xe_trace_bo.h
179
TP_PROTO(struct xe_vma *vma),
drivers/gpu/drm/xe/xe_trace_bo.h
183
DEFINE_EVENT(xe_vma, xe_vma_userptr_invalidate_complete,
drivers/gpu/drm/xe/xe_trace_bo.h
184
TP_PROTO(struct xe_vma *vma),
drivers/gpu/drm/xe/xe_trace_bo.h
88
DECLARE_EVENT_CLASS(xe_vma,
drivers/gpu/drm/xe/xe_trace_bo.h
89
TP_PROTO(struct xe_vma *vma),
drivers/gpu/drm/xe/xe_trace_bo.h
94
__field(struct xe_vma *, vma)
drivers/gpu/drm/xe/xe_userptr.c
134
struct xe_vma *vma = &uvma->vma;
drivers/gpu/drm/xe/xe_userptr.c
155
struct xe_vma *vma = &uvma->vma;
drivers/gpu/drm/xe/xe_userptr.c
209
struct xe_vma *vma = &uvma->vma;
drivers/gpu/drm/xe/xe_userptr.c
237
struct xe_vma *vma = &uvma->vma;
drivers/gpu/drm/xe/xe_userptr.c
62
struct xe_vma *vma = &uvma->vma;
drivers/gpu/drm/xe/xe_userptr.c
89
struct xe_vma *vma = &uvma->vma;
drivers/gpu/drm/xe/xe_userptr.h
20
struct xe_vma;
drivers/gpu/drm/xe/xe_vm.c
1040
static void xe_vma_free(struct xe_vma *vma)
drivers/gpu/drm/xe/xe_vm.c
1066
static struct xe_vma *xe_vma_create(struct xe_vm *vm,
drivers/gpu/drm/xe/xe_vm.c
1073
struct xe_vma *vma;
drivers/gpu/drm/xe/xe_vm.c
1177
static void xe_vma_destroy_late(struct xe_vma *vma)
drivers/gpu/drm/xe/xe_vm.c
1203
struct xe_vma *vma =
drivers/gpu/drm/xe/xe_vm.c
1204
container_of(w, struct xe_vma, destroy_work);
drivers/gpu/drm/xe/xe_vm.c
1212
struct xe_vma *vma = container_of(cb, struct xe_vma, destroy_cb);
drivers/gpu/drm/xe/xe_vm.c
1218
static void xe_vma_destroy(struct xe_vma *vma, struct dma_fence *fence)
drivers/gpu/drm/xe/xe_vm.c
1263
int xe_vm_lock_vma(struct drm_exec *exec, struct xe_vma *vma)
drivers/gpu/drm/xe/xe_vm.c
1278
static void xe_vma_destroy_unlocked(struct xe_vma *vma)
drivers/gpu/drm/xe/xe_vm.c
1295
struct xe_vma *
drivers/gpu/drm/xe/xe_vm.c
1312
static int xe_vm_insert_vma(struct xe_vm *vm, struct xe_vma *vma)
drivers/gpu/drm/xe/xe_vm.c
1327
static void xe_vm_remove_vma(struct xe_vm *vm, struct xe_vma *vma)
drivers/gpu/drm/xe/xe_vm.c
1463
static u64 xelp_pte_encode_vma(u64 pte, struct xe_vma *vma,
drivers/gpu/drm/xe/xe_vm.c
1876
struct xe_vma *vma, *next_vma;
drivers/gpu/drm/xe/xe_vm.c
2190
struct xe_vma *vma = gpuva_to_vma(gpuva);
drivers/gpu/drm/xe/xe_vm.c
2273
static bool vma_matches(struct xe_vma *vma, u64 page_addr)
drivers/gpu/drm/xe/xe_vm.c
2288
struct xe_vma *xe_vm_find_vma_by_addr(struct xe_vm *vm, u64 page_addr)
drivers/gpu/drm/xe/xe_vm.c
2290
struct xe_vma *vma = NULL;
drivers/gpu/drm/xe/xe_vm.c
2308
static void prep_vma_destroy(struct xe_vm *vm, struct xe_vma *vma,
drivers/gpu/drm/xe/xe_vm.c
2324
struct xe_vma *vma;
drivers/gpu/drm/xe/xe_vm.c
2489
struct xe_vma *vma = gpuva_to_vma(op->base.prefetch.va);
drivers/gpu/drm/xe/xe_vm.c
2576
static struct xe_vma *new_vma(struct xe_vm *vm, struct drm_gpuva_op_map *op,
drivers/gpu/drm/xe/xe_vm.c
2582
struct xe_vma *vma;
drivers/gpu/drm/xe/xe_vm.c
2646
static u64 xe_vma_max_pte_size(struct xe_vma *vma)
drivers/gpu/drm/xe/xe_vm.c
2660
static void xe_vma_set_pte_size(struct xe_vma *vma, u64 size)
drivers/gpu/drm/xe/xe_vm.c
2757
bool xe_vma_has_default_mem_attrs(struct xe_vma *vma)
drivers/gpu/drm/xe/xe_vm.c
2781
struct xe_vma *vma;
drivers/gpu/drm/xe/xe_vm.c
2819
struct xe_vma *old =
drivers/gpu/drm/xe/xe_vm.c
2964
struct xe_vma *vma = gpuva_to_vma(op->base.unmap.va);
drivers/gpu/drm/xe/xe_vm.c
2977
struct xe_vma *vma = gpuva_to_vma(op->base.remap.unmap->va);
drivers/gpu/drm/xe/xe_vm.c
3053
static int vma_lock_and_validate(struct drm_exec *exec, struct xe_vma *vma,
drivers/gpu/drm/xe/xe_vm.c
3092
static int check_ufence(struct xe_vma *vma)
drivers/gpu/drm/xe/xe_vm.c
3110
struct xe_vma *vma = gpuva_to_vma(op->base.prefetch.va);
drivers/gpu/drm/xe/xe_vm.c
3234
struct xe_vma *vma = gpuva_to_vma(op->base.prefetch.va);
drivers/gpu/drm/xe/xe_vm.c
3493
static void vma_add_ufence(struct xe_vma *vma, struct xe_user_fence *ufence)
drivers/gpu/drm/xe/xe_vm.c
4343
int xe_vm_invalidate_vma_submit(struct xe_vma *vma, struct xe_tlb_inval_batch *batch)
drivers/gpu/drm/xe/xe_vm.c
4406
int xe_vm_invalidate_vma(struct xe_vma *vma)
drivers/gpu/drm/xe/xe_vm.c
4430
struct xe_vma *vma = gpuva_to_vma(gpuva);
drivers/gpu/drm/xe/xe_vm.c
4499
struct xe_vma *vma = gpuva_to_vma(gpuva);
drivers/gpu/drm/xe/xe_vm.c
4684
int xe_vma_need_vram_for_atomic(struct xe_device *xe, struct xe_vma *vma, bool is_atomic)
drivers/gpu/drm/xe/xe_vm.c
4741
struct xe_vma *vma = NULL;
drivers/gpu/drm/xe/xe_vm.c
4800
struct xe_vma *vma;
drivers/gpu/drm/xe/xe_vm.c
4865
static bool is_cpu_addr_vma_with_default_attr(struct xe_vma *vma)
drivers/gpu/drm/xe/xe_vm.c
4888
struct xe_vma *prev, *next;
drivers/gpu/drm/xe/xe_vm.c
678
struct xe_vma *vma;
drivers/gpu/drm/xe/xe_vm.c
726
static void xe_vm_populate_rebind(struct xe_vma_op *op, struct xe_vma *vma,
drivers/gpu/drm/xe/xe_vm.c
741
static int xe_vm_ops_add_rebind(struct xe_vma_ops *vops, struct xe_vma *vma,
drivers/gpu/drm/xe/xe_vm.c
766
struct xe_vma *vma, *next;
drivers/gpu/drm/xe/xe_vm.c
818
struct dma_fence *xe_vma_rebind(struct xe_vm *vm, struct xe_vma *vma, u8 tile_mask)
drivers/gpu/drm/xe/xe_vm.c
862
struct xe_vma *vma,
drivers/gpu/drm/xe/xe_vm.c
876
struct xe_vma *vma,
drivers/gpu/drm/xe/xe_vm.c
906
struct xe_vma *vma,
drivers/gpu/drm/xe/xe_vm.h
108
static inline struct xe_vma *gpuva_to_vma(struct drm_gpuva *gpuva)
drivers/gpu/drm/xe/xe_vm.h
110
return container_of(gpuva, struct xe_vma, gpuva);
drivers/gpu/drm/xe/xe_vm.h
122
static inline u64 xe_vma_start(struct xe_vma *vma)
drivers/gpu/drm/xe/xe_vm.h
127
static inline u64 xe_vma_size(struct xe_vma *vma)
drivers/gpu/drm/xe/xe_vm.h
132
static inline u64 xe_vma_end(struct xe_vma *vma)
drivers/gpu/drm/xe/xe_vm.h
137
static inline u64 xe_vma_bo_offset(struct xe_vma *vma)
drivers/gpu/drm/xe/xe_vm.h
142
static inline struct xe_bo *xe_vma_bo(struct xe_vma *vma)
drivers/gpu/drm/xe/xe_vm.h
148
static inline struct xe_vm *xe_vma_vm(struct xe_vma *vma)
drivers/gpu/drm/xe/xe_vm.h
153
static inline bool xe_vma_read_only(struct xe_vma *vma)
drivers/gpu/drm/xe/xe_vm.h
158
static inline u64 xe_vma_userptr(struct xe_vma *vma)
drivers/gpu/drm/xe/xe_vm.h
163
static inline bool xe_vma_is_null(struct xe_vma *vma)
drivers/gpu/drm/xe/xe_vm.h
168
static inline bool xe_vma_is_cpu_addr_mirror(struct xe_vma *vma)
drivers/gpu/drm/xe/xe_vm.h
173
static inline bool xe_vma_has_no_bo(struct xe_vma *vma)
drivers/gpu/drm/xe/xe_vm.h
178
static inline bool xe_vma_is_userptr(struct xe_vma *vma)
drivers/gpu/drm/xe/xe_vm.h
184
struct xe_vma *xe_vm_find_vma_by_addr(struct xe_vm *vm, u64 page_addr);
drivers/gpu/drm/xe/xe_vm.h
186
int xe_vma_need_vram_for_atomic(struct xe_device *xe, struct xe_vma *vma, bool is_atomic);
drivers/gpu/drm/xe/xe_vm.h
198
static inline struct xe_userptr_vma *to_userptr_vma(struct xe_vma *vma)
drivers/gpu/drm/xe/xe_vm.h
244
struct dma_fence *xe_vma_rebind(struct xe_vm *vm, struct xe_vma *vma,
drivers/gpu/drm/xe/xe_vm.h
247
struct xe_vma *vma,
drivers/gpu/drm/xe/xe_vm.h
253
int xe_vm_invalidate_vma(struct xe_vma *vma);
drivers/gpu/drm/xe/xe_vm.h
255
int xe_vm_invalidate_vma_submit(struct xe_vma *vma, struct xe_tlb_inval_batch *batch);
drivers/gpu/drm/xe/xe_vm.h
282
int xe_vm_lock_vma(struct drm_exec *exec, struct xe_vma *vma);
drivers/gpu/drm/xe/xe_vm.h
73
struct xe_vma *
drivers/gpu/drm/xe/xe_vm.h
76
bool xe_vma_has_default_mem_attrs(struct xe_vma *vma);
drivers/gpu/drm/xe/xe_vm_madvise.c
104
struct xe_vma *vma = vmas[i];
drivers/gpu/drm/xe/xe_vm_madvise.c
128
struct xe_vma **vmas, int num_vmas,
drivers/gpu/drm/xe/xe_vm_madvise.c
170
struct xe_vma **vmas, int num_vmas,
drivers/gpu/drm/xe/xe_vm_madvise.c
201
struct xe_vma **vmas, int num_vmas,
drivers/gpu/drm/xe/xe_vm_madvise.c
21
struct xe_vma **vmas;
drivers/gpu/drm/xe/xe_vm_madvise.c
263
struct xe_vma **vmas, int num_vmas,
drivers/gpu/drm/xe/xe_vm_madvise.c
288
struct xe_vma *vma = gpuva_to_vma(gpuva);
drivers/gpu/drm/xe/xe_vm_madvise.c
49
struct xe_vma **__vmas;
drivers/gpu/drm/xe/xe_vm_madvise.c
516
struct xe_vma *vma = madvise_range->vmas[i];
drivers/gpu/drm/xe/xe_vm_madvise.c
535
static bool check_bo_args_are_sane(struct xe_vm *vm, struct xe_vma **vmas,
drivers/gpu/drm/xe/xe_vm_madvise.c
63
struct xe_vma *vma = gpuva_to_vma(gpuva);
drivers/gpu/drm/xe/xe_vm_madvise.c
95
struct xe_vma **vmas, int num_vmas,
drivers/gpu/drm/xe/xe_vm_types.h
185
struct xe_vma vma;
drivers/gpu/drm/xe/xe_vm_types.h
357
struct xe_vma *last_fault_vma;
drivers/gpu/drm/xe/xe_vm_types.h
414
struct xe_vma *vma;
drivers/gpu/drm/xe/xe_vm_types.h
430
struct xe_vma *prev;
drivers/gpu/drm/xe/xe_vm_types.h
432
struct xe_vma *next;
drivers/gpu/drm/xe/xe_vm_types.h
458
struct xe_vma *vma;