Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/arm64/
H A Dmachine_routines.c863 ml_read_reg_range(const DTEntry entry, const char *propertyName, uint64_t *pa_ptr, uint64_t *len_pt… in ml_read_reg_range() function
991 ml_read_reg_range(child, "cpu-uttdbg-reg", &cpu->cpu_UTTDBG_pa, &cpu->cpu_UTTDBG_len); in ml_parse_cpu_topology()
992 ml_read_reg_range(child, "cpu-impl-reg", &cpu->cpu_IMPL_pa, &cpu->cpu_IMPL_len); in ml_parse_cpu_topology()
993 ml_read_reg_range(child, "coresight-reg", &cpu->coresight_pa, &cpu->coresight_len); in ml_parse_cpu_topology()
1038 ml_read_reg_range(child, "acc-impl-reg", &cluster->acc_IMPL_pa, &cluster->acc_IMPL_len); in ml_parse_cpu_topology()
1039 ml_read_reg_range(child, "cpm-impl-reg", &cluster->cpm_IMPL_pa, &cluster->cpm_IMPL_len); in ml_parse_cpu_topology()