Home
last modified time | relevance | path

Searched defs:inst (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/crates/kprobe/src/arch/x86/
H A Dmod.rs37 let inst = decoder.decode_slice(&self.old_instruction).unwrap(); in drop() localVariable
95 let inst = decoder.decode_slice(&inst_tmp).unwrap(); in replace_inst() localVariable