Lines Matching refs:aff
2458 u32 aff, clpiaff; in compute_common_aff() local
2460 aff = FIELD_GET(GICR_TYPER_AFFINITY, val); in compute_common_aff()
2463 return aff & ~(GENMASK(31, 0) >> (clpiaff * 8)); in compute_common_aff()
2485 u32 aff; in find_sibling_its() local
2490 aff = compute_its_aff(cur_its); in find_sibling_its()
2501 if (aff != compute_its_aff(its)) in find_sibling_its()
2644 u32 aff; in inherit_vpe_l1_table_from_its() local
2647 aff = compute_common_aff(val); in inherit_vpe_l1_table_from_its()
2658 if (aff != compute_its_aff(its)) in inherit_vpe_l1_table_from_its()
2697 u32 aff; in inherit_vpe_l1_table_from_rd() local
2702 aff = compute_common_aff(val); in inherit_vpe_l1_table_from_rd()
2711 if (aff != compute_common_aff(val)) in inherit_vpe_l1_table_from_rd()