Lines Matching refs:tmpaddr
450 unsigned long tmpaddr = vaddr + SZ_512M; in cpu_reset() local
460 while (((tmpaddr ^ paddr) & -SZ_512M) == 0) in cpu_reset()
461 tmpaddr += SZ_512M; in cpu_reset()
464 if (itlb_probe(tmpaddr) & BIT(ITLB_HIT_BIT)) in cpu_reset()
465 invalidate_itlb_entry(itlb_probe(tmpaddr)); in cpu_reset()
466 if (itlb_probe(tmpaddr + PAGE_SIZE) & BIT(ITLB_HIT_BIT)) in cpu_reset()
467 invalidate_itlb_entry(itlb_probe(tmpaddr + PAGE_SIZE)); in cpu_reset()
477 tmpaddr & PAGE_MASK); in cpu_reset()
482 (tmpaddr & PAGE_MASK) + PAGE_SIZE); in cpu_reset()
533 : "a"(tmpaddr - vaddr), in cpu_reset()
537 "a"((tmpaddr + SZ_512M) & PAGE_MASK) in cpu_reset()