Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/kprobe/src/arch/rv64/
H A Dmod.rs23 Inst32(u32), enumerator
59 OpcodeTy::Inst32(inst_32) => unsafe { in drop()
115 point.old_instruction = OpcodeTy::Inst32(inst_32); in replace_inst()
142 OpcodeTy::Inst32(_) => address + 4, in return_address()
151 OpcodeTy::Inst32(_) => self.inst_tmp.as_ptr() as usize + 4, in debug_address()