Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/
H A Dcpu.rs11 let cpu_id = (cpuid_res.ebx >> 24) & 0xff; in current_cpu_id() localVariable
H A Dsched.rs37 let cpu_id = smp_get_processor_id(); in initial_setup_sched_local() localVariable
/DragonOS/kernel/src/time/
H A Dtick_common.rs13 let cpu_id = smp_get_processor_id(); in tick_handle_periodic() localVariable
/DragonOS/kernel/src/mm/
H A Dpercpu.rs87 let cpu_id = smp_get_processor_id(); in get() localVariable
93 let cpu_id = smp_get_processor_id(); in get_mut() localVariable
/DragonOS/kernel/src/arch/x86_64/driver/apic/
H A Dapic_timer.rs121 let cpu_id = smp_get_processor_id(); in init_ap_apic_timer() localVariable
147 let cpu_id = smp_get_processor_id(); in uninstall() localVariable
154 let cpu_id = smp_get_processor_id(); in enable() localVariable
161 let cpu_id = smp_get_processor_id(); in disable() localVariable
H A Dmod.rs485 let cpu_id = smp_get_processor_id(); in init_current_cpu() localVariable
/DragonOS/kernel/src/smp/cpu/
H A Dmod.rs261 let cpu_id = pcb.sched_info().on_cpu().ok_or(SystemError::EINVAL)?; in do_cpuhp_kick_ap() localVariable
287 let cpu_id = smp_get_processor_id(); in complete_ap_thread() localVariable
/DragonOS/kernel/src/exception/
H A Dsoftirq.rs196 let cpu_id = smp_get_processor_id(); in do_softirq() localVariable
/DragonOS/kernel/src/process/
H A Dmod.rs493 let cpu_id = pcb.sched_info().on_cpu(); in kick() localVariable
1233 let cpu_id = on_cpu.unwrap_or(ProcessorId::INVALID); in new() localVariable
/DragonOS/kernel/src/filesystem/procfs/
H A Dmod.rs169 let cpu_id = sched_info_guard in open_status() localVariable