Lines Matching refs:tmpaddr
448 unsigned long tmpaddr = vaddr + SZ_512M; in cpu_reset() local
458 while (((tmpaddr ^ paddr) & -SZ_512M) == 0) in cpu_reset()
459 tmpaddr += SZ_512M; in cpu_reset()
462 if (itlb_probe(tmpaddr) & BIT(ITLB_HIT_BIT)) in cpu_reset()
463 invalidate_itlb_entry(itlb_probe(tmpaddr)); in cpu_reset()
464 if (itlb_probe(tmpaddr + PAGE_SIZE) & BIT(ITLB_HIT_BIT)) in cpu_reset()
465 invalidate_itlb_entry(itlb_probe(tmpaddr + PAGE_SIZE)); in cpu_reset()
475 tmpaddr & PAGE_MASK); in cpu_reset()
480 (tmpaddr & PAGE_MASK) + PAGE_SIZE); in cpu_reset()
530 : "a"(tmpaddr - vaddr), in cpu_reset()
534 "a"((tmpaddr + SZ_512M) & PAGE_MASK) in cpu_reset()