Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dpnv-xive2-test.c40 case VST_NVG: in set_table()
201 set_table(qts, VST_NVG, XIVE_NVG_MEM); in init_xive()
/openbmc/qemu/hw/intc/
H A Dpnv_xive2.c64 [VST_NVG] = { "NVGT", sizeof(Xive2Nvgc), 16 },
260 if (type == VST_NVG) { 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()
517 *table_type = VST_NVG; in pnv_xive2_nxc_to_table_type()
837 case VST_NVG: /* Not modeled */ in pnv_xive2_vst_set_exclusive()
2562 entries_per_subpage = pnv_xive2_vst_per_subpage(xive, VST_NVG); in pnv_xive2_pic_print_info()
H A Dpnv_xive2_regs.h531 #define VST_NVG 4 macro