Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dtraps.h29 static inline int get_si_code(unsigned long condition) in get_si_code() function
/openbmc/linux/arch/x86/kernel/
H A Dtraps.c1075 send_sigtrap(regs, 0, get_si_code(dr6)); in exc_debug_user()