Searched defs:cpu_id (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/kernel/kernel/
H A Ddpc.cpp68 void dpc_shutdown(uint cpu_id) { argument
[all...]
H A Dmp.cpp156 uint cpu_id = 0; local
277 cpu_num_t cpu_id = highest_cpu_set(cpu_mask); local
291 static zx_status_t mp_unplug_cpu_mask_single_locked(cpu_num_t cpu_id) { argument
380 cpu_num_t cpu_id = highest_cpu_set(cpu_mask); local
434 arch_mp_cpu_hotplug(uint cpu_id) argument
437 arch_mp_prep_cpu_unplug(uint cpu_id) argument
440 arch_mp_cpu_unplug(uint cpu_id) argument
443 platform_mp_cpu_hotplug(uint cpu_id) argument
446 platform_mp_prep_cpu_unplug(uint cpu_id) argument
449 platform_mp_cpu_unplug(uint cpu_id) argument
[all...]
/fuchsia/zircon/kernel/arch/arm64/
H A Dmp.cpp39 uint cpu_id = 0; local
118 zx_status_t arch_mp_prep_cpu_unplug(uint cpu_id) { argument
125 arch_mp_cpu_unplug(uint cpu_id) argument
[all...]
/fuchsia/zircon/kernel/arch/x86/
H A Dmp.cpp231 cpu_num_t cpu_id = lowest_cpu_set(mask); local
315 uint cpu_id = 0; local
366 zx_status_t arch_mp_prep_cpu_unplug(uint cpu_id) { argument
373 arch_mp_cpu_unplug(uint cpu_id) argument
[all...]
/fuchsia/zircon/kernel/platform/pc/
H A Dplatform.cpp896 zx_status_t platform_mp_prep_cpu_unplug(uint cpu_id) { argument

Completed in 37 milliseconds