Home
last modified time | relevance | path

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

/linux-6.1.9/arch/parisc/kernel/
Dcache.c474 #define FLUSH_TLB_THRESHOLD (16*1024) /* 16 KiB minimum TLB threshold */ macro
536 if (threshold > FLUSH_TLB_THRESHOLD) in parisc_setup_cache_timing()
539 parisc_tlb_flush_threshold = FLUSH_TLB_THRESHOLD; in parisc_setup_cache_timing()