Searched refs:itlb_probe (Results 1 – 2 of 2) sorted by relevance
64 static inline unsigned long itlb_probe(unsigned long addr) in itlb_probe() function152 if (((tlb_entry = itlb_probe(address)) & (1 << ITLB_HIT_BIT)) != 0) in invalidate_itlb_mapping()
435 if (itlb_probe(tmpaddr) & BIT(ITLB_HIT_BIT)) in cpu_reset()436 invalidate_itlb_entry(itlb_probe(tmpaddr)); in cpu_reset()437 if (itlb_probe(tmpaddr + PAGE_SIZE) & BIT(ITLB_HIT_BIT)) in cpu_reset()438 invalidate_itlb_entry(itlb_probe(tmpaddr + PAGE_SIZE)); in cpu_reset()