Function report |
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 activity | Download SCCT | Chinese |
Name:control_va_addr_alignment
Proto:static int __init control_va_addr_alignment(char *str)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
char * | str |
67 | If flags < 0 Then Return 1 |
70 | If str == 0 Then Return 1 |
76 | If Not strcmp(str, "32") Then flags = ALIGN_VA_32 |
78 | Else if Not strcmp(str, "64") Then flags = ALIGN_VA_64 |
82 | Else if Not strcmp(str, "on") Then flags = ALIGN_VA_32 | ALIGN_VA_64 |
84 | Else Return 0 |
87 | Return 1 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |