Lines Matching refs:xics_phys
231 void __iomem *xics_phys; in kvmhv_rm_send_ipi() local
255 xics_phys = paca_ptrs[cpu]->kvm_hstate.xics_phys; in kvmhv_rm_send_ipi()
256 if (xics_phys) in kvmhv_rm_send_ipi()
257 __raw_rm_writeb(IPI_PRIORITY, xics_phys + XICS_MFRR); in kvmhv_rm_send_ipi()
447 void __iomem *xics_phys; in kvmppc_read_one_intr() local
463 xics_phys = local_paca->kvm_hstate.xics_phys; in kvmppc_read_one_intr()
465 if (!xics_phys) in kvmppc_read_one_intr()
468 xirr = __raw_rm_readl(xics_phys + XICS_XIRR); in kvmppc_read_one_intr()
497 if (xics_phys) { in kvmppc_read_one_intr()
498 __raw_rm_writeb(0xff, xics_phys + XICS_MFRR); in kvmppc_read_one_intr()
499 __raw_rm_writel(xirr, xics_phys + XICS_XIRR); in kvmppc_read_one_intr()
523 if (xics_phys) in kvmppc_read_one_intr()
525 xics_phys + XICS_MFRR); in kvmppc_read_one_intr()