itlb_probe        152 arch/xtensa/include/asm/tlbflush.h 	if (((tlb_entry = itlb_probe(address)) & (1 << ITLB_HIT_BIT)) != 0)
itlb_probe        456 arch/xtensa/kernel/setup.c 		if (itlb_probe(tmpaddr) & BIT(ITLB_HIT_BIT))
itlb_probe        457 arch/xtensa/kernel/setup.c 			invalidate_itlb_entry(itlb_probe(tmpaddr));
itlb_probe        458 arch/xtensa/kernel/setup.c 		if (itlb_probe(tmpaddr + PAGE_SIZE) & BIT(ITLB_HIT_BIT))
itlb_probe        459 arch/xtensa/kernel/setup.c 			invalidate_itlb_entry(itlb_probe(tmpaddr + PAGE_SIZE));