Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dpnv_xive.c50 [VST_TSEL_VPDT] = { "VPDT", sizeof(XiveNVT), 32 },
206 if (type != VST_TSEL_VPDT) { in pnv_xive_vst_addr_remote()
370 return pnv_xive_vst_read(PNV_XIVE(xrtr), VST_TSEL_VPDT, blk, idx, nvt); in pnv_xive_get_nvt()
376 return pnv_xive_vst_write(PNV_XIVE(xrtr), VST_TSEL_VPDT, blk, idx, nvt, in pnv_xive_write_nvt()
393 return pnv_xive_vst_write(xive, VST_TSEL_VPDT, blk, idx, vpc_watch, in pnv_xive_nvt_update()
406 if (pnv_xive_vst_read(xive, VST_TSEL_VPDT, blk, idx, vpc_watch)) { in pnv_xive_nvt_cache_load()
840 case VST_TSEL_VPDT: /* Not modeled */ in pnv_xive_vst_set_exclusive()
1807 return pnv_xive_vst_addr(xive, VST_TSEL_VPDT, blk, nvt_idx); in pnv_xive_pc_read()
1890 xive_nvt_per_subpage = pnv_xive_vst_per_subpage(xive, VST_TSEL_VPDT); in pnv_xive_pic_print_info()
H A Dpnv_xive_regs.h214 #define VST_TSEL_VPDT 3 macro