Symbol: drm_gpuva_op
drivers/gpu/drm/drm_gpuvm.c
2355
struct drm_gpuva_op op = {};
drivers/gpu/drm/drm_gpuvm.c
2375
struct drm_gpuva_op op = {};
drivers/gpu/drm/drm_gpuvm.c
2391
struct drm_gpuva_op op = {};
drivers/gpu/drm/drm_gpuvm.c
2727
drm_gpuva_sm_step_lock(struct drm_gpuva_op *op, void *priv)
drivers/gpu/drm/drm_gpuvm.c
2846
static struct drm_gpuva_op *
drivers/gpu/drm/drm_gpuvm.c
2850
struct drm_gpuva_op *op;
drivers/gpu/drm/drm_gpuvm.c
2865
struct drm_gpuva_op *op)
drivers/gpu/drm/drm_gpuvm.c
2876
drm_gpuva_sm_step(struct drm_gpuva_op *__op,
drivers/gpu/drm/drm_gpuvm.c
2885
struct drm_gpuva_op *op;
drivers/gpu/drm/drm_gpuvm.c
3128
struct drm_gpuva_op *op;
drivers/gpu/drm/drm_gpuvm.c
3181
struct drm_gpuva_op *op;
drivers/gpu/drm/drm_gpuvm.c
3225
struct drm_gpuva_op *op, *next;
drivers/gpu/drm/imagination/pvr_vm.c
354
pvr_vm_gpuva_map(struct drm_gpuva_op *op, void *op_ctx)
drivers/gpu/drm/imagination/pvr_vm.c
388
pvr_vm_gpuva_unmap(struct drm_gpuva_op *op, void *op_ctx)
drivers/gpu/drm/imagination/pvr_vm.c
419
pvr_vm_gpuva_remap(struct drm_gpuva_op *op, void *op_ctx)
drivers/gpu/drm/msm/msm_gem_vma.c
489
msm_gem_vm_sm_step_map(struct drm_gpuva_op *op, void *_arg)
drivers/gpu/drm/msm/msm_gem_vma.c
540
msm_gem_vm_sm_step_remap(struct drm_gpuva_op *op, void *arg)
drivers/gpu/drm/msm/msm_gem_vma.c
627
msm_gem_vm_sm_step_unmap(struct drm_gpuva_op *op, void *_arg)
drivers/gpu/drm/nouveau/nouveau_uvmm.c
1193
struct drm_gpuva_op *op;
drivers/gpu/drm/nouveau/nouveau_uvmm.c
1228
struct drm_gpuva_op *va_op;
drivers/gpu/drm/nouveau/nouveau_uvmm.c
517
struct drm_gpuva_op *last,
drivers/gpu/drm/nouveau/nouveau_uvmm.c
520
struct drm_gpuva_op *op = last;
drivers/gpu/drm/nouveau/nouveau_uvmm.c
624
struct drm_gpuva_op *last = drm_gpuva_last_op(ops);
drivers/gpu/drm/nouveau/nouveau_uvmm.c
638
struct drm_gpuva_op *last = drm_gpuva_last_op(ops);
drivers/gpu/drm/nouveau/nouveau_uvmm.c
684
struct drm_gpuva_op *op;
drivers/gpu/drm/nouveau/nouveau_uvmm.c
825
op_gem_obj(struct drm_gpuva_op *op)
drivers/gpu/drm/nouveau/nouveau_uvmm.c
898
struct drm_gpuva_op *op;
drivers/gpu/drm/nouveau/nouveau_uvmm.c
940
struct drm_gpuva_op *op;
drivers/gpu/drm/panthor/panthor_mmu.c
2076
static int panthor_gpuva_sm_step_map(struct drm_gpuva_op *op, void *priv)
drivers/gpu/drm/panthor/panthor_mmu.c
2147
static int panthor_gpuva_sm_step_remap(struct drm_gpuva_op *op,
drivers/gpu/drm/panthor/panthor_mmu.c
2224
static int panthor_gpuva_sm_step_unmap(struct drm_gpuva_op *op,
drivers/gpu/drm/xe/xe_vm.c
1234
static struct drm_gpuva_op *xe_vm_op_alloc(void)
drivers/gpu/drm/xe/xe_vm.c
2174
static void print_op(struct xe_device *xe, struct drm_gpuva_op *op)
drivers/gpu/drm/xe/xe_vm.c
2215
static void print_op(struct xe_device *xe, struct drm_gpuva_op *op)
drivers/gpu/drm/xe/xe_vm.c
2236
struct drm_gpuva_op *__op;
drivers/gpu/drm/xe/xe_vm.c
2258
struct drm_gpuva_op *__op;
drivers/gpu/drm/xe/xe_vm.c
2620
struct drm_gpuva_op *__op;
drivers/gpu/drm/xe/xe_vm.c
2873
struct drm_gpuva_op *__op;
drivers/gpu/drm/xe/xe_vm.c
4375
struct drm_gpuva_op *__op;
drivers/gpu/drm/xe/xe_vm.h
106
static inline struct xe_vma_op *gpuva_op_to_vma_op(struct drm_gpuva_op *op)
drivers/gpu/drm/xe/xe_vm_types.h
442
struct drm_gpuva_op base;
include/drm/drm_gpuvm.h
1071
list_first_entry(&(ops)->list, struct drm_gpuva_op, entry)
include/drm/drm_gpuvm.h
1078
list_last_entry(&(ops)->list, struct drm_gpuva_op, entry)
include/drm/drm_gpuvm.h
1158
struct drm_gpuva_op *(*op_alloc)(void);
include/drm/drm_gpuvm.h
1170
void (*op_free)(struct drm_gpuva_op *op);
include/drm/drm_gpuvm.h
1217
int (*sm_step_map)(struct drm_gpuva_op *op, void *priv);
include/drm/drm_gpuvm.h
1234
int (*sm_step_remap)(struct drm_gpuva_op *op, void *priv);
include/drm/drm_gpuvm.h
1250
int (*sm_step_unmap)(struct drm_gpuva_op *op, void *priv);