Go to the documentation of this file.
9 #include <generated/asm-offsets.h>
25 #define _UML_AC(X, Y) (Y)
27 #define __UML_AC(X, Y) (X(Y))
28 #define _UML_AC(X, Y) __UML_AC(X, Y)
31 #define STUB_START _UML_AC(, 0x100000)
32 #define STUB_CODE _UML_AC((unsigned long), STUB_START)
33 #define STUB_DATA _UML_AC((unsigned long), STUB_CODE + UM_KERN_PAGE_SIZE)
34 #define STUB_END _UML_AC((unsigned long), STUB_DATA + UM_KERN_PAGE_SIZE)
38 #include <sysdep/ptrace.h>
51 extern unsigned long end_vm;
53 extern unsigned long long highmem;