Home
last modified time | relevance | path

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

/packages/modules/Virtualization/pvmfw/src/
Dconfig.rs171 struct NonEmptyRange { struct
176 impl NonEmptyRange { implementation
200 ranges: [Option<NonEmptyRange>; Entry::COUNT],
247 let mut ranges: [Option<NonEmptyRange>; Entry::COUNT] = [None; Entry::COUNT]; in new()
253 let Some(range) = NonEmptyRange::new(entry_offset, entry_size) else { continue }; in new()
264 ranges[entry as usize] = NonEmptyRange::new( in new()