Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/kprobe/src/arch/loongarch64/
H A Dmod.rs61 None => self.replace_inst(), in install()
72 fn replace_inst(&self) -> Arc<LA64KprobePoint> { in replace_inst() method
/DragonOS/kernel/crates/kprobe/src/arch/x86/
H A Dmod.rs73 None => self.replace_inst(), in install()
84 fn replace_inst(&self) -> Arc<X86KprobePoint> { in replace_inst() method
/DragonOS/kernel/crates/kprobe/src/arch/rv64/
H A Dmod.rs78 None => self.replace_inst(), in install()
89 fn replace_inst(&self) -> Arc<Rv64KprobePoint> { in replace_inst() method