Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/kprobe/src/arch/rv64/
H A Dmod.rs22 Inst16(u16), enumerator
56 OpcodeTy::Inst16(inst_16) => unsafe { in drop()
99 old_instruction: OpcodeTy::Inst16(0), in replace_inst()
105 point.old_instruction = OpcodeTy::Inst16(inst_16); in replace_inst()
141 OpcodeTy::Inst16(_) => address + 2, in return_address()
150 OpcodeTy::Inst16(_) => self.inst_tmp.as_ptr() as usize + 2, in debug_address()