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