Include dependency graph for page.c:

Go to the source code of this file.
Functions | |
| static pte_t * | find_mapping_and_check (as_t *as, bool lock, __address badvaddr, int access, istate_t *istate, int *pfrc) |
| static void | pht_refill_fail (__address badvaddr, istate_t *istate) |
| static void | pht_insert (const __address vaddr, const pfn_t pfn) |
| void | pht_refill (bool data, istate_t *istate) |
| void | pht_init (void) |
| void | page_arch_init (void) |
| __address | hw_map (__address physaddr, size_t size) |
Variables | |
| static phte_t * | phte |
Definition in file page.c.
1.4.6