Home
last modified time | relevance | path

Searched refs:PCPU_GET_MPIDR (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/arm64/include/
H A Dpcpu.h87 #define PCPU_GET_MPIDR(pc) ((pc)->pc_mpidr) macro
/freebsd/sys/arm/include/
H A Dpcpu.h139 #define PCPU_GET_MPIDR(pc) ((pc)->pc_mpidr) macro
/freebsd/sys/arm64/arm64/
H A Dmp_machdep.c139 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()
/freebsd/sys/arm/arm/
H A Dpmu_fdt.c105 if (pcpu != NULL && PCPU_GET_MPIDR(pcpu) == mpidr) { in pmu_parse_affinity()
H A Dpmu_acpi.c74 if (pcpu != NULL && PCPU_GET_MPIDR(pcpu) == intr->ArmMpidr) { in madt_handler()