Functions

src/map.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

_u32 map_find (_u32 lpa)
void map_update (_u32 lpa, _u32 ppa)
void map_gc (_u32 victim, _u8 *bitmap)
void map_init ()
void map_end ()

Function Documentation

void map_end (  ) 

Definition at line 46 of file map.c.

Here is the caller graph for this function:

_u32 map_find ( _u32  lpa  ) 

Definition at line 21 of file map.c.

Here is the caller graph for this function:

void map_gc ( _u32  victim,
_u8 bitmap 
)

Definition at line 39 of file map.c.

Here is the caller graph for this function:

void map_init (  ) 

Definition at line 55 of file map.c.

Here is the caller graph for this function:

void map_update ( _u32  lpa,
_u32  ppa 
)

Definition at line 32 of file map.c.

Here is the caller graph for this function:

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines