arch/mips/include/asm/mach-cobalt/mach-gt64120.h

Source file repositories/reference/linux-study-clean/arch/mips/include/asm/mach-cobalt/mach-gt64120.h

File Facts

System
Linux kernel
Corpus path
arch/mips/include/asm/mach-cobalt/mach-gt64120.h
Extension
.h
Size
330 bytes
Lines
15
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 _COBALT_MACH_GT64120_H
#define _COBALT_MACH_GT64120_H

/*
 * Cobalt uses GT64111. GT64111 is almost the same as GT64120.
 */

#define GT64120_BASE	CKSEG1ADDR(GT_DEF_BASE)

#endif /* _COBALT_MACH_GT64120_H */

Annotation

Implementation Notes