Searched refs:tmpaddr (Results 1 – 1 of 1) sorted by relevance
409 unsigned long tmpaddr = vaddr + SZ_512M; in cpu_reset() local419 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()[all …]
Completed in 4 milliseconds