arch/mips/n64/Platform

Source file repositories/reference/linux-study-clean/arch/mips/n64/Platform

File Facts

System
Linux kernel
Corpus path
arch/mips/n64/Platform
Extension
[no extension]
Size
195 bytes
Lines
8
Domain
Architecture Layer
Bucket
arch/mips
Inferred role
Architecture Layer: arch/mips
Status
atlas-only

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

# SPDX-License-Identifier: GPL-2.0
#
# Nintendo 64
#

cflags-$(CONFIG_MACH_NINTENDO64)    += -I$(srctree)/arch/mips/include/asm/mach-n64
load-$(CONFIG_MACH_NINTENDO64)      += 0xffffffff80101000

Annotation

Implementation Notes