Searched refs:rmargs (Results 1 – 4 of 4) sorted by relevance
119 rmargs: CoherentAllocation<GspArgumentsPadded>, field138 rmargs: CoherentAllocation::<GspArgumentsPadded>::alloc_coherent( in new()154 dma_write!(rmargs, [0]?.inner, fw::GspArgumentsCached::new(cmdq)); in new()155 dma_write!(libos, [3]?, LibosMemoryRegionInitArgument::new("RMARGS", rmargs)); in new()
187 args = gsp->rmargs.data; in r570_gsp_set_rmargs()
1187 GSP_ARGUMENTS_CACHED *args = gsp->rmargs.data; in r535_gsp_set_rmargs()1217 ret = nvkm_gsp_mem_ctor(gsp, 0x1000, &gsp->rmargs); in r535_gsp_rmargs_init()1556 args[3].pa = gsp->rmargs.addr; in r535_gsp_libos_init()1557 args[3].size = gsp->rmargs.size; in r535_gsp_libos_init()2113 nvkm_gsp_mem_dtor(&gsp->rmargs); in r535_gsp_dtor()
148 struct nvkm_gsp_mem rmargs; member