1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __SPARC_KERNEL_H
3 #define __SPARC_KERNEL_H
5 #include <linux/interrupt.h>
6 #include <linux/ftrace.h>
13 extern const char *sparc_pmu_type
;
14 extern unsigned int fsr_storage
;
15 extern int ncpus_probed
;
17 /* process{_32,_64}.c */
18 asmlinkage
long sparc_clone(struct pt_regs
*regs
);
19 asmlinkage
long sparc_fork(struct pt_regs
*regs
);
20 asmlinkage
long sparc_vfork(struct pt_regs
*regs
);
25 void cpucap_info(struct seq_file
*);
27 static inline unsigned long kimage_addr_to_ra(const void *p
)
29 unsigned long val
= (unsigned long) p
;
31 return kern_base
+ (val
- KERNBASE
);
35 asmlinkage
long sys_kern_features(void);
38 asmlinkage
void kernel_unaligned_trap(struct pt_regs
*regs
, unsigned int insn
);
39 int handle_popc(u32 insn
, struct pt_regs
*regs
);
40 void handle_lddfmna(struct pt_regs
*regs
, unsigned long sfar
, unsigned long sfsr
);
41 void handle_stdfmna(struct pt_regs
*regs
, unsigned long sfar
, unsigned long sfsr
);
44 asmlinkage
void uprobe_trap(struct pt_regs
*regs
,
45 unsigned long trap_level
);
48 void __irq_entry
smp_call_function_client(int irq
, struct pt_regs
*regs
);
49 void __irq_entry
smp_call_function_single_client(int irq
, struct pt_regs
*regs
);
50 void __irq_entry
smp_penguin_jailcell(int irq
, struct pt_regs
*regs
);
51 void __irq_entry
smp_receive_signal_client(int irq
, struct pt_regs
*regs
);
54 void __irq_entry
smp_kgdb_capture_client(int irq
, struct pt_regs
*regs
);
58 int ali_sound_dma_hack(struct device
*dev
, u64 device_mask
);
60 #define ali_sound_dma_hack(dev, mask) (0)
64 void do_sigreturn32(struct pt_regs
*regs
);
65 asmlinkage
void do_rt_sigreturn32(struct pt_regs
*regs
);
66 void do_signal32(struct pt_regs
* regs
);
67 asmlinkage
int do_sys32_sigstack(u32 u_ssptr
, u32 u_ossptr
, unsigned long sp
);
70 void __init
time_init_early(void);
73 extern unsigned int sparc32_dir_class
[];
74 extern unsigned int sparc32_chattr_class
[];
75 extern unsigned int sparc32_write_class
[];
76 extern unsigned int sparc32_read_class
[];
77 extern unsigned int sparc32_signal_class
[];
78 int sparc32_classify_syscall(unsigned int syscall
);
84 void sparc32_start_kernel(struct linux_romvec
*rp
);
90 void handle_hw_divzero(struct pt_regs
*regs
, unsigned long pc
,
91 unsigned long npc
, unsigned long psr
);
93 extern struct irqaction static_irqaction
[];
94 extern int static_irq_count
;
95 extern spinlock_t irq_action_lock
;
97 void unexpected_irq(int irq
, void *dev_id
, struct pt_regs
* regs
);
100 void sun4m_init_IRQ(void);
101 void sun4m_unmask_profile_irq(void);
102 void sun4m_clear_profile_irq(int cpu
);
105 void sun4m_cpu_pre_starting(void *arg
);
106 void sun4m_cpu_pre_online(void *arg
);
107 void __init
smp4m_boot_cpus(void);
108 int smp4m_boot_one_cpu(int i
, struct task_struct
*idle
);
109 void __init
smp4m_smp_done(void);
110 void smp4m_cross_call_irq(void);
111 void smp4m_percpu_timer_interrupt(struct pt_regs
*regs
);
114 extern spinlock_t sun4d_imsk_lock
;
116 void sun4d_init_IRQ(void);
117 int sun4d_request_irq(unsigned int irq
,
118 irq_handler_t handler
,
119 unsigned long irqflags
,
120 const char *devname
, void *dev_id
);
121 int show_sun4d_interrupts(struct seq_file
*, void *);
122 void sun4d_distribute_irqs(void);
123 void sun4d_free_irq(unsigned int irq
, void *dev_id
);
126 void sun4d_cpu_pre_starting(void *arg
);
127 void sun4d_cpu_pre_online(void *arg
);
128 void __init
smp4d_boot_cpus(void);
129 int smp4d_boot_one_cpu(int i
, struct task_struct
*idle
);
130 void __init
smp4d_smp_done(void);
131 void smp4d_cross_call_irq(void);
132 void smp4d_percpu_timer_interrupt(struct pt_regs
*regs
);
135 void leon_cpu_pre_starting(void *arg
);
136 void leon_cpu_pre_online(void *arg
);
137 void leonsmp_ipi_interrupt(void);
138 void leon_cross_call_irq(void);
141 extern unsigned int t_nmi
[];
142 extern unsigned int linux_trap_ipi15_sun4d
[];
143 extern unsigned int linux_trap_ipi15_sun4m
[];
145 extern struct tt_entry trapbase
[];
146 extern struct tt_entry trapbase_cpu1
[];
147 extern struct tt_entry trapbase_cpu2
[];
148 extern struct tt_entry trapbase_cpu3
[];
150 extern char cputypval
[];
153 extern unsigned long lvl14_save
[4];
154 extern unsigned int real_irq_entry
[];
155 extern unsigned int smp4d_ticker
[];
156 extern unsigned int patchme_maybe_smp_msg
[];
158 void floppy_hardint(void);
160 /* trampoline_32.S */
161 extern unsigned long sun4m_cpu_startup
;
162 extern unsigned long sun4d_cpu_startup
;
165 asmlinkage
void do_sigreturn(struct pt_regs
*regs
);
166 asmlinkage
void do_rt_sigreturn(struct pt_regs
*regs
);
167 void do_notify_resume(struct pt_regs
*regs
, unsigned long orig_i0
,
168 unsigned long thread_info_flags
);
169 asmlinkage
int do_sys_sigstack(struct sigstack __user
*ssptr
,
170 struct sigstack __user
*ossptr
,
174 asmlinkage
int syscall_trace(struct pt_regs
*regs
, int syscall_exit_p
);
177 asmlinkage
void kernel_unaligned_trap(struct pt_regs
*regs
, unsigned int insn
);
178 asmlinkage
void user_unaligned_trap(struct pt_regs
*regs
, unsigned int insn
);
181 void try_to_clear_window_buffer(struct pt_regs
*regs
, int who
);
184 void __init
auxio_probe(void);
185 void __init
auxio_power_probe(void);
188 extern void __iomem
*pcic_regs
;
189 void pcic_nmi(unsigned int pend
, struct pt_regs
*regs
);
192 void __init
time_init(void);
194 #else /* CONFIG_SPARC32 */
195 #endif /* CONFIG_SPARC32 */
196 #endif /* !(__SPARC_KERNEL_H) */