Searched refs:gk20a_instobj (Results 1 – 1 of 1) sorted by relevance
52 struct gk20a_instobj { struct61 #define gk20a_instobj(p) container_of((p), struct gk20a_instobj, memory) argument67 struct gk20a_instobj base;74 container_of(gk20a_instobj(p), struct gk20a_instobj_dma, base)80 struct gk20a_instobj base;88 container_of(gk20a_instobj(p), struct gk20a_instobj_iommu, base)124 return gk20a_instobj(memory)->mem.offset; in gk20a_instobj_addr()130 return (u64)gk20a_instobj(memory)->mem.size << 12; in gk20a_instobj_size()173 struct gk20a_instobj *obj; in gk20a_instmem_vaddr_gc()179 obj = list_first_entry(&imem->vaddr_lru, struct gk20a_instobj, in gk20a_instmem_vaddr_gc()[all …]