Lines Matching refs:eas

176         XiveEAS *eas = &xive->eat[i];  in spapr_xive_pic_print_info()  local
178 if (!xive_eas_is_valid(eas)) { in spapr_xive_pic_print_info()
187 xive_eas_is_masked(eas) ? "M" : " ", in spapr_xive_pic_print_info()
188 (int) xive_get_field64(EAS_END_DATA, eas->w)); in spapr_xive_pic_print_info()
190 if (!xive_eas_is_masked(eas)) { in spapr_xive_pic_print_info()
191 uint32_t end_idx = xive_get_field64(EAS_END_INDEX, eas->w); in spapr_xive_pic_print_info()
264 XiveEAS *eas = &xive->eat[i]; in spapr_xive_reset() local
265 if (xive_eas_is_valid(eas)) { in spapr_xive_reset()
266 eas->w = cpu_to_be64(EAS_VALID | EAS_MASKED); in spapr_xive_reset()
268 eas->w = 0; in spapr_xive_reset()
361 uint32_t eas_idx, XiveEAS *eas) in spapr_xive_get_eas() argument
369 *eas = xive->eat[eas_idx]; in spapr_xive_get_eas()
1051 XiveEAS eas, new_eas; in h_int_set_source_config() local
1076 eas = xive->eat[lisn]; in h_int_set_source_config()
1077 if (!xive_eas_is_valid(&eas)) { in h_int_set_source_config()
1090 new_eas.w = eas.w | cpu_to_be64(EAS_MASKED); in h_int_set_source_config()
1092 new_eas.w = eas.w & cpu_to_be64(~EAS_MASKED); in h_int_set_source_config()
1162 XiveEAS eas; in h_int_get_source_config() local
1183 eas = xive->eat[lisn]; in h_int_get_source_config()
1184 if (!xive_eas_is_valid(&eas)) { in h_int_get_source_config()
1191 end_idx = xive_get_field64(EAS_END_INDEX, eas.w); in h_int_get_source_config()
1200 if (xive_eas_is_masked(&eas)) { in h_int_get_source_config()
1206 args[2] = xive_get_field64(EAS_END_DATA, eas.w); in h_int_get_source_config()
1684 XiveEAS eas; in h_int_esb() local
1708 eas = xive->eat[lisn]; in h_int_esb()
1709 if (!xive_eas_is_valid(&eas)) { in h_int_esb()
1760 XiveEAS eas; in h_int_sync() local
1780 eas = xive->eat[lisn]; in h_int_sync()
1781 if (!xive_eas_is_valid(&eas)) { in h_int_sync()