Searched refs:new_eas (Results 1 – 1 of 1) sorted by relevance
/qemu/hw/intc/ |
H A D | spapr_xive.c | 1051 XiveEAS eas, new_eas; in h_int_set_source_config() local 1085 new_eas.w = cpu_to_be64(EAS_VALID | EAS_MASKED); 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() 1110 new_eas.w = xive_set_field64(EAS_END_BLOCK, new_eas.w, end_blk); in h_int_set_source_config() 1111 new_eas.w = xive_set_field64(EAS_END_INDEX, new_eas.w, end_idx); in h_int_set_source_config() 1114 new_eas.w = xive_set_field64(EAS_END_DATA, new_eas.w, eisn); in h_int_set_source_config() 1120 kvmppc_xive_set_source_config(xive, lisn, &new_eas, &local_err); in h_int_set_source_config() 1128 xive->eat[lisn] = new_eas; in h_int_set_source_config()
|