Home
last modified time | relevance | path

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

/openbmc/linux/arch/xtensa/include/asm/
H A Dtlbflush.h71 static inline unsigned long dtlb_probe(unsigned long addr) in dtlb_probe() function
159 if (((tlb_entry = dtlb_probe(address)) & (1 << DTLB_HIT_BIT)) != 0) in invalidate_dtlb_mapping()