Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Dstack.rs4 return_address: u16, field
17 return_address: 0, in new()
28 return_address: 0, in with_capacity()
58 self.return_address = address; in save_return_address()
63 self.return_address in get_return_address()
/DragonOS/kernel/src/exception/
H A Ddebug.rs26 let return_address = kprobe_list[0].read().probe_point().return_address(); in post_kprobe_handler() localVariable
27 clear_single_step(frame, return_address); in post_kprobe_handler()
/DragonOS/kernel/crates/kprobe/src/arch/loongarch64/
H A Dmod.rs97 fn return_address(&self) -> usize { in return_address() method
/DragonOS/kernel/crates/kprobe/src/arch/x86/
H A Dmod.rs123 fn return_address(&self) -> usize { in return_address() method
/DragonOS/kernel/crates/kprobe/src/arch/rv64/
H A Dmod.rs138 fn return_address(&self) -> usize { in return_address() method
/DragonOS/kernel/crates/kprobe/src/arch/
H A Dmod.rs40 fn return_address(&self) -> usize; in return_address() method