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

/linux-master/arch/mips/kernel/
H A Daccess-helper.h11 static inline int __get_inst16(u16 *i, u16 *p, bool user) function
H A Dtraps.c244 if (__get_inst16(&insn16, pc16 + i, user))
1040 if (__get_inst16(&instr[0], (u16 *)epc, user))
1051 if (__get_inst16(&instr[1], (u16 *)(epc + 2), user))
1126 if (__get_inst16(&instr[0], (u16 *)(epc + 0), user) ||
1127 __get_inst16(&instr[1], (u16 *)(epc + 2), user))

Completed in 172 milliseconds