Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/kprobe/src/arch/rv64/
H A Dmod.rs17 point: Arc<Rv64KprobePoint>, field
48 &self.point in probe_point()
77 Some(point) => point.clone(), in install()
82 point: probe_point.clone(), in install()
98 let mut point = Rv64KprobePoint { in replace_inst() localVariable
103 let inst_tmp_ptr = point.inst_tmp.as_ptr() as usize; in replace_inst()
105 point.old_instruction = OpcodeTy::Inst16(inst_16); in replace_inst()
115 point.old_instruction = OpcodeTy::Inst32(inst_32); in replace_inst()
131 point.old_instruction in replace_inst()
133 Arc::new(point) in replace_inst()
/DragonOS/kernel/crates/kprobe/src/arch/loongarch64/
H A Dmod.rs13 point: Arc<LA64KprobePoint>, field
37 &self.point in probe_point()
60 Some(point) => point.clone(), in install()
65 point: probe_point.clone(), in install()
74 let point = LA64KprobePoint { in replace_inst() localVariable
78 let inst_tmp_ptr = point.inst_tmp.as_ptr() as usize; in replace_inst()
/DragonOS/kernel/crates/kprobe/src/arch/x86/
H A Dmod.rs15 point: Arc<X86KprobePoint>, field
50 .field("point", &self.point) in fmt()
72 Some(point) => point.clone(), in install()
77 point: probe_point.clone(), in install()
98 let point = Arc::new(X86KprobePoint { in replace_inst() localVariable
112 point in replace_inst()
118 &self.point in probe_point()
/DragonOS/kernel/crates/kprobe/src/arch/
H A Dmod.rs114 pub fn with_probe_point(mut self, point: Arc<KprobePoint>) -> Self { in with_probe_point()
115 self.probe_point = Some(point); in with_probe_point()
/DragonOS/docs/
H A Dmake.bat19 echo.installed, then set the SPHINXBUILD environment variable to point
/DragonOS/docs/kernel/debug/
H A Ddebug-kernel-with-gdb.md239 f Floating point number.