count_cache_flush_type   26 arch/powerpc/kernel/security.c static enum count_cache_flush_type count_cache_flush_type = COUNT_CACHE_FLUSH_NONE;
count_cache_flush_type  221 arch/powerpc/kernel/security.c 	} else if (count_cache_flush_type != COUNT_CACHE_FLUSH_NONE) {
count_cache_flush_type  224 arch/powerpc/kernel/security.c 		if (count_cache_flush_type == COUNT_CACHE_FLUSH_HW)
count_cache_flush_type  392 arch/powerpc/kernel/security.c 	count_cache_flush_type = COUNT_CACHE_FLUSH_NONE;
count_cache_flush_type  434 arch/powerpc/kernel/security.c 		count_cache_flush_type = COUNT_CACHE_FLUSH_SW;
count_cache_flush_type  440 arch/powerpc/kernel/security.c 	count_cache_flush_type = COUNT_CACHE_FLUSH_HW;
count_cache_flush_type  487 arch/powerpc/kernel/security.c 	if (count_cache_flush_type == COUNT_CACHE_FLUSH_NONE)