Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\alternative.c Create Date:2022-07-28 07:45:05
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:alternative_instructions

Proto:void __init alternative_instructions(void)

Type:void

Parameter:Nothing

704  int3_selftest()
711  stop_nmi()
724  Replace instructions with better alternatives for this CPU type. This runs* before SMP is initialized to avoid SMP problems with self modifying code.* This implies that asymmetric systems where APs have less capabilities than
742  apply_paravirt(__parainstructions, __parainstructions_end)
744  restart_nmi()
745  alternatives_patched = 1
Caller
NameDescribe
check_bugs