Include dependency graph for tlb.c:

Go to the source code of this file.
Functions | |
| static void | tlb_refill_fail (istate_t *istate) |
| static void | tlb_invalid_fail (istate_t *istate) |
| static void | tlb_modified_fail (istate_t *istate) |
| static pte_t * | find_mapping_and_check (__address badvaddr, int access, istate_t *istate, int *pfrc) |
| static void | prepare_entry_lo (entry_lo_t *lo, bool g, bool v, bool d, bool cacheable, __address pfn) |
| static void | prepare_entry_hi (entry_hi_t *hi, asid_t asid, __address addr) |
| void | tlb_arch_init (void) |
| void | tlb_refill (istate_t *istate) |
| void | tlb_invalid (istate_t *istate) |
| void | tlb_modified (istate_t *istate) |
| void | tlb_print (void) |
| void | tlb_invalidate_all (void) |
| void | tlb_invalidate_asid (asid_t asid) |
| void | tlb_invalidate_pages (asid_t asid, __address page, count_t cnt) |
Definition in file tlb.c.
1.4.6