Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/gsp/
H A Dcmdq.rs450 pub(crate) const NUM_PTES: usize = size_of::<GspMem>() >> GSP_PAGE_SHIFT; constant
H A Dfw.rs920 pageTableEntryCount: num::usize_into_u32::<{ Cmdq::NUM_PTES }>(), in new()