cregit-Linux how code gets into the kernel

Release 4.11 arch/score/include/asm/extable.h

#ifndef _ASM_SCORE_EXTABLE_H

#define _ASM_SCORE_EXTABLE_H


struct exception_table_entry {
	
unsigned long insn;
	
unsigned long fixup;
};

struct pt_regs;
extern int fixup_exception(struct pt_regs *regs);
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Al Viro34100.00%1100.00%
Total34100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.