Searched refs:__get_inst32 (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/arch/mips/kernel/ |
D | access-helper.h | 16 static inline int __get_inst32(u32 *i, u32 *p, bool user) in __get_inst32() function
|
D | traps.c | 250 if (__get_inst32(&insn32, (u32 *)pc + i, user)) in show_code() 1056 if (__get_inst32(&opcode, (u32 *)epc, user)) in do_bp() 1133 if (__get_inst32(&opcode, (u32 *)epc, user)) in do_tr()
|
D | unaligned.c | 127 __get_inst32(&insn.word, pc, user); in emulate_load_store_insn()
|