Rev 877 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 877 | Rev 897 | ||
---|---|---|---|
Line 403... | Line 403... | ||
403 | 403 | ||
404 | extern void fast_instruction_access_mmu_miss(void); |
404 | extern void fast_instruction_access_mmu_miss(void); |
405 | extern void fast_data_access_mmu_miss(void); |
405 | extern void fast_data_access_mmu_miss(void); |
406 | extern void fast_data_access_protection(void); |
406 | extern void fast_data_access_protection(void); |
407 | 407 | ||
- | 408 | extern void dtlb_insert_mapping(__address page, __address frame, int pagesize, bool locked, bool cacheable); |
|
- | 409 | ||
408 | #endif |
410 | #endif |