Home
last modified time | relevance | path

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

/linux/arch/xtensa/include/asm/
H A Dtlbflush.h64 static inline unsigned long itlb_probe(unsigned long addr) in itlb_probe() function
152 if (((tlb_entry = itlb_probe(address)) & (1 << ITLB_HIT_BIT)) != 0) in invalidate_itlb_mapping()