Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/arm/
H A Dmachine_routines.c494 if (phys_id > (uint32_t)ml_get_max_cpu_number()) { in ml_get_cpu_number()
511 assert(cpu_id <= (unsigned int)ml_get_max_cpu_number()); in ml_get_cpu_number_local()
523 ml_get_max_cpu_number(void) in ml_get_max_cpu_number() function
549 const unsigned int max_cpu_id = ml_get_max_cpu_number(); in ml_processor_register()
565 (in_processor_info->log_id > (uint32_t)ml_get_max_cpu_number())) { in ml_processor_register()
H A Dcpu_common.c81 assert(cpu <= ml_get_max_cpu_number()); in cpu_datap()
257 int max_cpu = ml_get_max_cpu_number() + 1; in cpu_broadcast_xcall_internal()
378 if ((cpu_number < 0) || (cpu_number > ml_get_max_cpu_number())) { in cpu_xcall_internal()
708 assert(processor->cpu_id <= ml_get_max_cpu_number()); in processor_to_cpu_datap()
H A Dmodel_dep.c343 const int max_cpu = ml_get_max_cpu_number(); in panic_display_last_pc_lr()
929 max_cpu = ml_get_max_cpu_number(); in DebuggerXCallEnter()
H A Dcpu.c483 const unsigned int max_cpu_id = ml_get_max_cpu_number(); in ml_arm_sleep()
H A Darm_init.c406 assert(master_cpu >= 0 && master_cpu <= ml_get_max_cpu_number()); in arm_init()
H A Dcaches.c514 const unsigned int max_cpu_id = ml_get_max_cpu_number(); in cache_xcall()
H A Dmachine_routines_common.c1183 const unsigned int max_cpu_id = ml_get_max_cpu_number(); in ml_snoop_thread_is_on_core()
1200 return ml_get_max_cpu_number(); in ml_early_cpu_max_number()
H A Dmachine_routines.h287 int ml_get_max_cpu_number(void);
H A Dpmap.c3274 const int max_cpu = ml_get_max_cpu_number(); in pmap_destroy_internal()
3852 const int max_cpu = ml_get_max_cpu_number();
/xnu-8020.140.41/osfmk/kdp/ml/arm/
H A Dkdp_vm.c283 uint64_t count = ml_get_max_cpu_number() + 1; in kern_collectth_state_size()
303 if (cpuentryp == &CpuDataEntries[ml_get_max_cpu_number()]) { in kern_collectth_state()
H A Dkdp_machdep.c473 int max_cpu = ml_get_max_cpu_number(); in machine_trace_thread()
623 int max_cpu = ml_get_max_cpu_number(); in machine_trace_thread64()
/xnu-8020.140.41/osfmk/arm64/
H A Dcpu.c217 const unsigned int max_cpu_id = ml_get_max_cpu_number(); in arm64_ipi_test()
1017 max_cpu = ml_get_max_cpu_number(); in ml_arm_sleep()
H A Dmachine_routines.c1195 assert(cpu_id <= (unsigned int)ml_get_max_cpu_number()); in ml_get_cpu_number_local()
1216 ml_get_max_cpu_number(void) in ml_get_max_cpu_number() function
1265 if (in_processor_info->log_id > (uint32_t)ml_get_max_cpu_number()) { in ml_processor_register()
1282 assert(in_processor_info->log_id <= (uint32_t)ml_get_max_cpu_number()); in ml_processor_register()