Lines Matching refs:tmpaddr
409 unsigned long tmpaddr = vaddr + SZ_512M; in cpu_reset() local
419 while (((tmpaddr ^ paddr) & -SZ_512M) == 0) in cpu_reset()
420 tmpaddr += SZ_512M; in cpu_reset()
423 if (itlb_probe(tmpaddr) & BIT(ITLB_HIT_BIT)) in cpu_reset()
424 invalidate_itlb_entry(itlb_probe(tmpaddr)); in cpu_reset()
425 if (itlb_probe(tmpaddr + PAGE_SIZE) & BIT(ITLB_HIT_BIT)) in cpu_reset()
426 invalidate_itlb_entry(itlb_probe(tmpaddr + PAGE_SIZE)); in cpu_reset()
436 tmpaddr & PAGE_MASK); in cpu_reset()
441 (tmpaddr & PAGE_MASK) + PAGE_SIZE); in cpu_reset()
492 : "a"(tmpaddr - vaddr), in cpu_reset()
496 "a"((tmpaddr + SZ_512M) & PAGE_MASK) in cpu_reset()