Lines Matching refs:aff
2447 u32 aff, clpiaff; in compute_common_aff() local
2449 aff = FIELD_GET(GICR_TYPER_AFFINITY, val); in compute_common_aff()
2452 return aff & ~(GENMASK(31, 0) >> (clpiaff * 8)); in compute_common_aff()
2474 u32 aff; in find_sibling_its() local
2479 aff = compute_its_aff(cur_its); in find_sibling_its()
2490 if (aff != compute_its_aff(its)) in find_sibling_its()
2633 u32 aff; in inherit_vpe_l1_table_from_its() local
2636 aff = compute_common_aff(val); in inherit_vpe_l1_table_from_its()
2647 if (aff != compute_its_aff(its)) in inherit_vpe_l1_table_from_its()
2686 u32 aff; in inherit_vpe_l1_table_from_rd() local
2691 aff = compute_common_aff(val); in inherit_vpe_l1_table_from_rd()
2700 if (aff != compute_common_aff(val)) in inherit_vpe_l1_table_from_rd()