Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\compat.h Create Date:2022-07-28 05:47:24
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:in_32bit_syscall

Proto:static inline bool in_32bit_syscall(void)

Type:bool

Parameter:Nothing

222  Return in_ia32_syscall() || in_x32_syscall()
Caller
NameDescribe
find_start_endSYSCALL_DEFINE6(mmap, unsigned long, addr, unsigned long, len,unsigned long, prot, unsigned long, flags,unsigned long, fd, unsigned long, off)long error;error = -EINVAL;if (off & ~PAGE_MASK)goto out;error = ksys_mmap_pgoff(addr, len, prot, flags, fd, off
arch_get_unmapped_area_topdown