Function report |
Source Code:arch\x86\kernel\process.c |
Create Date:2022-07-28 07:48:53 |
| Last Modify:2020-03-16 17:03:44 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:do_arch_prctl_common
Proto:long do_arch_prctl_common(struct task_struct *task, int option, unsigned long cpuid_enabled)
Type:long
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct task_struct * | task | |
| int | option | |
| unsigned long | cpuid_enabled |
| 989 | Case option == ARCH_GET_CPUID |
| 990 | Return get_cpuid_mode() |
| 991 | Case option == ARCH_SET_CPUID |
| 992 | Return set_cpuid_mode(task, cpuid_enabled) |
| 995 | Return -EINVAL |
| 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 |