Function report |
Source Code:arch\x86\lib\usercopy_32.c |
Create Date:2022-07-28 07:24:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lear_user - Zero a block of memory in user space.*@to: Destination address, in user space.*@n: Number of bytes to zero.* Zero a block of memory in user space.* Return: number of bytes that could not be cleared.* On success, this will be zero.
Proto:unsigned long clear_user(void __user *to, unsigned long n)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
void __user * | to | |
unsigned long | n |
69 | might_fault() |
72 | Return n |
Name | Describe |
---|---|
test_copy_struct_from_user | |
read_default_ldt | |
clear_rseq_cs | |
COMPAT_SYSCALL_DEFINE5 | |
keyctl_pkey_query | Query information about an asymmetric key. |
copy_fid_to_user | |
padzero | We need to explicitly zero any fractional pagesafter the data section (i.e. bss). This wouldcontain the junk from the file that should notbe in memory |
load_elf_binary | |
elf_fdpic_map_file_by_direct_mmap | map a binary by direct mmap() of the individual PT_LOAD segments |
load_flat_file | |
iov_iter_zero |
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 |