Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/kernel/
H A Dtopology.c85 static void __init parse_dt_topology(void) in parse_dt_topology() function
176 static inline void parse_dt_topology(void) {} in parse_dt_topology() function
244 parse_dt_topology(); in init_cpu_topology()
/openbmc/linux/drivers/base/
H A Darch_topology.c642 static int __init parse_dt_topology(void) in parse_dt_topology() function
833 ret = of_have_populated_dt() && parse_dt_topology(); in init_cpu_topology()