Searched refs:NVKM_MEM_COHERENT (Results 1 – 4 of 4) sorted by relevance
306 type |= NVKM_MEM_COHERENT; in nvkm_mmu_host()360 type |= NVKM_MEM_COHERENT; in nvkm_mmu_vram()
97 args->v0.coherent = !!(type & NVKM_MEM_COHERENT); in nvkm_ummu_type()
157 if ( (mmu->type[type].type & NVKM_MEM_COHERENT) && in nvkm_mem_new_host()
135 #define NVKM_MEM_COHERENT 0x40 macro