Fukurō
A highly portable microkernel
Loading...
Searching...
No Matches
vm.h
Go to the documentation of this file.
1
#ifndef FUKURO_SYS_VM_VM_H
2
# define FUKURO_SYS_VM_VM_H 1
3
4
/* our virtual memory manager is mosly based on Rashid's paper
5
* https://research.cs.wisc.edu/areas/os/Qual/papers/mach-memory.pdf
6
*/
7
12
vm_allocate
();
13
17
vm_copy
();
18
22
vm_deallocate
();
23
27
vm_inherit
();
28
32
vm_protect
();
33
37
vm_read
();
38
42
vm_regions
();
43
47
vm_statistics
();
48
52
vm_write
();
53
54
#endif
/* !FUKURO_SYS_VM_VM_H */
vm_regions
vm_regions()
vm_copy
vm_copy()
vm_protect
vm_protect()
vm_inherit
vm_inherit()
vm_deallocate
vm_deallocate()
vm_statistics
vm_statistics()
vm_write
vm_write()
vm_allocate
vm_allocate()
vm_read
vm_read()
sys
vm
vm.h
Generated by
1.9.8
DevSE webring:
previous
next