Release 4.14 arch/parisc/include/asm/traps.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_TRAPS_H
#define __ASM_TRAPS_H
#ifdef __KERNEL__
struct pt_regs;
/* traps.c */
void parisc_terminate(char *msg, struct pt_regs *regs,
int code, unsigned long offset) __noreturn __cold;
void die_if_kernel(char *str, struct pt_regs *regs, long err);
/* mm/fault.c */
const char *trap_name(unsigned long code);
void do_page_fault(struct pt_regs *regs, unsigned long code,
unsigned long address);
#endif
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Matthew Wilcox | 38 | 45.24% | 1 | 16.67% |
Helge Deller | 37 | 44.05% | 3 | 50.00% |
Linus Torvalds (pre-git) | 8 | 9.52% | 1 | 16.67% |
Greg Kroah-Hartman | 1 | 1.19% | 1 | 16.67% |
Total | 84 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.