函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\elf.h Create Date:2022-07-27 06:49:11
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:True on X86_32 or when emulating IA32 on X86_64

函数原型:static inline int mmap_is_ia32(void)

返回类型:int

参数:

303  返回:IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_X86_32)或IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_COMPAT)且test_thread_flag(32-bit address space on 64 bits )
调用者
名称描述
get_align_maskAlign a virtual address to avoid aliasing in the I$ on AMD F15h.