root/arch/unicore32/include/mach/map.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0-only */
   2 /*
   3  * linux/arch/unicore32/include/mach/map.h
   4  *
   5  * Code specific to PKUnity SoC and UniCore ISA
   6  *
   7  * Copyright (C) 2001-2010 GUAN Xue-tao
   8  *
   9  *  Page table mapping constructs and function prototypes
  10  */
  11 #define MT_DEVICE               0
  12 #define MT_DEVICE_CACHED        2
  13 #define MT_KUSER                7
  14 #define MT_HIGH_VECTORS         8
  15 #define MT_MEMORY               9
  16 #define MT_ROM                  10
  17 

/* [<][>][^][v][top][bottom][index][help] */