Home
last modified time | relevance | path

Searched refs:CPU_AFF_MASK (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/arm64/arm64/
H A Dmp_machdep.c136 return (PCPU_GET_MPIDR(cpuid_to_pcpu[0]) == (target_cpu & CPU_AFF_MASK)); in is_boot_cpu()
199 mpidr = READ_SPECIALREG(mpidr_el1) & CPU_AFF_MASK; in init_secondary()
466 pcpup->pc_mpidr = target_cpu & CPU_AFF_MASK; in start_cpu()
687 mpidr = READ_SPECIALREG(mpidr_el1) & CPU_AFF_MASK; in cpu_mp_start()
H A Didentcpu.c2864 CPU_AFFINITY(cpu) = desc->mpidr & CPU_AFF_MASK; in identify_cpu()
/freebsd-14.2/sys/arm64/include/
H A Dcpu.h70 #define CPU_AFF_MASK (CPU_AFF0_MASK | CPU_AFF1_MASK | \ macro