Symbol: nouveau_svmm
drivers/gpu/drm/nouveau/nouveau_dmem.c
188
struct nouveau_svmm *svmm;
drivers/gpu/drm/nouveau/nouveau_dmem.c
728
struct nouveau_svmm *svmm, unsigned long src,
drivers/gpu/drm/nouveau/nouveau_dmem.c
784
struct nouveau_svmm *svmm, struct migrate_vma *args,
drivers/gpu/drm/nouveau/nouveau_dmem.c
823
struct nouveau_svmm *svmm,
drivers/gpu/drm/nouveau/nouveau_dmem.h
28
struct nouveau_svmm;
drivers/gpu/drm/nouveau/nouveau_dmem.h
38
struct nouveau_svmm *svmm,
drivers/gpu/drm/nouveau/nouveau_svm.c
206
nouveau_svmm_part(struct nouveau_svmm *svmm, u64 inst)
drivers/gpu/drm/nouveau/nouveau_svm.c
222
nouveau_svmm_join(struct nouveau_svmm *svmm, u64 inst)
drivers/gpu/drm/nouveau/nouveau_svm.c
240
nouveau_svmm_invalidate(struct nouveau_svmm *svmm, u64 start, u64 limit)
drivers/gpu/drm/nouveau/nouveau_svm.c
255
struct nouveau_svmm *svmm =
drivers/gpu/drm/nouveau/nouveau_svm.c
256
container_of(mn, struct nouveau_svmm, notifier);
drivers/gpu/drm/nouveau/nouveau_svm.c
294
kfree(container_of(mn, struct nouveau_svmm, notifier));
drivers/gpu/drm/nouveau/nouveau_svm.c
303
nouveau_svmm_fini(struct nouveau_svmm **psvmm)
drivers/gpu/drm/nouveau/nouveau_svm.c
305
struct nouveau_svmm *svmm = *psvmm;
drivers/gpu/drm/nouveau/nouveau_svm.c
320
struct nouveau_svmm *svmm;
drivers/gpu/drm/nouveau/nouveau_svm.c
503
struct nouveau_svmm *svmm;
drivers/gpu/drm/nouveau/nouveau_svm.c
585
static int nouveau_atomic_range_fault(struct nouveau_svmm *svmm,
drivers/gpu/drm/nouveau/nouveau_svm.c
652
static int nouveau_range_fault(struct nouveau_svmm *svmm,
drivers/gpu/drm/nouveau/nouveau_svm.c
67
struct nouveau_svmm *svmm;
drivers/gpu/drm/nouveau/nouveau_svm.c
722
struct nouveau_svmm *svmm;
drivers/gpu/drm/nouveau/nouveau_svm.c
88
struct nouveau_svmm *svmm;
drivers/gpu/drm/nouveau/nouveau_svm.c
923
nouveau_pfns_map(struct nouveau_svmm *svmm, struct mm_struct *mm,
drivers/gpu/drm/nouveau/nouveau_svm.h
27
void nouveau_svmm_fini(struct nouveau_svmm **);
drivers/gpu/drm/nouveau/nouveau_svm.h
28
int nouveau_svmm_join(struct nouveau_svmm *, u64 inst);
drivers/gpu/drm/nouveau/nouveau_svm.h
29
void nouveau_svmm_part(struct nouveau_svmm *, u64 inst);
drivers/gpu/drm/nouveau/nouveau_svm.h
32
void nouveau_svmm_invalidate(struct nouveau_svmm *svmm, u64 start, u64 limit);
drivers/gpu/drm/nouveau/nouveau_svm.h
35
void nouveau_pfns_map(struct nouveau_svmm *svmm, struct mm_struct *mm,
drivers/gpu/drm/nouveau/nouveau_svm.h
50
static inline void nouveau_svmm_fini(struct nouveau_svmm **svmmp) {}
drivers/gpu/drm/nouveau/nouveau_svm.h
52
static inline int nouveau_svmm_join(struct nouveau_svmm *svmm, u64 inst)
drivers/gpu/drm/nouveau/nouveau_svm.h
57
static inline void nouveau_svmm_part(struct nouveau_svmm *svmm, u64 inst) {}
drivers/gpu/drm/nouveau/nouveau_vmm.h
28
struct nouveau_svmm *svmm;