Searched refs:TASK_UNMAPPED_BASE (Results 1 – 20 of 20) sorted by relevance
6 #define TASK_UNMAPPED_BASE \ macro10 #define ELF_ET_DYN_BASE (TASK_UNMAPPED_BASE * 2)
5 #define TASK_UNMAPPED_BASE \ macro9 #define ELF_ET_DYN_BASE (TASK_UNMAPPED_BASE * 2)
2 #define TASK_UNMAPPED_BASE \ macro6 #define ELF_ET_DYN_BASE (TASK_UNMAPPED_BASE * 2)
10 #define TASK_UNMAPPED_BASE \ macro14 #define ELF_ET_DYN_BASE (TASK_UNMAPPED_BASE * 2)
15 #define TASK_UNMAPPED_BASE 0x0000100000000000ull macro17 #define TASK_UNMAPPED_BASE 0x40000000 macro
17 #define TASK_UNMAPPED_BASE 0x70000000 macro19 #define TASK_UNMAPPED_BASE (1ull << (TARGET_VIRT_ADDR_SPACE_BITS - 2)) macro
21 #define TASK_UNMAPPED_BASE \ macro25 #define ELF_ET_DYN_BASE (TASK_UNMAPPED_BASE * 2)
29 #define TASK_UNMAPPED_BASE 0x20000000000ull macro32 #define ELF_ET_DYN_BASE (TASK_UNMAPPED_BASE + 0x1000000)
28 #define TASK_UNMAPPED_BASE 0x40000000 macro31 #define ELF_ET_DYN_BASE (TASK_UNMAPPED_BASE + 0x01000000)
9 #define TASK_UNMAPPED_BASE 0x40000000 macro
12 #define TASK_UNMAPPED_BASE 0x40000000 macro
2 #define TASK_UNMAPPED_BASE 0xC0000000 macro
7 #define TASK_UNMAPPED_BASE 0x48000000 macro
7 #define TASK_UNMAPPED_BASE 0x40000000 macro
6 #define TASK_UNMAPPED_BASE 0x30000000 macro
9 #define TASK_UNMAPPED_BASE (1ull << 41) macro
15 #define TASK_UNMAPPED_BASE (1ull << (48 - 2)) macro
21 #define TASK_UNMAPPED_BASE (1u << (TARGET_VIRT_ADDR_SPACE_BITS - 1)) macro
246 # define TASK_UNMAPPED_BASE (1ul << 38) macro248 # define TASK_UNMAPPED_BASE 0x40000000 macro250 abi_ulong mmap_next_start = TASK_UNMAPPED_BASE;335 if (start == mmap_next_start && addr >= TASK_UNMAPPED_BASE) { in mmap_find_vma_aligned()
863 if (TASK_UNMAPPED_BASE < reserved_va) { in main()864 task_unmapped_base = TASK_UNMAPPED_BASE; in main()869 } else if (TASK_UNMAPPED_BASE < UINTPTR_MAX) { in main()870 task_unmapped_base = TASK_UNMAPPED_BASE; in main()
Completed in 27 milliseconds