move eventfd stuff out to own file
[trinity.git] / include / arch-aarch64.h
blobbaab2a7925dc9e41c57648b8b1a297a36a8c3f10
1 #pragma once
3 #define PAGE_OFFSET 0xffffffc000000000UL
4 #define TASK_SIZE (1UL << 39)
5 #define MODULE_ADDR (PAGE_OFFSET - 0x04000000)
6 #define KERNEL_ADDR (PAGE_OFFSET + 0x80000)
8 /* PAGE_SHIFT is 16 ifdef CONFIG_ARM64_64K_PAGES */
9 #define PAGE_SHIFT 12
10 #define PTE_FILE_MAX_BITS 60
12 #define PTRACE_GETREGS 0
13 #define PTRACE_GETFPREGS 0
14 #define PTRACE_SETREGS 0
15 #define PTRACE_SETFPREGS 0
17 #define SYSCALLS syscalls_aarch64