Function report |
Source Code:kernel\sys.c |
Create Date:2022-07-28 09:21:07 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:prctl_set_auxv
Proto:static int prctl_set_auxv(struct mm_struct *mm, unsigned long addr, unsigned long len)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct mm_struct * | mm | |
unsigned long | addr | |
unsigned long | len |
2074 | user_auxv[AT_VECTOR_SIZE - 2] = 0 |
2075 | user_auxv[AT_VECTOR_SIZE - 1] = 0 |
2077 | BUILD_BUG_ON - break compile if a condition is true( size of user_auxv != size of for /proc/PID/auxv ) |
2080 | No 3D Now!( for /proc/PID/auxv , user_auxv, len) |
2081 | task_unlock(current process) |
2083 | Return 0 |
Name | Describe |
---|---|
prctl_set_mm |
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 |