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.rs160 ptes: PteArray<{ Self::PTE_ARRAY_SIZE }>,
174 const PTE_ARRAY_SIZE: usize = GSP_PAGE_SIZE / size_of::<u64>(); constant
209 for i in 0..GspMem::PTE_ARRAY_SIZE { in new()