Searched refs:__get_inst16 (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/arch/mips/kernel/ |
D | access-helper.h | 11 static inline int __get_inst16(u16 *i, u16 *p, bool user) in __get_inst16() function
|
D | traps.c | 243 if (__get_inst16(&insn16, pc16 + i, user)) in show_code() 1039 if (__get_inst16(&instr[0], (u16 *)epc, user)) in do_bp() 1050 if (__get_inst16(&instr[1], (u16 *)(epc + 2), user)) in do_bp() 1125 if (__get_inst16(&instr[0], (u16 *)(epc + 0), user) || in do_tr() 1126 __get_inst16(&instr[1], (u16 *)(epc + 2), user)) in do_tr()
|