Home
last modified time | relevance | path

Searched refs:__get_inst32 (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/arch/mips/kernel/
Daccess-helper.h16 static inline int __get_inst32(u32 *i, u32 *p, bool user) in __get_inst32() function
Dtraps.c250 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()
Dunaligned.c127 __get_inst32(&insn.word, pc, user); in emulate_load_store_insn()