Home
last modified time | relevance | path

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

/arch/xtensa/include/asm/
Dtlbflush.h53 static inline unsigned long dtlb_probe(unsigned long addr) in dtlb_probe() function
141 if (((tlb_entry = dtlb_probe(address)) & (1 << DTLB_HIT_BIT)) != 0) in invalidate_dtlb_mapping()