Richard Henderson | 2d70816 | 2023-08-02 14:29:40 -0700 | [diff] [blame] | 1 | /* |
| 2 | * arch/hexgon/include/asm/processor.h |
| 3 | * TASK_UNMAPPED_BASE PAGE_ALIGN(TASK_SIZE / 3) |
| 4 | * |
| 5 | * arch/hexagon/include/asm/mem-layout.h |
| 6 | * TASK_SIZE PAGE_OFFSET |
| 7 | * PAGE_OFFSET 0xc0000000 |
| 8 | */ |
| 9 | #define TASK_UNMAPPED_BASE 0x40000000 |
| 10 | |
Richard Henderson | da2b71f | 2023-08-02 15:17:33 -0700 | [diff] [blame] | 11 | /* arch/hexagon/include/asm/elf.h */ |
| 12 | #define ELF_ET_DYN_BASE 0x08000000 |
| 13 | |
Ilya Leoshkevich | 9f22020 | 2022-09-06 02:08:35 +0200 | [diff] [blame] | 14 | #include "../generic/target_mman.h" |