mm_32.h 708 B

123456789101112131415161718192021222324
  1. /* fault_32.c - visible as they are called from assembler */
  2. asmlinkage int lookup_fault(unsigned long pc, unsigned long ret_pc,
  3. unsigned long address);
  4. asmlinkage void do_sparc_fault(struct pt_regs *regs, int text_fault, int write,
  5. unsigned long address);
  6. void window_overflow_fault(void);
  7. void window_underflow_fault(unsigned long sp);
  8. void window_ret_fault(struct pt_regs *regs);
  9. /* srmmu.c */
  10. extern char *srmmu_name;
  11. extern int viking_mxcc_present;
  12. extern int flush_page_for_dma_global;
  13. extern void (*poke_srmmu)(void);
  14. void __init srmmu_paging_init(void);
  15. /* iommu.c */
  16. void ld_mmu_iommu(void);
  17. /* io-unit.c */
  18. void ld_mmu_iounit(void);