Searched refs:itlb_probe (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/xtensa/include/asm/
H A Dtlbflush.h64 static inline unsigned long itlb_probe(unsigned long addr) function
152 if (((tlb_entry = itlb_probe(address)) & (1 << ITLB_HIT_BIT)) != 0)
/linux-master/arch/xtensa/kernel/
H A Dsetup.c423 if (itlb_probe(tmpaddr) & BIT(ITLB_HIT_BIT))
424 invalidate_itlb_entry(itlb_probe(tmpaddr));
425 if (itlb_probe(tmpaddr + PAGE_SIZE) & BIT(ITLB_HIT_BIT))
426 invalidate_itlb_entry(itlb_probe(tmpaddr + PAGE_SIZE));

Completed in 127 milliseconds