baser_phys       1761 drivers/irqchip/irq-gic-v3-its.c 	u64 baser_phys, tmp;
baser_phys       1781 drivers/irqchip/irq-gic-v3-its.c 	baser_phys = virt_to_phys(base);
baser_phys       1784 drivers/irqchip/irq-gic-v3-its.c 	if (IS_ENABLED(CONFIG_ARM64_64K_PAGES) && (baser_phys >> 48)) {
baser_phys       1794 drivers/irqchip/irq-gic-v3-its.c 		baser_phys = GITS_BASER_PHYS_52_to_48(baser_phys);
baser_phys       1798 drivers/irqchip/irq-gic-v3-its.c 	val = (baser_phys					 |