Home
last modified time | relevance | path

Searched defs:trap_frame_vaddr (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/arch/riscv64/process/
H A Dmod.rs56 let trap_frame_vaddr = VirtAddr::new( in arch_switch_to_user() localVariable
116 let trap_frame_vaddr: VirtAddr = in copy_thread() localVariable
/DragonOS/kernel/src/arch/x86_64/process/
H A Dmod.rs318 let trap_frame_vaddr: VirtAddr = in copy_thread() localVariable
514 let trap_frame_vaddr = VirtAddr::new( in arch_switch_to_user() localVariable