Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm64/include/asm/
Ddebug-monitors.h108 #define DBG_HOOK_ERROR 1 macro
/linux-4.1.27/arch/arm64/kernel/
Ddebug-monitors.c213 int retval = DBG_HOOK_ERROR; in call_step_hook()
303 return fn ? fn(regs, esr) : DBG_HOOK_ERROR; in call_break_hook()