Lines Matching refs:xics_phys
199 void __iomem *xics_phys; in kvmhv_rm_send_ipi() local
223 xics_phys = paca_ptrs[cpu]->kvm_hstate.xics_phys; in kvmhv_rm_send_ipi()
224 if (xics_phys) in kvmhv_rm_send_ipi()
225 __raw_rm_writeb(IPI_PRIORITY, xics_phys + XICS_MFRR); in kvmhv_rm_send_ipi()
398 void __iomem *xics_phys; in kvmppc_read_one_intr() local
414 xics_phys = local_paca->kvm_hstate.xics_phys; in kvmppc_read_one_intr()
416 if (!xics_phys) in kvmppc_read_one_intr()
419 xirr = __raw_rm_readl(xics_phys + XICS_XIRR); in kvmppc_read_one_intr()
448 if (xics_phys) { in kvmppc_read_one_intr()
449 __raw_rm_writeb(0xff, xics_phys + XICS_MFRR); in kvmppc_read_one_intr()
450 __raw_rm_writel(xirr, xics_phys + XICS_XIRR); in kvmppc_read_one_intr()
474 if (xics_phys) in kvmppc_read_one_intr()
476 xics_phys + XICS_MFRR); in kvmppc_read_one_intr()