Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/kprobe/src/arch/x86/
H A Dmod.rs22 old_instruction_len: usize, field
32 self.old_instruction_len, in drop()
101 old_instruction_len: len as usize, in replace_inst()
124 self.addr + self.old_instruction_len in return_address()
130 self.old_instruction.as_ptr() as usize + self.old_instruction_len in debug_address()