arch/hexagon/include/uapi/asm/param.h

Source file repositories/reference/linux-study-clean/arch/hexagon/include/uapi/asm/param.h

File Facts

System
Linux kernel
Corpus path
arch/hexagon/include/uapi/asm/param.h
Extension
.h
Size
931 bytes
Lines
28
Domain
Architecture Layer
Bucket
arch/hexagon
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_PARAM_H
#define _ASM_PARAM_H

#define EXEC_PAGESIZE	16384

#include <asm-generic/param.h>

#endif

Annotation

Implementation Notes