Function report |
Source Code:include\linux\regset.h |
Create Date:2022-07-28 07:49:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:user_regset_copyin
Proto:static inline int user_regset_copyin(unsigned int *pos, unsigned int *count, const void **kbuf, const void __user **ubuf, void *data, const int start_pos, const int end_pos)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int * | pos | |
unsigned int * | count | |
const void ** | kbuf | |
const void __user ** | ubuf | |
void * | data | |
const int | start_pos | |
const int | end_pos |
284 | If count == 0 Then Return 0 |
288 | copy = If end_pos < 0 Then count Else min - return minimum of two values of the same or compatible types*@x: first value*@y: second value( * count, end_pos - * pos) |
291 | If kbuf Then |
294 | Else if __copy_from_user(data, * ubuf, copy) Then Return -EFAULT |
301 | Return 0 |
Name | Describe |
---|---|
xfpregs_set | |
xstateregs_set | |
fpregs_set |
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 |