Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dpnv_xive2.c107 static PnvXive2 *pnv_xive2_get_remote(uint32_t vsd_type, hwaddr fwd_addr) in pnv_xive2_get_remote() argument
120 if ((vsd_type == VST_ESB && fwd_addr == xive->esb_base) || in pnv_xive2_get_remote()
121 (vsd_type == VST_END && fwd_addr == xive->end_base) || in pnv_xive2_get_remote()
122 ((vsd_type == VST_NVP || in pnv_xive2_get_remote()
123 vsd_type == VST_NVG) && fwd_addr == xive->nvpg_base) || in pnv_xive2_get_remote()
124 (vsd_type == VST_NVC && fwd_addr == xive->nvc_base)) { in pnv_xive2_get_remote()
132 __func__, vsd_type, fwd_addr); in pnv_xive2_get_remote()