Rev 3862 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3862 | Rev 4130 | ||
|---|---|---|---|
| Line 674... | Line 674... | ||
| 674 | extern void fast_data_access_mmu_miss(tlb_tag_access_reg_t, istate_t *); |
674 | extern void fast_data_access_mmu_miss(tlb_tag_access_reg_t, istate_t *); |
| 675 | extern void fast_data_access_protection(tlb_tag_access_reg_t , istate_t *); |
675 | extern void fast_data_access_protection(tlb_tag_access_reg_t , istate_t *); |
| 676 | 676 | ||
| 677 | extern void dtlb_insert_mapping(uintptr_t, uintptr_t, int, bool, bool); |
677 | extern void dtlb_insert_mapping(uintptr_t, uintptr_t, int, bool, bool); |
| 678 | 678 | ||
| 679 | extern void describe_mmu_fault(void); |
679 | extern void describe_dmmu_fault(void); |
| 680 | 680 | ||
| 681 | #endif /* !def __ASM__ */ |
681 | #endif /* !def __ASM__ */ |
| 682 | 682 | ||
| 683 | #endif |
683 | #endif |
| 684 | 684 | ||