Home
last modified time | relevance | path

Searched refs:new_eas (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dspapr_xive.c1053 XiveEAS eas, new_eas; in h_int_set_source_config() local
1087 new_eas.w = cpu_to_be64(EAS_VALID | 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()
1094 new_eas.w = eas.w & cpu_to_be64(~EAS_MASKED); in h_int_set_source_config()
1112 new_eas.w = xive_set_field64(EAS_END_BLOCK, new_eas.w, end_blk); in h_int_set_source_config()
1113 new_eas.w = xive_set_field64(EAS_END_INDEX, new_eas.w, end_idx); in h_int_set_source_config()
1116 new_eas.w = xive_set_field64(EAS_END_DATA, new_eas.w, eisn); in h_int_set_source_config()
1122 kvmppc_xive_set_source_config(xive, lisn, &new_eas, &local_err); in h_int_set_source_config()
1130 xive->eat[lisn] = new_eas; in h_int_set_source_config()