Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dsecurity.c32 static enum branch_cache_flush_type count_cache_flush_type = BRANCH_CACHE_FLUSH_NONE; variable
225 } else if (count_cache_flush_type != BRANCH_CACHE_FLUSH_NONE) { in cpu_show_spectre_v2()
228 if (count_cache_flush_type == BRANCH_CACHE_FLUSH_HW) in cpu_show_spectre_v2()
237 if (bcs || ccd || count_cache_flush_type != BRANCH_CACHE_FLUSH_NONE) { in cpu_show_spectre_v2()
464 if (count_cache_flush_type == BRANCH_CACHE_FLUSH_NONE && in update_branch_cache_flush()
468 } else if (count_cache_flush_type == BRANCH_CACHE_FLUSH_HW && in update_branch_cache_flush()
482 if (count_cache_flush_type == BRANCH_CACHE_FLUSH_NONE) { in update_branch_cache_flush()
487 } else if (count_cache_flush_type == BRANCH_CACHE_FLUSH_HW) { in update_branch_cache_flush()
497 if (count_cache_flush_type != BRANCH_CACHE_FLUSH_NONE) in toggle_branch_cache_flush()
498 count_cache_flush_type = BRANCH_CACHE_FLUSH_NONE; in toggle_branch_cache_flush()
[all …]