Searched refs:CPU_AFF3 (Results 1 – 4 of 4) sorted by relevance
63 #define CPU_AFF3(mpidr) (u_int)(((mpidr) >> 32) & 0xff) macro
1176 (((uint64_t)CPU_AFF3(aff) << ICC_SGI1R_EL1_AFF3_SHIFT) | \ in gic_v3_ipi_send() 1390 aff = (CPU_AFF3(aff) << 24) | (CPU_AFF2(aff) << 16) | in gic_v3_redist_find()
3049 sbuf_printf(sb, " %2d", CPU_AFF3(desc->mpidr)); in print_cpu_features()3322 if (CPU_AFF3(desc->mpidr) != CPU_AFF3(prev_desc->mpidr)) in check_cpu_regs()
1479 aff = (CPU_AFF3(vmpidr_el2) << 24) | (CPU_AFF2(vmpidr_el2) << 16) | in redist_typer_read()