
Functions | |
| static bool | anon_swap_in (struct page *page, void *kva) |
| static bool | anon_swap_out (struct page *page) |
| static void | anon_destroy (struct page *page) |
| void | vm_anon_init (void) |
| bool | anon_initializer (struct page *page, enum vm_type type, void *kva) |
Variables | |
| static struct disk * | swap_disk |
| static const struct page_operations | anon_ops |
| struct bitmap * | swap_table |
| const size_t | SECTORS_PER_PAGE = PGSIZE / DISK_SECTOR_SIZE |
|
static |



| void vm_anon_init | ( | void | ) |


|
static |
| const size_t SECTORS_PER_PAGE = PGSIZE / DISK_SECTOR_SIZE |
|
static |
| struct bitmap* swap_table |