Home
last modified time | relevance | path

Searched refs:CPU_AFF2 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/arm64/include/
H A Dcpu.h62 #define CPU_AFF2(mpidr) (u_int)(((mpidr) >> 16) & 0xff) macro
243 (CPU_AFF2(CPU_AFFINITY(PCPU_GET(cpuid))))
/freebsd/sys/arm64/arm64/
H A Dgic_v3.c1177 ((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()
H A Didentcpu.c2590 sbuf_printf(sb, " %2d", CPU_AFF2(desc->mpidr)); in print_cpu_features()
2861 if (CPU_AFF2(desc->mpidr) != CPU_AFF2(prev_desc->mpidr)) in check_cpu_regs()
/freebsd/sys/arm64/vmm/io/
H A Dvgic_v3.c1478 aff = (CPU_AFF3(vmpidr_el2) << 24) | (CPU_AFF2(vmpidr_el2) << 16) | in redist_typer_read()