Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/riscv64/
H A Dcpu.rs40 static mut LOCAL_CONTEXT: Option<PerCpuVar<LocalContext>> = None; variable
44 unsafe { LOCAL_CONTEXT.as_ref().unwrap() } in local_context()
125 LOCAL_CONTEXT = Some(ctx); in init_local_context()