Lines Matching refs:aff
2547 u32 aff, clpiaff; in compute_common_aff() local
2549 aff = FIELD_GET(GICR_TYPER_AFFINITY, val); in compute_common_aff()
2552 return aff & ~(GENMASK(31, 0) >> (clpiaff * 8)); in compute_common_aff()
2574 u32 aff; in find_sibling_its() local
2579 aff = compute_its_aff(cur_its); in find_sibling_its()
2590 if (aff != compute_its_aff(its)) in find_sibling_its()
2737 u32 aff; in inherit_vpe_l1_table_from_its() local
2740 aff = compute_common_aff(val); in inherit_vpe_l1_table_from_its()
2751 if (aff != compute_its_aff(its)) in inherit_vpe_l1_table_from_its()
2793 u32 aff; in inherit_vpe_l1_table_from_rd() local
2798 aff = compute_common_aff(val); in inherit_vpe_l1_table_from_rd()
2807 if (aff != compute_common_aff(val)) in inherit_vpe_l1_table_from_rd()