arch/x86/include/uapi/asm/mman.h

Source file repositories/reference/linux-study-clean/arch/x86/include/uapi/asm/mman.h

File Facts

System
Linux kernel
Corpus path
arch/x86/include/uapi/asm/mman.h
Extension
.h
Size
284 bytes
Lines
11
Domain
Architecture Layer
Bucket
arch/x86
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _ASM_X86_MMAN_H
#define _ASM_X86_MMAN_H

#define MAP_32BIT	0x40		/* only give out 32bit addresses */
#define MAP_ABOVE4G	0x80		/* only map above 4GB */

#include <asm-generic/mman.h>

#endif /* _ASM_X86_MMAN_H */

Annotation

Implementation Notes