Searched refs:NV_MEM_ACCESS_WO (Results 1 – 6 of 6) sorted by relevance
9 #define NV_MEM_ACCESS_WO 2 macro10 #define NV_MEM_ACCESS_RW (NV_MEM_ACCESS_RO | NV_MEM_ACCESS_WO)
142 case NV_MEM_ACCESS_WO: in gf100_dmaobj_new()
123 case NV_MEM_ACCESS_WO: in nv04_dmaobj_new()
134 dmaobj->access = NV_MEM_ACCESS_WO; in nvkm_dmaobj_ctor()
147 case NV_MEM_ACCESS_WO: in nv50_dmaobj_new()
71 if (!(vma->access & NV_MEM_ACCESS_WO)) in vm_addr()