Subversion Repositories HelenOS

Rev

Rev 1864 | Rev 2054 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1864 Rev 1946
Line 427... Line 427...
427
extern void fast_data_access_mmu_miss(int n, istate_t *istate);
427
extern void fast_data_access_mmu_miss(int n, istate_t *istate);
428
extern void fast_data_access_protection(int n, istate_t *istate);
428
extern void fast_data_access_protection(int n, istate_t *istate);
429
 
429
 
430
extern void dtlb_insert_mapping(uintptr_t page, uintptr_t frame, int pagesize, bool locked, bool cacheable);
430
extern void dtlb_insert_mapping(uintptr_t page, uintptr_t frame, int pagesize, bool locked, bool cacheable);
431
 
431
 
-
 
432
extern void dump_sfsr_and_sfar(void);
-
 
433
 
432
#endif /* !def __ASM__ */
434
#endif /* !def __ASM__ */
433
 
435
 
434
#endif
436
#endif
435
 
437
 
436
/** @}
438
/** @}