Include dependency graph for tlb.c:

Go to the source code of this file.
Functions | |
| void | tlb_arch_init (void) |
| void | dtlb_insert_mapping (__address page, __address frame, int pagesize, bool locked, bool cacheable) |
| void | fast_instruction_access_mmu_miss (void) |
| void | fast_data_access_mmu_miss (void) |
| void | fast_data_access_protection (void) |
| 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) |
Variables | |
| char * | context_encoding [] |
Definition in file tlb.c.
1.4.6