Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dpnv-xive2-test.c41 case VST_NVC: in set_table()
202 set_table(qts, VST_NVC, XIVE_NVC_MEM); in init_xive()
/openbmc/qemu/hw/intc/
H A Dpnv_xive2.c65 [VST_NVC] = { "NVCT", sizeof(Xive2Nvgc), 16 },
262 } else if (type == VST_NVC) { in pnv_xive2_vst_addr()
497 return pnv_xive2_vst_read(PNV_XIVE2(xrtr), crowd ? VST_NVC : VST_NVG, in pnv_xive2_get_nvgc()
505 return pnv_xive2_vst_write(PNV_XIVE2(xrtr), crowd ? VST_NVC : VST_NVG, in pnv_xive2_write_nvgc()
520 *table_type = VST_NVC; in pnv_xive2_nxc_to_table_type()
838 case VST_NVC: /* Not modeled */ in pnv_xive2_vst_set_exclusive()
2571 entries_per_subpage = pnv_xive2_vst_per_subpage(xive, VST_NVC); in pnv_xive2_pic_print_info()
H A Dpnv_xive2_regs.h532 #define VST_NVC 5 macro