Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/
H A Dpercpu.rs99 pub unsafe fn force_get(&self, cpu_id: ProcessorId) -> &T { in force_get() method
/DragonOS/kernel/src/arch/riscv64/
H A Dcpu.rs130 let ctx = unsafe { local_context().force_get(hartid) }; in init_local_context()
/DragonOS/kernel/src/driver/irqchip/
H A Driscv_sifive_plic.rs192 let handler = unsafe { plic_handlers().force_get(cpu) }; in plic_irq_toggle()
508 let handler = unsafe { plic_handlers().force_get(cpu) }; in do_riscv_sifive_plic_init()
/DragonOS/kernel/src/smp/cpu/
H A Dmod.rs165 unsafe { self.cpuhp_state.force_get(cpu_id) } in cpuhp_state()
/DragonOS/kernel/src/sched/
H A Dmod.rs76 .force_get(ProcessorId::new(cpu as u32)) in cpu_rq()