Sign in
qemu
/
qemu
/
42f81189265fdb965755f61294de9463cc22c10f
/
.
/
linux-user
/
sh4
/
target_mman.h
blob: 2d05837c2f368c3a609284ad6a6f8b6a9d3f7e14 [
file
]
/* arch/sh/include/asm/processor_32.h */
#define
TASK_UNMAPPED_BASE \
TARGET_PAGE_ALIGN
((
1ull
<<
TARGET_VIRT_ADDR_SPACE_BITS
)
/
3
)
/* arch/sh/include/asm/elf.h */
#define
ELF_ET_DYN_BASE
(
TASK_UNMAPPED_BASE
*
2
)
#include
"../generic/target_mman.h"