]> git.proxmox.com Git - mirror_qemu.git/blame - linux-user/arm/target_mman.h
Merge tag 'pull-ufs-20231030' of https://gitlab.com/jeuk20.kim/qemu into staging
[mirror_qemu.git] / linux-user / arm / target_mman.h
CommitLineData
2d708164
RH
1/*
2 * arch/arm/include/asm/memory.h
3 * TASK_UNMAPPED_BASE ALIGN(TASK_SIZE / 3, SZ_16M)
4 * TASK_SIZE CONFIG_PAGE_OFFSET
5 * CONFIG_PAGE_OFFSET 0xC0000000 (default in Kconfig)
6 */
7#define TASK_UNMAPPED_BASE 0x40000000
8
da2b71fa
RH
9/* arch/arm/include/asm/elf.h */
10#define ELF_ET_DYN_BASE 0x00400000
11
9f22020b 12#include "../generic/target_mman.h"