Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/kernel/
Dnospec-branch.c7 int nobp = IS_ENABLED(CONFIG_KERNEL_NOBP); variable
22 nobp = 1; in nobp_setup_early()
26 nobp = 0; in nobp_setup_early()
34 nobp = 0; in nospec_setup_early()
71 nobp = 0; in nospec_auto_detect()
78 nobp = 0; in nospec_auto_detect()
91 nobp = 0; in spectre_v2_setup_early()
/linux-6.12.1/arch/s390/include/asm/
Dnospec-branch.h11 extern int nobp;
17 return nobp && test_facility(82); in nobp_enabled()
/linux-6.12.1/arch/s390/
DKconfig562 With the option enabled the kernel parameter "nobp=0" or "nospec"
566 enabled with the "nobp=1" kernel parameter.
/linux-6.12.1/Documentation/admin-guide/
Dkernel-parameters.txt3517 nobp=0 [S390]