Home
last modified time | relevance | path

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

/openbmc/linux/arch/xtensa/mm/
H A Dtlb.c42 for (w = 0; w < DTLB_ARF_WAYS; w++) { in __flush_dtlb_all()
82 #define _DTLB_ENTRIES (DTLB_ARF_WAYS << XCHAL_DTLB_ARF_ENTRIES_LOG2)
281 for (w = 0; w < DTLB_ARF_WAYS; ++w) in check_tlb_sanity()
/openbmc/linux/arch/xtensa/include/asm/
H A Dtlbflush.h18 #define DTLB_ARF_WAYS 4 macro