Searched refs:this_cpu (Results 1 – 1 of 1) sorted by relevance
58 struct cpu *this_cpu; in affinity_to_core_id() local61 this_cpu = cpu_find(reg & MPIDR_AFFINITY_MASK); in affinity_to_core_id()63 if (this_cpu == NULL) { in affinity_to_core_id()71 core_id = cpu_index(this_cpu); in affinity_to_core_id()
Completed in 3 milliseconds