Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/kernel/
Dsecurity.c28 BRANCH_CACHE_FLUSH_NONE = 0x1, enumerator
32 static enum branch_cache_flush_type count_cache_flush_type = BRANCH_CACHE_FLUSH_NONE;
33 static enum branch_cache_flush_type link_stack_flush_type = BRANCH_CACHE_FLUSH_NONE;
225 } else if (count_cache_flush_type != BRANCH_CACHE_FLUSH_NONE) { in cpu_show_spectre_v2()
237 if (bcs || ccd || count_cache_flush_type != BRANCH_CACHE_FLUSH_NONE) { in cpu_show_spectre_v2()
238 if (link_stack_flush_type != BRANCH_CACHE_FLUSH_NONE) in cpu_show_spectre_v2()
444 if (link_stack_flush_type == BRANCH_CACHE_FLUSH_NONE) { in update_branch_cache_flush()
463 if (count_cache_flush_type == BRANCH_CACHE_FLUSH_NONE && in update_branch_cache_flush()
464 link_stack_flush_type == BRANCH_CACHE_FLUSH_NONE) { in update_branch_cache_flush()
481 if (count_cache_flush_type == BRANCH_CACHE_FLUSH_NONE) { in update_branch_cache_flush()
[all …]