Searched refs:xive_copy_struct (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | pnv-xive2-common.c | 46 static void xive_copy_struct(QTestState *qts, void *src, uint64_t dest, in xive_copy_struct() function 108 xive_copy_struct(qts, &nvp, nvp_addr, sizeof(nvp)); in set_nvp() 127 xive_copy_struct(qts, cl_pair, addr, XIVE_REPORT_SIZE); in set_cl_pair() 140 xive_copy_struct(qts, &nvg, nvg_addr, sizeof(nvg)); in set_nvg() 155 xive_copy_struct(qts, &eas, eas_addr, sizeof(eas)); in set_eas() 188 xive_copy_struct(qts, &end, end_addr, sizeof(end)); in set_end()
|