Searched refs:nvif_handle (Results 1 – 6 of 6) sorted by relevance
40 args->v0.object = nvif_handle(object); in nvif_object_ioctl()290 args->new.token = nvif_handle(object); in nvif_object_ctor()291 args->new.object = nvif_handle(object); in nvif_object_ctor()
53 args->memory = nvif_handle(&mem->object); in nvif_vmm_map()148 .memory = nvif_handle(&mem->object), in nvif_vmm_raw_map()
317 args.chan.ctxdma = nvif_handle(&chan->push.ctxdma); in nouveau_channel_ctor()321 args.chan.vmm = nvif_handle(&chan->vmm->vmm.object); in nouveau_channel_ctor()323 args.chan.ctxdma = nvif_handle(&chan->push.ctxdma); in nouveau_channel_ctor()340 args.chan.huserd = nvif_handle(&chan->mem_userd.object); in nouveau_channel_ctor()
477 args->v0.object = nvif_handle(&chan->chan->user); in nouveau_abi16_usif()482 args->v0.object = nvif_handle(&abi16->device.object); in nouveau_abi16_usif()
46 #define nvif_handle(a) (unsigned long)(void *)(a) macro
272 args->pushbuf = nvif_handle(&dmac->_push.mem.object); in nv50_dmac_create()