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

/freebsd-current/sys/arm/include/
H A Dpcpu.h139 #define PCPU_GET_MPIDR(pc) ((pc)->pc_mpidr) macro
/freebsd-current/sys/arm64/include/
H A Dpcpu.h87 #define PCPU_GET_MPIDR(pc) ((pc)->pc_mpidr) macro
/freebsd-current/sys/arm/arm/
H A Dpmu_acpi.c74 if (pcpu != NULL && PCPU_GET_MPIDR(pcpu) == intr->ArmMpidr) {
H A Dpmu_fdt.c105 if (pcpu != NULL && PCPU_GET_MPIDR(pcpu) == mpidr) {
/freebsd-current/sys/arm64/arm64/
H A Dmp_machdep.c137 return (PCPU_GET_MPIDR(cpuid_to_pcpu[0]) == (target_cpu & CPU_AFF_MASK));
202 PCPU_GET_MPIDR(cpuid_to_pcpu[cpu]) != mpidr) {
205 PCPU_GET_MPIDR(cpuid_to_pcpu[cpu]) == mpidr)

Completed in 197 milliseconds