Home
last modified time | relevance | path

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

/qemu/hw/intc/
H A Dpnv_xive.c245 if (VSD_INDIRECT & vsd) { in pnv_xive_vst_addr()
598 return VSD_INDIRECT & vsd ? 0 : vst_tsize * SBE_PER_BYTE; in pnv_xive_nr_ipis()
613 if (!(VSD_INDIRECT & vsd)) { in pnv_xive_vst_per_subpage()
779 if (VSD_INDIRECT & vsd) { in pnv_xive_vst_set_exclusive()
816 if (!(VSD_INDIRECT & vsd)) { in pnv_xive_vst_set_exclusive()
834 if (!(VSD_INDIRECT & vsd)) { in pnv_xive_vst_set_exclusive()
H A Dpnv_xive_regs.h237 #define VSD_INDIRECT PPC_BIT(56) macro
H A Dpnv_xive2.c231 if (VSD_INDIRECT & vsd) { in pnv_xive2_vst_addr()
614 if (VSD_INDIRECT & vsd) { in pnv_xive2_vst_set_exclusive()
645 if (!(VSD_INDIRECT & vsd)) { in pnv_xive2_vst_set_exclusive()
660 if (!(VSD_INDIRECT & vsd)) { in pnv_xive2_vst_set_exclusive()
2066 return VSD_INDIRECT & vsd ? 0 : vst_tsize * SBE_PER_BYTE; in pnv_xive2_nr_esbs()
2081 if (!(VSD_INDIRECT & vsd)) { in pnv_xive2_vst_per_subpage()
H A Dpnv_xive2_regs.h447 #define VSD_INDIRECT PPC_BIT(56) macro