addrspace.h 375 B

12345678910111213141516
  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. #define P0SEG 0x00000000
  10. #define P1SEG 0x80000000
  11. #define P2SEG 0xa0000000
  12. #define P3SEG 0xc0000000
  13. #define P4SEG 0xe0000000
  14. #endif /* __ASM_CPU_SH2_ADDRSPACE_H */