Lines Matching refs:tmpaddr
421 unsigned long tmpaddr = vaddr + SZ_512M; in cpu_reset() local
431 while (((tmpaddr ^ paddr) & -SZ_512M) == 0) in cpu_reset()
432 tmpaddr += SZ_512M; in cpu_reset()
435 if (itlb_probe(tmpaddr) & BIT(ITLB_HIT_BIT)) in cpu_reset()
436 invalidate_itlb_entry(itlb_probe(tmpaddr)); in cpu_reset()
437 if (itlb_probe(tmpaddr + PAGE_SIZE) & BIT(ITLB_HIT_BIT)) in cpu_reset()
438 invalidate_itlb_entry(itlb_probe(tmpaddr + PAGE_SIZE)); in cpu_reset()
448 tmpaddr & PAGE_MASK); in cpu_reset()
453 (tmpaddr & PAGE_MASK) + PAGE_SIZE); in cpu_reset()
504 : "a"(tmpaddr - vaddr), in cpu_reset()
508 "a"((tmpaddr + SZ_512M) & PAGE_MASK) in cpu_reset()