Home
last modified time | relevance | path

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

/freebsd/sys/arm64/arm64/
H A Dmp_machdep.c138 return (PCPU_GET_MPIDR(cpuid_to_pcpu[0]) == (target_cpu & CPU_AFF_MASK)); in is_boot_cpu()
234 mpidr = READ_SPECIALREG(mpidr_el1) & CPU_AFF_MASK; in init_secondary()
494 ap_cpuid = cpu & CPU_AFF_MASK; in enable_cpu_spin()
543 pcpup->pc_mpidr = target_cpu & CPU_AFF_MASK; in start_cpu()
765 mpidr = READ_SPECIALREG(mpidr_el1) & CPU_AFF_MASK; in cpu_mp_start()
H A Dlocore.S242 ldr x2, =CPU_AFF_MASK
H A Didentcpu.c3331 CPU_AFFINITY(cpu) = desc->mpidr & CPU_AFF_MASK; in identify_cpu()
/freebsd/sys/arm64/include/
H A Dcpu.h68 #define CPU_AFF_MASK (CPU_AFF0_MASK | CPU_AFF1_MASK | \ macro
/freebsd/sys/dev/ofw/
H A Dofw_cpu.c294 target_mpidr &= CPU_AFF_MASK; in ofw_cpu_attach()