Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dsecurity_features.h13 extern bool rfi_flush;
/arch/powerpc/kernel/
Dsetup_64.c793 bool rfi_flush; variable
831 rfi_flush = enable; in rfi_flush_enable()
892 if (enable != rfi_flush) in rfi_flush_set()
900 *val = rfi_flush ? 1 : 0; in rfi_flush_get()
Dsecurity.c137 if (rfi_flush) { in cpu_show_meltdown()