Rev 2089 | Rev 3145 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2089 | Rev 2231 | ||
---|---|---|---|
Line 426... | Line 426... | ||
426 | * address within the |
426 | * address within the |
427 | * ASI */ |
427 | * ASI */ |
428 | membar(); |
428 | membar(); |
429 | } |
429 | } |
430 | 430 | ||
431 | extern void fast_instruction_access_mmu_miss(int n, istate_t *istate); |
431 | extern void fast_instruction_access_mmu_miss(unative_t unused, istate_t *istate); |
432 | extern void fast_data_access_mmu_miss(int n, istate_t *istate); |
432 | extern void fast_data_access_mmu_miss(tlb_tag_access_reg_t tag, istate_t *istate); |
433 | extern void fast_data_access_protection(int n, istate_t *istate); |
433 | extern void fast_data_access_protection(tlb_tag_access_reg_t tag , istate_t *istate); |
434 | 434 | ||
435 | extern void dtlb_insert_mapping(uintptr_t page, uintptr_t frame, int pagesize, bool locked, bool cacheable); |
435 | extern void dtlb_insert_mapping(uintptr_t page, uintptr_t frame, int pagesize, bool locked, bool cacheable); |
436 | 436 | ||
437 | extern void dump_sfsr_and_sfar(void); |
437 | extern void dump_sfsr_and_sfar(void); |
438 | 438 |