Lines Matching refs:uvmm
96 struct nouveau_uvmm uvmm;
124 if (!cli || !cli->uvmm.vmm.cli)
127 return &cli->uvmm;
133 struct nouveau_uvmm *uvmm;
136 uvmm = nouveau_cli_uvmm(cli);
139 return uvmm;
145 struct nouveau_uvmm *uvmm;
147 uvmm = nouveau_cli_uvmm(cli);
148 if (uvmm)
149 return &uvmm->vmm;
160 struct nouveau_uvmm *uvmm = nouveau_cli_uvmm(cli);
162 if (!uvmm)
163 cli->uvmm.disabled = true;