Lines Matching refs:aff
2464 u32 aff, clpiaff; in compute_common_aff() local
2466 aff = FIELD_GET(GICR_TYPER_AFFINITY, val); in compute_common_aff()
2469 return aff & ~(GENMASK(31, 0) >> (clpiaff * 8)); in compute_common_aff()
2491 u32 aff; in find_sibling_its() local
2496 aff = compute_its_aff(cur_its); in find_sibling_its()
2507 if (aff != compute_its_aff(its)) in find_sibling_its()
2650 u32 aff; in inherit_vpe_l1_table_from_its() local
2653 aff = compute_common_aff(val); in inherit_vpe_l1_table_from_its()
2664 if (aff != compute_its_aff(its)) in inherit_vpe_l1_table_from_its()
2703 u32 aff; in inherit_vpe_l1_table_from_rd() local
2708 aff = compute_common_aff(val); in inherit_vpe_l1_table_from_rd()
2717 if (aff != compute_common_aff(val)) in inherit_vpe_l1_table_from_rd()