Handler routine for pages backed by a file. This function will allocate a frame and read a page-sized amount from the disk into the allocated frame. Then it maps the allocated frame at the faulted address.
(
&mut self,
offset_table: &mut OffsetPageTable,
reason: PageFaultErrorCode,
addr: VirtAddr,
)
source not stored for this graph (policy: none)
no test coverage detected