arch/loongarch/include/asm/entry-common.h

Source file repositories/reference/linux-study-clean/arch/loongarch/include/asm/entry-common.h

File Facts

System
Linux kernel
Corpus path
arch/loongarch/include/asm/entry-common.h
Extension
.h
Size
180 bytes
Lines
8
Domain
Architecture Layer
Bucket
arch/loongarch
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 ARCH_LOONGARCH_ENTRY_COMMON_H
#define ARCH_LOONGARCH_ENTRY_COMMON_H

#include <asm/stacktrace.h> /* For on_thread_stack() */

#endif

Annotation

Implementation Notes