Home
last modified time | relevance | path

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

/freebsd/sys/arm64/apple/
H A Dapple_aic.c683 localgrp = CPU_AFF1(CPU_AFFINITY(PCPU_GET(cpuid))); in apple_aic_ipi_send()
703 if (CPU_AFF1(aff) == localgrp) { in apple_aic_ipi_send()
707 sendmask |= CPU_AFF1(aff) << 16; in apple_aic_ipi_send()
/freebsd/sys/arm64/include/
H A Dcpu.h61 #define CPU_AFF1(mpidr) (u_int)(((mpidr) >> 8) & 0xff) macro
/freebsd/sys/arm64/arm64/
H A Dgic_v3.c1182 ((uint64_t)CPU_AFF1(aff) << ICC_SGI1R_EL1_AFF1_SHIFT)) in gic_v3_ipi_send()
1395 (CPU_AFF1(aff) << 8) | CPU_AFF0(aff); in gic_v3_redist_find()
H A Didentcpu.c3150 sbuf_printf(sb, " %2d", CPU_AFF1(desc->mpidr)); in print_cpu_features()
3409 if (CPU_AFF1(desc->mpidr) != CPU_AFF1(prev_desc->mpidr)) in check_cpu_regs()
/freebsd/sys/arm64/vmm/io/
H A Dvgic_v3.c1481 (CPU_AFF1(vmpidr_el2) << 8) | CPU_AFF0(vmpidr_el2); in redist_typer_read()