Skip to main content

access_pages

Function access_pages 

Source
pub fn access_pages(addr: u32, width: u32) -> PageSet
Expand description

Compute the page set for a width-byte access at addr. Keyed only on addr and width so the recompiler (which learns width from a compile-time side table) and the interpreter (which knows it from the opcode) agree byte-for-byte. width must be in 1..=8.