arch/mips/sgi-ip27/ip27-common.h

Source file repositories/reference/linux-study-clean/arch/mips/sgi-ip27/ip27-common.h

File Facts

System
Linux kernel
Corpus path
arch/mips/sgi-ip27/ip27-common.h
Extension
.h
Size
638 bytes
Lines
23
Domain
Architecture Layer
Bucket
arch/mips
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 __IP27_COMMON_H
#define __IP27_COMMON_H

extern nasid_t master_nasid;

extern void cpu_node_probe(void);
extern void hub_rt_clock_event_init(void);
extern void hub_rtc_init(nasid_t nasid);
extern void install_cpu_nmi_handler(int slice);
extern void install_ipi(void);
extern void ip27_be_init(void);
extern void ip27_reboot_setup(void);
extern const struct plat_smp_ops ip27_smp_ops;
extern unsigned long node_getfirstfree(nasid_t nasid);
extern void per_cpu_init(void);
extern void replicate_kernel_text(void);
extern void setup_replication_mask(void);


#endif /* __IP27_COMMON_H */

Annotation

Implementation Notes