2023-08-03 00:29:40 +03:00
|
|
|
/*
|
|
|
|
* arch/hexgon/include/asm/processor.h
|
|
|
|
* TASK_UNMAPPED_BASE PAGE_ALIGN(TASK_SIZE / 3)
|
|
|
|
*
|
|
|
|
* arch/hexagon/include/asm/mem-layout.h
|
|
|
|
* TASK_SIZE PAGE_OFFSET
|
|
|
|
* PAGE_OFFSET 0xc0000000
|
|
|
|
*/
|
|
|
|
#define TASK_UNMAPPED_BASE 0x40000000
|
|
|
|
|
2023-08-03 01:17:33 +03:00
|
|
|
/* arch/hexagon/include/asm/elf.h */
|
|
|
|
#define ELF_ET_DYN_BASE 0x08000000
|
|
|
|
|
2022-09-06 03:08:35 +03:00
|
|
|
#include "../generic/target_mman.h"
|