Searched refs:CPU_AFF2 (Results 1 – 3 of 3) sorted by relevance
64 #define CPU_AFF2(mpidr) (u_int)(((mpidr) >> 16) & 0xff) macro242 (CPU_AFF2(CPU_AFFINITY(PCPU_GET(cpuid))))
1178 ((uint64_t)CPU_AFF2(aff) << ICC_SGI1R_EL1_AFF2_SHIFT) | \ in gic_v3_ipi_send()1391 aff = (CPU_AFF3(aff) << 24) | (CPU_AFF2(aff) << 16) | in gic_v3_redist_find()
2661 sbuf_printf(sb, " %2d", CPU_AFF2(desc->mpidr)); in print_cpu_features()2932 if (CPU_AFF2(desc->mpidr) != CPU_AFF2(prev_desc->mpidr)) in check_cpu_regs()