Searched refs:ITLB_HIT_BIT (Results 1 – 2 of 2) sorted by relevance
20 #define ITLB_HIT_BIT 3 macro152 if (((tlb_entry = itlb_probe(address)) & (1 << ITLB_HIT_BIT)) != 0) in invalidate_itlb_mapping()
424 if (itlb_probe(tmpaddr) & BIT(ITLB_HIT_BIT)) in cpu_reset()426 if (itlb_probe(tmpaddr + PAGE_SIZE) & BIT(ITLB_HIT_BIT)) in cpu_reset()