Searched refs:VST_NVC (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | pnv-xive2-test.c | 41 case VST_NVC: in set_table() 202 set_table(qts, VST_NVC, XIVE_NVC_MEM); in init_xive()
|
/openbmc/qemu/hw/intc/ |
H A D | pnv_xive2.c | 65 [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 D | pnv_xive2_regs.h | 532 #define VST_NVC 5 macro
|