Searched refs:PCPU_GET_MPIDR (Results 1 – 5 of 5) sorted by relevance
87 #define PCPU_GET_MPIDR(pc) ((pc)->pc_mpidr) macro
139 #define PCPU_GET_MPIDR(pc) ((pc)->pc_mpidr) macro
139 return (PCPU_GET_MPIDR(cpuid_to_pcpu[0]) == (target_cpu & CPU_AFF_MASK)); in is_boot_cpu()204 PCPU_GET_MPIDR(cpuid_to_pcpu[cpu]) != mpidr) { in init_secondary()207 PCPU_GET_MPIDR(cpuid_to_pcpu[cpu]) == mpidr) in init_secondary()
105 if (pcpu != NULL && PCPU_GET_MPIDR(pcpu) == mpidr) { in pmu_parse_affinity()
74 if (pcpu != NULL && PCPU_GET_MPIDR(pcpu) == intr->ArmMpidr) { in madt_handler()