Home
last modified time | relevance | path

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

/linux-4.4.14/arch/parisc/kernel/
Dcache.c347 #define FLUSH_TLB_THRESHOLD (2*1024*1024) /* 2MB initial TLB threshold */ macro
348 static unsigned long parisc_tlb_flush_threshold __read_mostly = FLUSH_TLB_THRESHOLD;
403 parisc_tlb_flush_threshold = FLUSH_TLB_THRESHOLD; in parisc_setup_cache_timing()