Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\common.c Create Date:2022-07-28 07:54:51
Last Modify:2020-03-16 20:28:31 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:x86_mpx_setup

Proto:static int __init x86_mpx_setup(char *s)

Type:int

Parameter:

TypeParameterName
char *s
171  If strlen(s) Then Return 0
175  If Not boot_cpu_has(Memory Protection Extension ) Then Return 1
178  setup_clear_cpu_cap(Memory Protection Extension )
179  pr_info("nompx: Intel Memory Protection Extensions (MPX) disabled\n")
180  Return 1