HomeSort by: relevance | last modified time | path
    Searched refs:aff2 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/cortex/
gicv3.c 341 u_int aff3, aff2, aff1, aff0; local
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
375 cpu_name(curcpu()), aff3, aff2, aff1, aff0);
385 const u_int aff2 = __SHIFTOUT(cpu_identity, GICR_TYPER_Affinity_Value_Aff2); local
390 __SHIFTIN(aff2, ICC_SGIR_EL1_Aff2) |
926 const u_int aff2 = __SHIFTOUT(gicr_typer, GICR_TYPER_Affinity_Value_Aff2); local
930 i, aff3, aff2, aff1, aff0);
  /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
222 prop_dictionary_set_uint32(prop, "capacity_dmips_mhz", aff2);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-scalar-evolution.cc 1315 aff_tree aff1, aff2;
1345 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map);
1347 aff_combination_scale (&aff2, -1);
1348 aff_combination_add (&aff1, &aff2);
1311 aff_tree aff1, aff2; local

Completed in 26 milliseconds