Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\sys_x86_64.c Create Date:2022-07-28 07:42:09
Last Modify:2022-05-18 16:45:21 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:control_va_addr_alignment

Proto:static int __init control_va_addr_alignment(char *str)

Type:int

Parameter:

TypeParameterName
char *str
67  If flags < 0 Then Return 1
70  If str == 0 Then Return 1
73  If str == '=' Then str++
76  If Not strcmp(str, "32") Then flags = ALIGN_VA_32
78  Else if Not strcmp(str, "64") Then flags = ALIGN_VA_64
80  Else if Not strcmp(str, "off") Then flags = 0
82  Else if Not strcmp(str, "on") Then flags = ALIGN_VA_32 | ALIGN_VA_64
84  Else Return 0
87  Return 1