Lines Matching refs:xics_phys
220 void __iomem *xics_phys; in kvmhv_rm_send_ipi() local
253 xics_phys = paca_ptrs[cpu]->kvm_hstate.xics_phys; in kvmhv_rm_send_ipi()
254 if (xics_phys) in kvmhv_rm_send_ipi()
255 __raw_rm_writeb(IPI_PRIORITY, xics_phys + XICS_MFRR); in kvmhv_rm_send_ipi()
445 void __iomem *xics_phys; in kvmppc_read_one_intr() local
467 xics_phys = local_paca->kvm_hstate.xics_phys; in kvmppc_read_one_intr()
469 if (!xics_phys) in kvmppc_read_one_intr()
472 xirr = __raw_rm_readl(xics_phys + XICS_XIRR); in kvmppc_read_one_intr()
508 } else if (xics_phys) { in kvmppc_read_one_intr()
509 __raw_rm_writeb(0xff, xics_phys + XICS_MFRR); in kvmppc_read_one_intr()
510 __raw_rm_writel(xirr, xics_phys + XICS_XIRR); in kvmppc_read_one_intr()
540 } else if (xics_phys) in kvmppc_read_one_intr()
542 xics_phys + XICS_MFRR); in kvmppc_read_one_intr()