Searched refs:__get_inst (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | access-helper.h | 5 static inline int __get_inst(u32 *i, u32 *p, bool user) in __get_inst() function
|
H A D | traps.c | 170 if (__get_inst(&insn, pc + i, user)) { in show_code() 635 if (__get_inst(&insn.word, (u32 *)era, user)) in do_bce() 713 if (__get_inst(&opcode, (u32 *)era, user)) in do_bp()
|
H A D | unaligned.c | 260 __get_inst(&insn.word, pc, user); in emulate_load_store_insn()
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | access-helper.h | 5 static inline int __get_inst(u32 *i, u32 *p, bool user) in __get_inst() function
|
H A D | traps.c | 138 if (__get_inst(&insn, pc + i, user)) { in show_code() 603 if (__get_inst(&insn.word, (u32 *)era, user)) in do_bce() 682 if (__get_inst(&opcode, (u32 *)era, user)) in do_bp()
|
H A D | unaligned.c | 260 __get_inst(&insn.word, pc, user); in emulate_load_store_insn()
|
Completed in 5 milliseconds