Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/arm64/
H A Dmachine_routines.c837 ml_readprop(const DTEntry entry, const char *propertyName, uint64_t default_value) in ml_readprop() function
906 *rev = (unsigned int)ml_readprop(entryP, "chip-revision", CPU_VERSION_UNKNOWN); in ml_read_chip_revision()
983 cpu->phys_id = (uint32_t)ml_readprop(child, "reg", ML_READPROP_MANDATORY); in ml_parse_cpu_topology()
985 cpu->l2_access_penalty = (uint32_t)ml_readprop(child, "l2-access-penalty", 0); in ml_parse_cpu_topology()
986 cpu->l2_cache_size = (uint32_t)ml_readprop(child, "l2-cache-size", 0); in ml_parse_cpu_topology()
987 cpu->l2_cache_id = (uint32_t)ml_readprop(child, "l2-cache-id", 0); in ml_parse_cpu_topology()
988 cpu->l3_cache_size = (uint32_t)ml_readprop(child, "l3-cache-size", 0); in ml_parse_cpu_topology()
989 cpu->l3_cache_id = (uint32_t)ml_readprop(child, "l3-cache-id", 0); in ml_parse_cpu_topology()
996 int cluster_type = (int)ml_readprop(child, "cluster-type", 0); in ml_parse_cpu_topology()
1048 cpu->die_cluster_id = (int)ml_readprop(child, "die-cluster-id", MPIDR_CLUSTER_ID(cpu->phys_id)); in ml_parse_cpu_topology()
[all …]