blob: f8db4781a4c21f75c0d0f6a09cf416df3b874065 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002 * S390 version
3 *
4 * Derived from "include/asm-i386/elf.h"
5 */
6
7#ifndef __ASMS390_ELF_H
8#define __ASMS390_ELF_H
9
10/* s390 relocations defined by the ABIs */
11#define R_390_NONE 0 /* No reloc. */
12#define R_390_8 1 /* Direct 8 bit. */
13#define R_390_12 2 /* Direct 12 bit. */
14#define R_390_16 3 /* Direct 16 bit. */
15#define R_390_32 4 /* Direct 32 bit. */
16#define R_390_PC32 5 /* PC relative 32 bit. */
17#define R_390_GOT12 6 /* 12 bit GOT offset. */
18#define R_390_GOT32 7 /* 32 bit GOT offset. */
19#define R_390_PLT32 8 /* 32 bit PC relative PLT address. */
20#define R_390_COPY 9 /* Copy symbol at runtime. */
21#define R_390_GLOB_DAT 10 /* Create GOT entry. */
22#define R_390_JMP_SLOT 11 /* Create PLT entry. */
23#define R_390_RELATIVE 12 /* Adjust by program base. */
24#define R_390_GOTOFF32 13 /* 32 bit offset to GOT. */
25#define R_390_GOTPC 14 /* 32 bit PC rel. offset to GOT. */
26#define R_390_GOT16 15 /* 16 bit GOT offset. */
27#define R_390_PC16 16 /* PC relative 16 bit. */
28#define R_390_PC16DBL 17 /* PC relative 16 bit shifted by 1. */
29#define R_390_PLT16DBL 18 /* 16 bit PC rel. PLT shifted by 1. */
30#define R_390_PC32DBL 19 /* PC relative 32 bit shifted by 1. */
31#define R_390_PLT32DBL 20 /* 32 bit PC rel. PLT shifted by 1. */
32#define R_390_GOTPCDBL 21 /* 32 bit PC rel. GOT shifted by 1. */
33#define R_390_64 22 /* Direct 64 bit. */
34#define R_390_PC64 23 /* PC relative 64 bit. */
35#define R_390_GOT64 24 /* 64 bit GOT offset. */
36#define R_390_PLT64 25 /* 64 bit PC relative PLT address. */
37#define R_390_GOTENT 26 /* 32 bit PC rel. to GOT entry >> 1. */
38#define R_390_GOTOFF16 27 /* 16 bit offset to GOT. */
39#define R_390_GOTOFF64 28 /* 64 bit offset to GOT. */
40#define R_390_GOTPLT12 29 /* 12 bit offset to jump slot. */
41#define R_390_GOTPLT16 30 /* 16 bit offset to jump slot. */
42#define R_390_GOTPLT32 31 /* 32 bit offset to jump slot. */
43#define R_390_GOTPLT64 32 /* 64 bit offset to jump slot. */
44#define R_390_GOTPLTENT 33 /* 32 bit rel. offset to jump slot. */
45#define R_390_PLTOFF16 34 /* 16 bit offset from GOT to PLT. */
46#define R_390_PLTOFF32 35 /* 32 bit offset from GOT to PLT. */
47#define R_390_PLTOFF64 36 /* 16 bit offset from GOT to PLT. */
48#define R_390_TLS_LOAD 37 /* Tag for load insn in TLS code. */
49#define R_390_TLS_GDCALL 38 /* Tag for function call in general
50 dynamic TLS code. */
51#define R_390_TLS_LDCALL 39 /* Tag for function call in local
52 dynamic TLS code. */
53#define R_390_TLS_GD32 40 /* Direct 32 bit for general dynamic
54 thread local data. */
55#define R_390_TLS_GD64 41 /* Direct 64 bit for general dynamic
56 thread local data. */
57#define R_390_TLS_GOTIE12 42 /* 12 bit GOT offset for static TLS
58 block offset. */
59#define R_390_TLS_GOTIE32 43 /* 32 bit GOT offset for static TLS
60 block offset. */
61#define R_390_TLS_GOTIE64 44 /* 64 bit GOT offset for static TLS
62 block offset. */
63#define R_390_TLS_LDM32 45 /* Direct 32 bit for local dynamic
64 thread local data in LD code. */
65#define R_390_TLS_LDM64 46 /* Direct 64 bit for local dynamic
66 thread local data in LD code. */
67#define R_390_TLS_IE32 47 /* 32 bit address of GOT entry for
68 negated static TLS block offset. */
69#define R_390_TLS_IE64 48 /* 64 bit address of GOT entry for
70 negated static TLS block offset. */
71#define R_390_TLS_IEENT 49 /* 32 bit rel. offset to GOT entry for
72 negated static TLS block offset. */
73#define R_390_TLS_LE32 50 /* 32 bit negated offset relative to
74 static TLS block. */
75#define R_390_TLS_LE64 51 /* 64 bit negated offset relative to
76 static TLS block. */
77#define R_390_TLS_LDO32 52 /* 32 bit offset relative to TLS
78 block. */
79#define R_390_TLS_LDO64 53 /* 64 bit offset relative to TLS
80 block. */
81#define R_390_TLS_DTPMOD 54 /* ID of module containing symbol. */
82#define R_390_TLS_DTPOFF 55 /* Offset in TLS block. */
83#define R_390_TLS_TPOFF 56 /* Negate offset in static TLS
84 block. */
85#define R_390_20 57 /* Direct 20 bit. */
86#define R_390_GOT20 58 /* 20 bit GOT offset. */
87#define R_390_GOTPLT20 59 /* 20 bit offset to jump slot. */
88#define R_390_TLS_GOTIE20 60 /* 20 bit GOT offset for static TLS
89 block offset. */
90/* Keep this the last entry. */
91#define R_390_NUM 61
92
Heiko Carstensea2a4d32009-10-06 10:34:13 +020093/* Bits present in AT_HWCAP. */
94#define HWCAP_S390_ESAN3 1
95#define HWCAP_S390_ZARCH 2
96#define HWCAP_S390_STFLE 4
97#define HWCAP_S390_MSA 8
98#define HWCAP_S390_LDISP 16
99#define HWCAP_S390_EIMM 32
100#define HWCAP_S390_DFP 64
101#define HWCAP_S390_HPAGE 128
102#define HWCAP_S390_ETF3EH 256
103#define HWCAP_S390_HIGH_GPRS 512
Martin Schwidefskyd35339a2012-07-31 11:03:04 +0200104#define HWCAP_S390_TE 1024
Martin Schwidefsky80703612014-10-06 17:53:53 +0200105#define HWCAP_S390_VXRS 2048
Heiko Carstensea2a4d32009-10-06 10:34:13 +0200106
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700108 * These are used to set parameters in the core dumps.
109 */
Heiko Carstensf4815ac2012-05-23 16:24:51 +0200110#ifndef CONFIG_64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700111#define ELF_CLASS ELFCLASS32
Heiko Carstensf4815ac2012-05-23 16:24:51 +0200112#else /* CONFIG_64BIT */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700113#define ELF_CLASS ELFCLASS64
Heiko Carstensf4815ac2012-05-23 16:24:51 +0200114#endif /* CONFIG_64BIT */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700115#define ELF_DATA ELFDATA2MSB
116#define ELF_ARCH EM_S390
117
118/*
David Woodhouse124b51c2006-09-16 12:15:46 -0700119 * ELF register definitions..
120 */
121
122#include <asm/ptrace.h>
Heiko Carstense4371f602013-04-20 14:05:42 +0200123#include <asm/compat.h>
Martin Schwidefsky61649882013-04-24 12:58:39 +0200124#include <asm/syscall.h>
David Woodhouse124b51c2006-09-16 12:15:46 -0700125#include <asm/user.h>
126
127typedef s390_fp_regs elf_fpregset_t;
128typedef s390_regs elf_gregset_t;
129
Martin Schwidefsky63506c42008-07-14 09:58:54 +0200130typedef s390_fp_regs compat_elf_fpregset_t;
131typedef s390_compat_regs compat_elf_gregset_t;
132
David Woodhouse124b51c2006-09-16 12:15:46 -0700133#include <linux/sched.h> /* for task_struct */
Martin Schwidefsky146e4b32008-02-09 18:24:35 +0100134#include <asm/mmu_context.h>
David Woodhouse124b51c2006-09-16 12:15:46 -0700135
Martin Schwidefskyb0206322008-12-25 13:38:36 +0100136#include <asm/vdso.h>
137
138extern unsigned int vdso_enabled;
139
David Woodhouse124b51c2006-09-16 12:15:46 -0700140/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141 * This is used to ensure we don't load something for the wrong architecture.
142 */
143#define elf_check_arch(x) \
144 (((x)->e_machine == EM_S390 || (x)->e_machine == EM_S390_OLD) \
145 && (x)->e_ident[EI_CLASS] == ELF_CLASS)
Martin Schwidefsky63506c42008-07-14 09:58:54 +0200146#define compat_elf_check_arch(x) \
147 (((x)->e_machine == EM_S390 || (x)->e_machine == EM_S390_OLD) \
148 && (x)->e_ident[EI_CLASS] == ELF_CLASS)
149#define compat_start_thread start_thread31
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150
151/* For SVR4/S390 the function pointer to be registered with `atexit` is
152 passed in R14. */
153#define ELF_PLAT_INIT(_r, load_addr) \
154 do { \
155 _r->gprs[14] = 0; \
156 } while (0)
157
Martin Schwidefsky63506c42008-07-14 09:58:54 +0200158#define CORE_DUMP_USE_REGSET
Linus Torvalds1da177e2005-04-16 15:20:36 -0700159#define ELF_EXEC_PAGESIZE 4096
160
161/* This is the location that an ET_DYN program is loaded if exec'ed. Typical
162 use of this is to invoke "./ld.so someprog" to test out a new version of
163 the loader. We need to make sure that it is out of the way of the program
Kees Cookc6f5b002015-04-14 15:48:04 -0700164 that it will "exec", and that there is sufficient room for the brk. 64-bit
165 tasks are aligned to 4GB. */
Martin Schwidefsky1f6b83e2015-01-14 17:51:17 +0100166extern unsigned long randomize_et_dyn(void);
Kees Cookc6f5b002015-04-14 15:48:04 -0700167#define ELF_ET_DYN_BASE (randomize_et_dyn() + (is_32bit_task() ? \
168 (STACK_TOP / 3 * 2) : \
169 (STACK_TOP / 3 * 2) & ~((1UL << 32) - 1)))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700170
Linus Torvalds1da177e2005-04-16 15:20:36 -0700171/* This yields a mask that user programs can use to figure out what
172 instruction set this CPU supports. */
173
Martin Schwidefskycf8ba7a2007-05-04 18:48:28 +0200174extern unsigned long elf_hwcap;
175#define ELF_HWCAP (elf_hwcap)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176
177/* This yields a string that ld.so will use to load implementation
178 specific libraries for optimization. This is more specific in
179 intent than poking at uname or /proc/cpuinfo.
180
181 For the moment, we have only optimizations for the Intel generations,
182 but that could change... */
183
Martin Schwidefskycf8ba7a2007-05-04 18:48:28 +0200184#define ELF_PLATFORM_SIZE 8
185extern char elf_platform[];
186#define ELF_PLATFORM (elf_platform)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700187
Martin Schwidefsky61649882013-04-24 12:58:39 +0200188#ifndef CONFIG_COMPAT
189#define SET_PERSONALITY(ex) \
190do { \
191 set_personality(PER_LINUX | \
192 (current->personality & (~PER_MASK))); \
193 current_thread_info()->sys_call_table = \
194 (unsigned long) &sys_call_table; \
195} while (0)
196#else /* CONFIG_COMPAT */
Heiko Carstens03e4c492009-01-23 16:40:23 +0100197#define SET_PERSONALITY(ex) \
198do { \
199 if (personality(current->personality) != PER_LINUX32) \
Martin Schwidefskyf9783ec2011-09-26 16:40:33 +0200200 set_personality(PER_LINUX | \
201 (current->personality & ~PER_MASK)); \
Martin Schwidefsky61649882013-04-24 12:58:39 +0200202 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) { \
Heiko Carstens03e4c492009-01-23 16:40:23 +0100203 set_thread_flag(TIF_31BIT); \
Martin Schwidefsky61649882013-04-24 12:58:39 +0200204 current_thread_info()->sys_call_table = \
205 (unsigned long) &sys_call_table_emu; \
206 } else { \
Heiko Carstens03e4c492009-01-23 16:40:23 +0100207 clear_thread_flag(TIF_31BIT); \
Martin Schwidefsky61649882013-04-24 12:58:39 +0200208 current_thread_info()->sys_call_table = \
209 (unsigned long) &sys_call_table; \
210 } \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211} while (0)
Martin Schwidefsky61649882013-04-24 12:58:39 +0200212#endif /* CONFIG_COMPAT */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213
Martin Schwidefsky1f6b83e2015-01-14 17:51:17 +0100214extern unsigned long mmap_rnd_mask;
215
Martin Schwidefskye143fa92015-03-13 11:19:09 +0100216#define STACK_RND_MASK (test_thread_flag(TIF_31BIT) ? 0x7ff : mmap_rnd_mask)
Heiko Carstens9046e402011-01-12 09:55:22 +0100217
Martin Schwidefskyb0206322008-12-25 13:38:36 +0100218#define ARCH_DLINFO \
219do { \
220 if (vdso_enabled) \
221 NEW_AUX_ENT(AT_SYSINFO_EHDR, \
222 (unsigned long)current->mm->context.vdso_base); \
223} while (0)
224
225struct linux_binprm;
226
227#define ARCH_HAS_SETUP_ADDITIONAL_PAGES 1
228int arch_setup_additional_pages(struct linux_binprm *, int);
229
Heiko Carstens33519182011-01-12 09:55:30 +0100230extern unsigned long arch_randomize_brk(struct mm_struct *mm);
231#define arch_randomize_brk arch_randomize_brk
232
Michael Holzheua62bc072014-10-06 17:57:43 +0200233void *fill_cpu_elf_notes(void *ptr, struct save_area *sa, __vector128 *vxrs);
Heiko Carstens6b563d82012-09-14 14:11:32 +0200234
Linus Torvalds1da177e2005-04-16 15:20:36 -0700235#endif