Searched refs:CPU_AFF2 (Results 1 – 4 of 4) sorted by relevance
62 #define CPU_AFF2(mpidr) (u_int)(((mpidr) >> 16) & 0xff) macro243 (CPU_AFF2(CPU_AFFINITY(PCPU_GET(cpuid))))
1177 ((uint64_t)CPU_AFF2(aff) << ICC_SGI1R_EL1_AFF2_SHIFT) | \ in gic_v3_ipi_send() 1390 aff = (CPU_AFF3(aff) << 24) | (CPU_AFF2(aff) << 16) | in gic_v3_redist_find()
3052 sbuf_printf(sb, " %2d", CPU_AFF2(desc->mpidr)); in print_cpu_features()3318 if (CPU_AFF2(desc->mpidr) != CPU_AFF2(prev_desc->mpidr)) in check_cpu_regs()
1479 aff = (CPU_AFF3(vmpidr_el2) << 24) | (CPU_AFF2(vmpidr_el2) << 16) | in redist_typer_read()