Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm/kernel/
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()
/Linux-v6.6/drivers/base/
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()