Home
last modified time | relevance | path

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

/packages/modules/Virtualization/vmbase/src/memory/
Dutil.rs43 const DMINLINE_MASK: usize = 0xf; in min_dcache_line_size() constant
47 let dminline = (ctr_el0 >> DMINLINE_SHIFT) & DMINLINE_MASK; in min_dcache_line_size()