Lines Matching defs:uvmm
98 } uvmm;
126 return cli ? cli->uvmm.ptr : NULL;
132 struct nouveau_uvmm *uvmm;
135 uvmm = nouveau_cli_uvmm(cli);
138 return uvmm;
144 struct nouveau_uvmm *uvmm;
146 uvmm = nouveau_cli_uvmm(cli);
147 if (uvmm)
148 return &uvmm->vmm;
159 struct nouveau_uvmm *uvmm = nouveau_cli_uvmm(cli);
161 if (!uvmm)
162 cli->uvmm.disabled = true;