Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Daccess-helper.h5 static inline int __get_inst(u32 *i, u32 *p, bool user) in __get_inst() function
H A Dtraps.c165 if (__get_inst(&insn, pc + i, user)) { in show_code()
649 if (__get_inst(&insn.word, (u32 *)era, user)) in do_bce()
729 if (__get_inst(&opcode, (u32 *)era, user)) in do_bp()
H A Dunaligned.c278 __get_inst(&insn.word, pc, user); in emulate_load_store_insn()