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.

Dependency Surface

Detected Declarations

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

Implementation Notes