Go to the documentation of this file. 1 #ifndef _ASM_CRIS_ARCH_PGTABLE_H
2 #define _ASM_CRIS_ARCH_PGTABLE_H
7 #ifdef CONFIG_CRIS_MACH_ARTPEC3
8 #define VMALLOC_START KSEG_E
9 #define VMALLOC_END KSEG_F
11 #define VMALLOC_START KSEG_D
12 #define VMALLOC_END KSEG_E
15 #define VMALLOC_VMADDR(x) ((unsigned long)(x))