Linux Audio

Check our new training course

Loading...
Note: File does not exist in v3.15.
 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);