arch/arm64/include/asm/scs.h
Source file repositories/reference/linux-study-clean/arch/arm64/include/asm/scs.h
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/include/asm/scs.h- Extension
.h- Size
- 1276 bytes
- Lines
- 69
- Domain
- Architecture Layer
- Bucket
- arch/arm64
- 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.
- CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.
Dependency Surface
asm/asm-offsets.hasm/sysreg.hlinux/scs.hasm/cpufeature.h
Detected Declarations
function dynamic_scs_initfunction dynamic_scs_init
Annotated Snippet
static inline void dynamic_scs_init(void) {}
#endif
enum {
EDYNSCS_INVALID_CIE_HEADER = 1,
EDYNSCS_INVALID_CIE_SDATA_SIZE = 2,
EDYNSCS_INVALID_FDE_AUGM_DATA_SIZE = 3,
EDYNSCS_INVALID_CFA_OPCODE = 4,
};
int __pi_scs_patch(const u8 eh_frame[], int size, bool skip_dry_run);
#endif /* __ASSEMBLER__ */
#endif /* _ASM_SCS_H */
Annotation
- Immediate include surface: `asm/asm-offsets.h`, `asm/sysreg.h`, `linux/scs.h`, `asm/cpufeature.h`.
- Detected declarations: `function dynamic_scs_init`, `function dynamic_scs_init`.
- Atlas domain: Architecture Layer / arch/arm64.
- Implementation status: source implementation candidate.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.