Include dependency graph for page_ht.c:

Go to the source code of this file.
Functions | |
| static index_t | hash (__native key[]) |
| static bool | compare (__native key[], count_t keys, link_t *item) |
| static void | remove_callback (link_t *item) |
| static void | ht_mapping_insert (as_t *as, __address page, __address frame, int flags) |
| static void | ht_mapping_remove (as_t *as, __address page) |
| static pte_t * | ht_mapping_find (as_t *as, __address page) |
Variables | |
| mutex_t | page_ht_lock |
| hash_table_t | page_ht |
| hash_table_operations_t | ht_operations |
| page_mapping_operations_t | ht_mapping_operations |
Definition in file page_ht.c.
1.4.6