Home
last modified time | relevance | path

Searched refs:user_debug (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm/kernel/
H A Dtraps.c56 unsigned int user_debug; variable
60 get_option(&str, &user_debug); in user_debug_setup()
63 __setup("user_debug=", user_debug_setup);
486 if (user_debug & UDBG_UNDEFINED) { in do_undefinstr()
548 if (user_debug & UDBG_SYSCALL) { in bad_syscall()
671 if (user_debug & UDBG_SYSCALL) { in arm_syscall()
736 if (user_debug & UDBG_BADABORT) { in baddataabort()
/linux/arch/arm/include/asm/
H A Dsystem_misc.h38 extern unsigned int user_debug;
/linux/arch/arm/configs/
H A Dmmp2_defconfig9 CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.1.100:/nfsroot/ ip=192.168.1.101:192.168.1.100::255.255.255.0::eth0:on console=ttyS2,38400 mem=128M user_debug=255 earlyprintk"
/linux/arch/arm/mm/
H A Dfault.c191 if (((user_debug & UDBG_SEGV) && (sig == SIGSEGV)) || in __do_user_fault()
192 ((user_debug & UDBG_BUS) && (sig == SIGBUS))) { in __do_user_fault()