Fukurō
A highly portable microkernel
Loading...
Searching...
No Matches
pmap.h
Go to the documentation of this file.
1#ifndef FUKURO_SYS_RISCV_PMAP_H
2# define FUKURO_SYS_RISCV_PMAP_H 1
3
4typedef struct {
6
8PhysAddrMap pmap_create();
23
24#endif /* !FUKURO_SYS_RISCV_PMAP_H */
pmap_remove_all()
pmap_activate()
pmap_update()
pmap_destroy()
pmap_enter()
pmap_copy_page()
pmap_zero_page()
pmap_deactivate()
pmap_reference()
pmap_copy_on_write()
pmap_access()
pmap_protect()
pmap_remove()
pmap_extract()
PhysAddrMap pmap_create()
pmap_init()
Definition pmap.h:4