Home
last modified time | relevance | path

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

/mirbsd/src/sys/arch/sparc/sparc/
Dcache.c219 if (CACHEINFO.c_hwflush) in hypersparc_cache_enable()
364 if (CACHEINFO.c_hwflush) { in sun4_vcache_flush_context()
420 if (CACHEINFO.c_hwflush) {
452 if (CACHEINFO.c_hwflush)
512 if (CACHEINFO.c_hwflush) {
Dcpu.c343 ci->c_linesize, ci->c_hwflush ? 'h' : 's');
447 ci->c_hwflush = 0;
463 ci->c_hwflush = 0;
472 ci->c_hwflush = 0;
482 ci->c_hwflush = 0;
598 ci->c_hwflush =
659 ci->c_hwflush = 0;
Dcache.h215 int c_hwflush; /* true => have hardware flush */ member
Dpmap.c3702 #define PMAP_RMK_MAGIC (cacheinfo.c_hwflush?5:64) /* if > magic, use cache_flush_segment */
3902 #define PMAP_RMU_MAGIC (cacheinfo.c_hwflush?4:64) /* if > magic, use cache_flush_segment */