Lines Matching refs:tmpaddr
442 unsigned long tmpaddr = vaddr + SZ_512M; in cpu_reset() local
452 while (((tmpaddr ^ paddr) & -SZ_512M) == 0) in cpu_reset()
453 tmpaddr += SZ_512M; in cpu_reset()
456 if (itlb_probe(tmpaddr) & BIT(ITLB_HIT_BIT)) in cpu_reset()
457 invalidate_itlb_entry(itlb_probe(tmpaddr)); in cpu_reset()
458 if (itlb_probe(tmpaddr + PAGE_SIZE) & BIT(ITLB_HIT_BIT)) in cpu_reset()
459 invalidate_itlb_entry(itlb_probe(tmpaddr + PAGE_SIZE)); in cpu_reset()
469 tmpaddr & PAGE_MASK); in cpu_reset()
474 (tmpaddr & PAGE_MASK) + PAGE_SIZE); in cpu_reset()
525 : "a"(tmpaddr - vaddr), in cpu_reset()
529 "a"((tmpaddr + SZ_512M) & PAGE_MASK) in cpu_reset()