Home
last modified time | relevance | path

Searched refs:GspMem (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/nova-core/gsp/
H A Dcmdq.rs160 struct GspMem { struct
177 unsafe impl AsBytes for GspMem {} argument
181 unsafe impl FromBytes for GspMem {} implementation
194 struct DmaGspMem(CoherentAllocation<GspMem>);
203 CoherentAllocation::<GspMem>::alloc_coherent(dev, 1, GFP_KERNEL | __GFP_ZERO)?; in new()
437 const POST_PTE_OFFSET: usize = core::mem::offset_of!(GspMem, cpuq);
440 pub(crate) const CMDQ_OFFSET: usize = core::mem::offset_of!(GspMem, cpuq)
445 pub(crate) const STATQ_OFFSET: usize = core::mem::offset_of!(GspMem, gspq)
450 pub(crate) const NUM_PTES: usize = size_of::<GspMem>() >> GSP_PAGE_SHIFT;