Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/riscv64/
H A Dcpu.rs19 let ptr: *const LocalContext = riscv::register::tp::read() as *const LocalContext; in current_cpu_id() constant
56 pub(super) struct LocalContext { struct
66 impl LocalContext { argument
106 pub fn restore(&mut self, from: &LocalContext) { in restore()