Home
last modified time | relevance | path

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

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