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 */ 17