Searched refs:hwid (Results 1 – 2 of 2) sorted by relevance
836 … *rt_ofw_get_cpu_node(int cpu, int *thread, rt_bool_t (*match_cpu_hwid)(int cpu, rt_uint64_t hwid)) in rt_ofw_get_cpu_node() argument895 rt_uint64_t hwid = rt_fdt_read_number(cell, addr_cells); in rt_ofw_get_cpu_node() local897 if (match_cpu_hwid(cpu, hwid)) in rt_ofw_get_cpu_node()1034 rt_uint64_t thread_id, hwid = ~0ULL; in rt_ofw_get_cpu_hwid() local1038 hwid = thread_id; in rt_ofw_get_cpu_hwid()1041 return hwid; in rt_ofw_get_cpu_hwid()
199 …*rt_ofw_get_cpu_node(int cpu, int *thread, rt_bool_t (*match_cpu_hwid)(int cpu, rt_uint64_t hwid));
Completed in 7 milliseconds