Searched refs:LibosMemoryRegionInitArgument (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/nova-core/ |
| H A D | gsp.rs | 31 LibosMemoryRegionInitArgument, // 109 pub(crate) libos: CoherentAllocation<LibosMemoryRegionInitArgument>, 129 libos: CoherentAllocation::<LibosMemoryRegionInitArgument>::alloc_coherent( in new() 131 GSP_PAGE_SIZE / size_of::<LibosMemoryRegionInitArgument>(), in new() 148 libos, [0]?, LibosMemoryRegionInitArgument::new("LOGINIT", &loginit.0) in new() 151 libos, [1]?, LibosMemoryRegionInitArgument::new("LOGINTR", &logintr.0) in new() 153 dma_write!(libos, [2]?, LibosMemoryRegionInitArgument::new("LOGRM", &logrm.0)); in new() 155 dma_write!(libos, [3]?, LibosMemoryRegionInitArgument::new("RMARGS", rmargs)); in new()
|
| /linux/drivers/gpu/nova-core/gsp/ |
| H A D | fw.rs | 714 pub(crate) struct LibosMemoryRegionInitArgument(bindings::LibosMemoryRegionInitArgument); struct 717 unsafe impl AsBytes for LibosMemoryRegionInitArgument {} implementation 721 unsafe impl FromBytes for LibosMemoryRegionInitArgument {} implementation 723 impl LibosMemoryRegionInitArgument { implementation 739 Self(bindings::LibosMemoryRegionInitArgument { in new()
|
| /linux/drivers/gpu/nova-core/gsp/fw/r570_144/ |
| H A D | bindings.rs | 819 pub struct LibosMemoryRegionInitArgument { struct
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/ |
| H A D | gsp.c | 1509 LibosMemoryRegionInitArgument *args; in r535_gsp_libos_init()
|