Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dsecurity.c33 static enum branch_cache_flush_type link_stack_flush_type = BRANCH_CACHE_FLUSH_NONE; variable
238 if (link_stack_flush_type != BRANCH_CACHE_FLUSH_NONE) in cpu_show_spectre_v2()
240 if (link_stack_flush_type == BRANCH_CACHE_FLUSH_HW) in cpu_show_spectre_v2()
445 if (link_stack_flush_type == BRANCH_CACHE_FLUSH_NONE) { in update_branch_cache_flush()
465 link_stack_flush_type == BRANCH_CACHE_FLUSH_NONE) { in update_branch_cache_flush()
469 link_stack_flush_type == BRANCH_CACHE_FLUSH_HW) { in update_branch_cache_flush()
512 if (link_stack_flush_type != BRANCH_CACHE_FLUSH_NONE) in toggle_branch_cache_flush()
513 link_stack_flush_type = BRANCH_CACHE_FLUSH_NONE; in toggle_branch_cache_flush()
518 link_stack_flush_type = BRANCH_CACHE_FLUSH_HW; in toggle_branch_cache_flush()
521 link_stack_flush_type = BRANCH_CACHE_FLUSH_SW; in toggle_branch_cache_flush()
[all …]