Lines Matching refs:tmpaddr
410 unsigned long tmpaddr = vaddr + SZ_512M; in cpu_reset() local
420 while (((tmpaddr ^ paddr) & -SZ_512M) == 0) in cpu_reset()
421 tmpaddr += SZ_512M; in cpu_reset()
424 if (itlb_probe(tmpaddr) & BIT(ITLB_HIT_BIT)) in cpu_reset()
425 invalidate_itlb_entry(itlb_probe(tmpaddr)); in cpu_reset()
426 if (itlb_probe(tmpaddr + PAGE_SIZE) & BIT(ITLB_HIT_BIT)) in cpu_reset()
427 invalidate_itlb_entry(itlb_probe(tmpaddr + PAGE_SIZE)); in cpu_reset()
437 tmpaddr & PAGE_MASK); in cpu_reset()
442 (tmpaddr & PAGE_MASK) + PAGE_SIZE); in cpu_reset()
493 : "a"(tmpaddr - vaddr), in cpu_reset()
497 "a"((tmpaddr + SZ_512M) & PAGE_MASK) in cpu_reset()