Home
last modified time | relevance | path

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

/arch/xtensa/include/asm/
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()
/arch/xtensa/kernel/
A Dsetup.c423 if (itlb_probe(tmpaddr) & BIT(ITLB_HIT_BIT)) in cpu_reset()
424 invalidate_itlb_entry(itlb_probe(tmpaddr)); in cpu_reset()
425 if (itlb_probe(tmpaddr + PAGE_SIZE) & BIT(ITLB_HIT_BIT)) in cpu_reset()
426 invalidate_itlb_entry(itlb_probe(tmpaddr + PAGE_SIZE)); in cpu_reset()

Completed in 5 milliseconds