pub fn access_pages(addr: u32, width: u32) -> PageSetExpand 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.