Home
last modified time | relevance | path

Searched refs:VSD_INDIRECT (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dpnv_xive_regs.h237 #define VSD_INDIRECT PPC_BIT(56) macro
H A Dpnv_xive.c244 if (VSD_INDIRECT & vsd) { in pnv_xive_vst_addr()
597 return VSD_INDIRECT & vsd ? 0 : vst_tsize * SBE_PER_BYTE; in pnv_xive_nr_ipis()
612 if (!(VSD_INDIRECT & vsd)) { in pnv_xive_vst_per_subpage()
778 if (VSD_INDIRECT & vsd) { in pnv_xive_vst_set_exclusive()
815 if (!(VSD_INDIRECT & vsd)) { in pnv_xive_vst_set_exclusive()
833 if (!(VSD_INDIRECT & vsd)) { in pnv_xive_vst_set_exclusive()
H A Dpnv_xive2.c266 if (VSD_INDIRECT & vsd) { in pnv_xive2_vst_addr()
760 if (VSD_INDIRECT & vsd) { in pnv_xive2_vst_set_exclusive()
794 if (!(VSD_INDIRECT & vsd)) { in pnv_xive2_vst_set_exclusive()
812 if (!(VSD_INDIRECT & vsd)) { in pnv_xive2_vst_set_exclusive()
2449 return VSD_INDIRECT & vsd ? 0 : vst_tsize * SBE_PER_BYTE; in type_init()
2464 if (!(VSD_INDIRECT & vsd)) { in pnv_xive2_vst_per_subpage()
H A Dpnv_xive2_regs.h555 #define VSD_INDIRECT PPC_BIT(56) macro