Function report |
Source Code:include\linux\pagemap.h |
Create Date:2022-07-28 05:45:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Fault everything in given userspace address range in.
Proto:static inline int fault_in_pages_writeable(char __user *uaddr, int size)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
char __user * | uaddr | |
int | size |
557 | If Value for the false possibility is greater at compile time(size == 0) Then Return 0 |
560 | If Value for the false possibility is greater at compile time(uaddr > end) Then Return -EFAULT |
566 | Do |
567 | If Value for the false possibility is greater at compile time(__put_user(0, uaddr) != 0) Then Return -EFAULT |
577 | Return 0 |
Name | Describe |
---|---|
copy_page_to_iter_iovec | |
copy_fpstate_to_sigframe | Save the fpu, extended register state to the user signal frame.* 'buf_fx' is the 64-byte aligned pointer at which the [f|fx|x]save* state is copied.* 'buf' points to the 'buf_fx' or to the fsave header followed by 'buf_fx'. |
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 |