arch/mips/include/asm/mach-ip30/spaces.h

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

File Facts

System
Linux kernel
Corpus path
arch/mips/include/asm/mach-ip30/spaces.h
Extension
.h
Size
436 bytes
Lines
21
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 _ASM_MACH_IP30_SPACES_H
#define _ASM_MACH_IP30_SPACES_H

/*
 * Memory in IP30/Octane is offset 512MB in the physical address space.
 */
#define PHYS_OFFSET	_AC(0x20000000, UL)

#ifdef CONFIG_64BIT
#define CAC_BASE	_AC(0xA800000000000000, UL)
#endif

#include <asm/mach-generic/spaces.h>

#endif /* _ASM_MACH_IP30_SPACES_H */

Annotation

Implementation Notes