Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Daccess-helper.h11 static inline int __get_inst16(u16 *i, u16 *p, bool user) in __get_inst16() function
H A Dtraps.c245 if (__get_inst16(&insn16, pc16 + i, user)) in show_code()
1041 if (__get_inst16(&instr[0], (u16 *)epc, user)) in do_bp()
1052 if (__get_inst16(&instr[1], (u16 *)(epc + 2), user)) in do_bp()
1127 if (__get_inst16(&instr[0], (u16 *)(epc + 0), user) || in do_tr()
1128 __get_inst16(&instr[1], (u16 *)(epc + 2), user)) in do_tr()