Function report |
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 activity | Download SCCT | Chinese |
Name:in_32bit_syscall
Proto:static inline bool in_32bit_syscall(void)
Type:bool
Parameter:Nothing
222 | Return in_ia32_syscall() || in_x32_syscall() |
Name | Describe |
---|---|
find_start_end | SYSCALL_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 |
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 |