Searched refs:UDBG_SEGV (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/arch/arm/include/asm/ | ||
D | system_misc.h | 35 #define UDBG_SEGV (1 << 3) macro |
/linux-5.19.10/arch/arm/mm/ | ||
D | fault.c | 166 if (((user_debug & UDBG_SEGV) && (sig == SIGSEGV)) || in __do_user_fault() |