Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\nommu.c Create Date:2022-07-28 14:37:38
Last Modify:2020-03-17 21:26:27 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:SYSCALL_DEFINE1

Proto:SYSCALL_DEFINE1(old_mmap, struct mmap_arg_struct __user *, arg)

Type:

Parameter:Nothing

1370  If copy_from_user( & a, arg, size of a ) Then Return -EFAULT
1372  If offset_in_page(offset) Then Return -EINVAL
1375  Return ksys_mmap_pgoff(addr, len, prot, flags, fd, offset >> PAGE_SHIFT determines the page size )