vm: implement demand-paging via userspace services with vm-controller
This commit is contained in:
@@ -110,7 +110,9 @@ extern bool address_space_validate_access(
|
||||
|
||||
/* find the mapping corresponding to the given virtual address, and page-in the
|
||||
* necessary vm_page to allow the memory access to succeed. if the relevant
|
||||
* vm-object page hasn't been allocated yet, it will be allocated here. */
|
||||
* vm-object page hasn't been allocated yet, it will be allocated here.
|
||||
* this function must be called with `region` UNLOCKED and interrupts ENABLED.
|
||||
*/
|
||||
extern kern_status_t address_space_demand_map(
|
||||
struct address_space *region,
|
||||
virt_addr_t addr,
|
||||
|
||||
Reference in New Issue
Block a user