arch/hexagon/include/asm/fixmap.h

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

File Facts

System
Linux kernel
Corpus path
arch/hexagon/include/asm/fixmap.h
Extension
.h
Size
369 bytes
Lines
19
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_FIXMAP_H
#define _ASM_FIXMAP_H

/*
 * A lot of the fixmap info is already in mem-layout.h
 */
#include <asm/mem-layout.h>

#include <asm-generic/fixmap.h>

#endif

Annotation

Implementation Notes