Searched refs:nvif_handle (Results 1 – 5 of 5) sorted by relevance
53 args->memory = nvif_handle(&mem->object); in nvif_vmm_map() 148 .memory = nvif_handle(&mem->object), in nvif_vmm_raw_map()
40 args->v0.object = nvif_handle(object); in nvif_object_ioctl() 264 args->new.object = nvif_handle(object); in nvif_object_ctor()
305 args->ctxdma = nvif_handle(&chan->push.ctxdma); in nouveau_channel_ctor() 309 args->vmm = nvif_handle(&chan->vmm->vmm.object); in nouveau_channel_ctor() 311 args->ctxdma = nvif_handle(&chan->push.ctxdma); in nouveau_channel_ctor() 328 args->huserd = nvif_handle(&chan->mem_userd.object); in nouveau_channel_ctor()
44 #define nvif_handle(a) (unsigned long)(void *)(a) macro
272 args->pushbuf = nvif_handle(&dmac->push.mem.object); in nv50_dmac_create()