Home
last modified time | relevance | path

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

/packages/modules/Virtualization/pvmfw/src/
Dconfig.rs93 pub fn body_lowest_bound(&self) -> Result<usize> { in body_lowest_bound() method
246 let limits = header.body_lowest_bound()?..total_size; in new()