Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/gsp/
H A Dcmdq.rs189 ptes: PteArray<{ Self::PTE_ARRAY_SIZE }>,
205 const PTE_ARRAY_SIZE: usize = GSP_PAGE_SIZE / size_of::<u64>(); constant
239 for i in 0..GspMem::PTE_ARRAY_SIZE { in new()