/openbmc/qemu/linux-user/ppc/ |
H A D | target_mman.h | 22 #define ELF_ET_DYN_BASE 0x100000000ull macro 24 #define ELF_ET_DYN_BASE 0x000400000 macro
|
/openbmc/qemu/linux-user/sparc/ |
H A D | target_mman.h | 28 #define ELF_ET_DYN_BASE 0x78000000 macro 30 #define ELF_ET_DYN_BASE 0x0000010000000000ull macro
|
/openbmc/linux/fs/ |
H A D | compat_binfmt_elf.c | 89 #undef ELF_ET_DYN_BASE 90 #define ELF_ET_DYN_BASE COMPAT_ELF_ET_DYN_BASE macro
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | elf.h | 82 #define ELF_ET_DYN_BASE 0xD0000000UL macro 84 #define ELF_ET_DYN_BASE 0x0D800000UL macro
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | elf.h | 131 #define ELF_ET_DYN_BASE (2 * TASK_SIZE_64 / 3) macro 133 #define ELF_ET_DYN_BASE (2 * DEFAULT_MAP_WINDOW_64 / 3) macro
|
/openbmc/qemu/linux-user/m68k/ |
H A D | target_mman.h | 4 #define ELF_ET_DYN_BASE 0xD0000000 macro
|
/openbmc/qemu/linux-user/i386/ |
H A D | target_mman.h | 15 #define ELF_ET_DYN_BASE 0x00400000 macro
|
/openbmc/qemu/linux-user/openrisc/ |
H A D | target_mman.h | 9 #define ELF_ET_DYN_BASE 0x08000000 macro
|
/openbmc/qemu/linux-user/microblaze/ |
H A D | target_mman.h | 10 #define ELF_ET_DYN_BASE 0x08000000 macro
|
/openbmc/qemu/linux-user/s390x/ |
H A D | target_mman.h | 19 #define ELF_ET_DYN_BASE (((1ull << 42) / 3 * 2) & ~0xffffffffull) macro
|
/openbmc/qemu/linux-user/hexagon/ |
H A D | target_mman.h | 12 #define ELF_ET_DYN_BASE 0x08000000 macro
|
/openbmc/qemu/linux-user/arm/ |
H A D | target_mman.h | 10 #define ELF_ET_DYN_BASE 0x00400000 macro
|
/openbmc/qemu/linux-user/sh4/ |
H A D | target_mman.h | 6 #define ELF_ET_DYN_BASE (TASK_UNMAPPED_BASE * 2) macro
|
/openbmc/qemu/linux-user/riscv/ |
H A D | target_mman.h | 9 #define ELF_ET_DYN_BASE (TASK_UNMAPPED_BASE * 2) macro
|
/openbmc/qemu/linux-user/x86_64/ |
H A D | target_mman.h | 14 #define ELF_ET_DYN_BASE (TASK_UNMAPPED_BASE * 2) macro
|
/openbmc/qemu/linux-user/loongarch64/ |
H A D | target_mman.h | 10 #define ELF_ET_DYN_BASE (TASK_UNMAPPED_BASE * 2) macro
|
/openbmc/qemu/linux-user/aarch64/ |
H A D | target_mman.h | 18 #define ELF_ET_DYN_BASE TARGET_PAGE_ALIGN((1ull << 48) / 3 * 2) macro
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | target_mman.h | 24 #define ELF_ET_DYN_BASE \ macro
|
/openbmc/qemu/linux-user/mips/ |
H A D | target_mman.h | 25 #define ELF_ET_DYN_BASE (TASK_UNMAPPED_BASE * 2) macro
|
/openbmc/qemu/linux-user/alpha/ |
H A D | target_mman.h | 32 #define ELF_ET_DYN_BASE (TASK_UNMAPPED_BASE + 0x1000000) macro
|
/openbmc/qemu/linux-user/hppa/ |
H A D | target_mman.h | 31 #define ELF_ET_DYN_BASE (TASK_UNMAPPED_BASE + 0x01000000) macro
|
/openbmc/linux/arch/openrisc/include/asm/ |
H A D | elf.h | 33 #define ELF_ET_DYN_BASE (0x08000000) macro
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | elf.h | 50 #define ELF_ET_DYN_BASE (2UL * TASK_SIZE / 3) macro
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | elf.h | 68 #define ELF_ET_DYN_BASE 0x0UL macro
|
/openbmc/qemu/linux-user/ |
H A D | main.c | 879 if (ELF_ET_DYN_BASE < reserved_va) { in main() 880 elf_et_dyn_base = ELF_ET_DYN_BASE; in main() 885 } else if (ELF_ET_DYN_BASE < UINTPTR_MAX) { in main() 886 elf_et_dyn_base = ELF_ET_DYN_BASE; in main()
|