Home
last modified time | relevance | path

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

/xnu-11215/osfmk/arm64/
H A Dmachine_routines.c1010 ml_readprop(const DTEntry entry, const char *propertyName, uint64_t default_value) in ml_readprop() function
1113 *rev = (unsigned int)ml_readprop(entryP, "chip-revision", CPU_VERSION_UNKNOWN); in ml_read_chip_revision()
1187 cpu->die_id = (int)ml_readprop(child, "die-id", 0); in ml_parse_cpu_topology()
1190 cpu->phys_id = (uint32_t)ml_readprop(child, "reg", ML_READPROP_MANDATORY); in ml_parse_cpu_topology()
1192 cpu->l2_access_penalty = (uint32_t)ml_readprop(child, "l2-access-penalty", 0); in ml_parse_cpu_topology()
1193 cpu->l2_cache_size = (uint32_t)ml_readprop(child, "l2-cache-size", 0); in ml_parse_cpu_topology()
1194 cpu->l2_cache_id = (uint32_t)ml_readprop(child, "l2-cache-id", 0); in ml_parse_cpu_topology()
1195 cpu->l3_cache_size = (uint32_t)ml_readprop(child, "l3-cache-size", 0); in ml_parse_cpu_topology()
1196 cpu->l3_cache_id = (uint32_t)ml_readprop(child, "l3-cache-id", 0); in ml_parse_cpu_topology()
1203 int cluster_type = (int)ml_readprop(child, "cluster-type", 0); in ml_parse_cpu_topology()
[all …]