Home
last modified time | relevance | path

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

/DragonOS/kernel/src/exception/
H A Ddebug.rs2 use crate::arch::kprobe::clear_single_step;
27 clear_single_step(frame, return_address); in post_kprobe_handler()
/DragonOS/kernel/src/arch/x86_64/
H A Dkprobe.rs8 pub fn clear_single_step(frame: &mut TrapFrame, return_addr: usize) { in clear_single_step() function
/DragonOS/kernel/src/arch/riscv64/
H A Dkprobe.rs7 pub fn clear_single_step(frame: &mut TrapFrame, return_addr: usize) { in clear_single_step() function