Home
last modified time | relevance | path

Searched refs:UDBG_SEGV (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm/include/asm/
H A Dsystem_misc.h35 #define UDBG_SEGV (1 << 3) macro
/linux/arch/arm/mm/
H A Dfault.c191 if (((user_debug & UDBG_SEGV) && (sig == SIGSEGV)) || in __do_user_fault()