arch/s390/include/asm/asm-prototypes.h

Source file repositories/reference/linux-study-clean/arch/s390/include/asm/asm-prototypes.h

File Facts

System
Linux kernel
Corpus path
arch/s390/include/asm/asm-prototypes.h
Extension
.h
Size
275 bytes
Lines
12
Domain
Architecture Layer
Bucket
arch/s390
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_S390_PROTOTYPES_H

#include <linux/kvm_host.h>
#include <linux/ftrace.h>
#include <asm/bug.h>
#include <asm/fpu.h>
#include <asm/nospec-branch.h>
#include <asm-generic/asm-prototypes.h>

#endif /* _ASM_S390_PROTOTYPES_H */

Annotation

Implementation Notes