Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kdp/ml/arm/
H A Dkdp_vm.c299 cpu_data_entry_t *cpuentryp = *iter; in kern_collectth_state() local
300 if (cpuentryp == NULL) { in kern_collectth_state()
301 cpuentryp = &CpuDataEntries[0]; in kern_collectth_state()
304 if (cpuentryp == &CpuDataEntries[ml_get_max_cpu_number()]) { in kern_collectth_state()
307 *iter = cpuentryp + 1; in kern_collectth_state()
310 struct cpu_data *cpudatap = cpuentryp->cpu_data_vaddr; in kern_collectth_state()