#include "vm/vm.h"

Go to the source code of this file.
Classes | |
| struct | uninit_page |
Typedefs | |
| typedef bool | vm_initializer(struct page *, void *aux) |
Functions | |
| void | uninit_new (struct page *page, void *va, vm_initializer *init, enum vm_type type, void *aux, bool(*initializer)(struct page *, enum vm_type, void *kva)) |