OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nouveau_vmm
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_vmm.h
1
/* $NetBSD:
nouveau_vmm
.h,v 1.2 2021/12/18 23:45:32 riastradh Exp $ */
10
struct
nouveau_vmm
*vmm;
20
struct nouveau_vma *nouveau_vma_find(struct nouveau_bo *, struct
nouveau_vmm
*);
21
int nouveau_vma_new(struct nouveau_bo *, struct
nouveau_vmm
*,
27
struct
nouveau_vmm
{
struct
33
int nouveau_vmm_init(struct nouveau_cli *, s32 oclass, struct
nouveau_vmm
*);
34
void nouveau_vmm_fini(struct
nouveau_vmm
*);
nouveau_vmm.c
1
/* $NetBSD:
nouveau_vmm
.c,v 1.2 2021/12/18 23:45:32 riastradh Exp $ */
25
__KERNEL_RCSID(0, "$NetBSD:
nouveau_vmm
.c,v 1.2 2021/12/18 23:45:32 riastradh Exp $");
27
#include "
nouveau_vmm
.h"
54
nouveau_vma_find(struct nouveau_bo *nvbo, struct
nouveau_vmm
*vmm)
82
nouveau_vma_new(struct nouveau_bo *nvbo, struct
nouveau_vmm
*vmm,
126
nouveau_vmm_fini(struct
nouveau_vmm
*vmm)
134
nouveau_vmm_init(struct nouveau_cli *cli, s32 oclass, struct
nouveau_vmm
*vmm)
nouveau_chan.h
13
struct
nouveau_vmm
*vmm;
nouveau_drv.h
73
#include "
nouveau_vmm
.h"
104
struct
nouveau_vmm
vmm;
105
struct
nouveau_vmm
svm;
nouveau_gem.c
42
#include "
nouveau_vmm
.h"
76
struct
nouveau_vmm
*vmm = cli->svm.cli ? &cli->svm : &cli->vmm;
151
struct
nouveau_vmm
*vmm = cli->svm.cli ? &cli->svm : & cli->vmm;
237
struct
nouveau_vmm
*vmm = cli->svm.cli ? &cli->svm : &cli->vmm;
451
struct
nouveau_vmm
*vmm = chan->vmm;
nouveau_svm.c
97
struct
nouveau_vmm
*vmm;
Completed in 15 milliseconds
Indexes created Sun Oct 19 01:09:53 GMT 2025