diff options
Diffstat (limited to 'sys/include')
-rw-r--r-- | sys/include/vm/pmap.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/include/vm/pmap.h b/sys/include/vm/pmap.h index c591605..516c2ea 100644 --- a/sys/include/vm/pmap.h +++ b/sys/include/vm/pmap.h @@ -72,6 +72,12 @@ struct vm_ctx { struct vas pmap_create_vas(struct vm_ctx *); /* + * Switch the current virtual address space + * to another. + */ +void pmap_switch_vas(struct vm_ctx *, struct vas); + +/* * Read virtual address space descriptor * and return it. */ |