]> Git Repo - linux.git/blob - arch/sh/include/cpu-common/cpu/addrspace.h
Linux 6.14-rc3
[linux.git] / arch / sh / include / cpu-common / cpu / addrspace.h
1 /* SPDX-License-Identifier: GPL-2.0
2  *
3  * Definitions for the address spaces of the SH-2 CPUs.
4  *
5  * Copyright (C) 2003  Paul Mundt
6  */
7 #ifndef __ASM_CPU_SH2_ADDRSPACE_H
8 #define __ASM_CPU_SH2_ADDRSPACE_H
9
10 #define P0SEG           0x00000000
11 #define P1SEG           0x80000000
12 #define P2SEG           0xa0000000
13 #define P3SEG           0xc0000000
14 #define P4SEG           0xe0000000
15
16 #endif /* __ASM_CPU_SH2_ADDRSPACE_H */
This page took 0.032111 seconds and 4 git commands to generate.