Home | Sort by: relevance | last modified time | path |
/src/sys/arch/arm/apple/ | |
apple_platform.c | 215 * On Apple M1 (and hopefully later models), AFF2 is 0 for 221 const u_int aff2 = __SHIFTOUT(cpuid, MPIDR_AFF2); local in function:apple_platform_device_register 222 prop_dictionary_set_uint32(prop, "capacity_dmips_mhz", aff2); |
/src/sys/arch/arm/cortex/ | |
gicv3.c | 341 u_int aff3, aff2, aff1, aff0; local in function:gicv3_cpu_identity 346 aff2 = __SHIFTOUT(mpidr, MPIDR_AFF2); 351 __SHIFTIN(aff2, GICR_TYPER_Affinity_Value_Aff2) | 371 const u_int aff2 = __SHIFTOUT(cpu_identity, GICR_TYPER_Affinity_Value_Aff2); local in function:gicv3_find_redist 375 cpu_name(curcpu()), aff3, aff2, aff1, aff0); 385 const u_int aff2 = __SHIFTOUT(cpu_identity, GICR_TYPER_Affinity_Value_Aff2); local in function:gicv3_sgir 390 __SHIFTIN(aff2, ICC_SGIR_EL1_Aff2) | 926 const u_int aff2 = __SHIFTOUT(gicr_typer, GICR_TYPER_Affinity_Value_Aff2); local in function:gicv3_init 930 i, aff3, aff2, aff1, aff0); |