Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dtlb.c322 unsigned long ibpb = (next_tif >> TIF_SPEC_IB) & LAST_USER_MM_IBPB; in mm_mangle_tif_spec_ib() local
324 return (unsigned long)next->mm | ibpb; in mm_mangle_tif_spec_ib()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/hw-vuln/
H A Dspectre.rst643 prctl,ibpb
654 seccomp,ibpb
723 program to clear the branch target buffer (See "ibpb" option in
724 :ref:`spectre_mitigation_control_command_line`). This "ibpb" option
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-parameters.txt4777 ibpb - On AMD, mitigate short speculation
4782 ibpb,nosmt - Like "ibpb" above but will disable SMT
5168 prctl,ibpb
5179 seccomp,ibpb
/OK3568_Linux_fs/kernel/arch/x86/
H A DKconfig2475 Compile the kernel with support for the retbleed=ibpb mitigation.