Go to the documentation of this file. 1 #ifndef _ASM_CRIS_ARCH_PAGE_H
2 #define _ASM_CRIS_ARCH_PAGE_H
7 #define PAGE_OFFSET KSEG_C
14 #define __pa(x) ((unsigned long)(x) & 0x7fffffff)
15 #define __va(x) ((void *)((unsigned long)(x) | 0x80000000))
17 #define VM_STACK_DEFAULT_FLAGS (VM_READ | VM_WRITE | \
18 VM_MAYREAD | VM_MAYWRITE)