Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/kernel/
Dsecurity.c25 BRANCH_CACHE_FLUSH_NONE = 0x1, enumerator
29 static enum branch_cache_flush_type count_cache_flush_type = BRANCH_CACHE_FLUSH_NONE;
30 static enum branch_cache_flush_type link_stack_flush_type = BRANCH_CACHE_FLUSH_NONE;
222 } else if (count_cache_flush_type != BRANCH_CACHE_FLUSH_NONE) { in cpu_show_spectre_v2()
234 if (bcs || ccd || count_cache_flush_type != BRANCH_CACHE_FLUSH_NONE) { in cpu_show_spectre_v2()
235 if (link_stack_flush_type != BRANCH_CACHE_FLUSH_NONE) in cpu_show_spectre_v2()
438 if (link_stack_flush_type == BRANCH_CACHE_FLUSH_NONE) { in update_branch_cache_flush()
455 if (count_cache_flush_type == BRANCH_CACHE_FLUSH_NONE && in update_branch_cache_flush()
456 link_stack_flush_type == BRANCH_CACHE_FLUSH_NONE) { in update_branch_cache_flush()
473 if (count_cache_flush_type == BRANCH_CACHE_FLUSH_NONE) { in update_branch_cache_flush()
[all …]