Searched refs:SEGV_IS_FIXABLE (Results 1 - 4 of 4) sorted by relevance

/arch/x86/um/shared/sysdep/
H A Dfaultinfo_32.h28 #define SEGV_IS_FIXABLE(fi) ((fi)->trap_no == 14) macro
H A Dfaultinfo_64.h28 #define SEGV_IS_FIXABLE(fi) ((fi)->trap_no == 14) macro
/arch/um/sys-ppc/shared/sysdep/
H A Dsigcontext.h49 #define SEGV_IS_FIXABLE(sc) (1) macro
/arch/um/kernel/
H A Dtrap.c186 if (UPT_IS_USER(regs) && !SEGV_IS_FIXABLE(fi)) {
221 if (SEGV_IS_FIXABLE(&fi) || SEGV_MAYBE_FIXABLE(&fi))

Completed in 660 milliseconds