Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:True on X86_32 or when emulating IA32 on X86_64

Proto:static inline int mmap_is_ia32(void)

Type:int

Parameter:Nothing

303  Return 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 )
Caller
NameDescribe
get_align_maskAlign a virtual address to avoid aliasing in the I$ on AMD F15h.