arch/sparc/include/asm/starfire.h

Source file repositories/reference/linux-study-clean/arch/sparc/include/asm/starfire.h

File Facts

System
Linux kernel
Corpus path
arch/sparc/include/asm/starfire.h
Extension
.h
Size
419 bytes
Lines
21
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

#ifndef _SPARC64_STARFIRE_H
#define _SPARC64_STARFIRE_H

#ifndef __ASSEMBLER__

extern int this_is_starfire;

void check_if_starfire(void);
void starfire_hookup(int);
unsigned int starfire_translate(unsigned long imap, unsigned int upaid);

#endif
#endif

Annotation

Implementation Notes