Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/
H A Dkprobe.rs5 frame.set_pc(step_addr); in setup_single_step()
10 frame.set_pc(return_addr); in clear_single_step()
/DragonOS/kernel/src/arch/riscv64/
H A Dkprobe.rs4 frame.set_pc(step_addr); in setup_single_step()
8 frame.set_pc(return_addr); in clear_single_step()
/DragonOS/kernel/src/arch/riscv64/interrupt/
H A Dmod.rs167 pub fn set_pc(&mut self, pc: usize) { in set_pc() method
/DragonOS/kernel/src/arch/x86_64/interrupt/
H A Dmod.rs182 pub fn set_pc(&mut self, pc: usize) { in set_pc() method