Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dxive2.c1163 uint8_t report_data[REPORT_LINE_GEN1_SIZE];
1164 memset(report_data, 0xff, sizeof(report_data));
1166 report_data[8] = (rd >> 8) & 0xff; in xive2_tctx_process_pending()
1167 report_data[9] = rd & 0xff; in xive2_tctx_process_pending()
1169 report_data[0] = (rd >> 8) & 0xff; in xive2_tctx_process_pending()
1170 report_data[1] = rd & 0xff; in xive2_tctx_process_pending()
1172 cpu_physical_memory_write(phys_addr, report_data, REPORT_LINE_GEN1_SIZE); in xive2_tctx_process_pending()
1146 uint8_t report_data[REPORT_LINE_GEN1_SIZE]; xive2_tctx_accept_el() local