Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dtraps.h73 static inline int get_si_code(unsigned long condition) in get_si_code() function
/arch/x86/kernel/
Dtraps.c448 si_code = get_si_code(tsk->thread.debugreg6); in do_debug()