arch/sparc/lib/libgcc.h

Source file repositories/reference/linux-study-clean/arch/sparc/lib/libgcc.h

File Facts

System
Linux kernel
Corpus path
arch/sparc/lib/libgcc.h
Extension
.h
Size
301 bytes
Lines
20
Domain
Architecture Layer
Bucket
arch/sparc
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

struct DWstruct {
	int high, low;
};

typedef union
{
	struct DWstruct s;
	long long ll;
} DWunion;

#endif /* __ASM_LIBGCC_H */

Annotation

Implementation Notes