cregit-Linux how code gets into the kernel

Release 4.8 arch/parisc/include/asm/traps.h

#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 */
void do_page_fault(struct pt_regs *regs, unsigned long code,
		unsigned long address);
#endif

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
matthew wilcoxmatthew wilcox3852.05%125.00%
helge dellerhelge deller2736.99%250.00%
pre-gitpre-git810.96%125.00%
Total73100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.