Go to the source code of this file.
Functions | |
void | bitmap_s_invalidate (_t_blk pbn, _t_page ppn, _t_size length) |
void | bitmap_s_end () |
void | bitmap_s_init () |
void | bitmap_s_get_block (int pbn, _u8 *block_bitmap) |
void | bitmap_s_clear_block (_t_blk pbn) |
void | vm_init () |
void | vm_end () |
_u32 | vm_alloc_page (_t_sect lsn, _t_blk *pbn, _t_page *ppn, int reqtype) |
int | vm_gc_check () |
void | vm_gc_start () |
void | vm_invalidate (_t_blk victim, _t_page ppn, _t_size length) |
void bitmap_s_clear_block | ( | _t_blk | pbn | ) |
void bitmap_s_end | ( | ) |
void bitmap_s_get_block | ( | int | pbn, | |
_u8 * | block_bitmap | |||
) |
void bitmap_s_init | ( | ) |
void vm_end | ( | ) |
int vm_gc_check | ( | ) |
void vm_gc_start | ( | ) |
void vm_init | ( | ) |