Searched refs:gk20a_instobj (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
H A D | gk20a.c | 51 struct gk20a_instobj { struct 59 #define gk20a_instobj(p) container_of((p), struct gk20a_instobj, memory) macro 65 struct gk20a_instobj base; 71 container_of(gk20a_instobj(p), struct gk20a_instobj_dma, base) 77 struct gk20a_instobj base; 90 container_of(gk20a_instobj(p), struct gk20a_instobj_iommu, base) 95 /* protects vaddr_* and gk20a_instobj::vaddr* */ 130 return (u64)gk20a_instobj(memory)->mn->offset << 12; in gk20a_instobj_addr() 136 return (u64)gk20a_instobj(memor in gk20a_instobj_size() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
H A D | gk20a.c | 51 struct gk20a_instobj { struct 59 #define gk20a_instobj(p) container_of((p), struct gk20a_instobj, memory) macro 65 struct gk20a_instobj base; 71 container_of(gk20a_instobj(p), struct gk20a_instobj_dma, base) 77 struct gk20a_instobj base; 90 container_of(gk20a_instobj(p), struct gk20a_instobj_iommu, base) 95 /* protects vaddr_* and gk20a_instobj::vaddr* */ 130 return (u64)gk20a_instobj(memory)->mn->offset << 12; in gk20a_instobj_addr() 136 return (u64)gk20a_instobj(memor in gk20a_instobj_size() [all...] |
Completed in 2 milliseconds