aboutsummaryrefslogtreecommitdiff
path: root/linux-user/i386/target_mman.h
blob: cc3382007fe49c952f2a0df5a0f9cba86101dc15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * arch/x86/include/asm/processor.h:
 * TASK_UNMAPPED_BASE         __TASK_UNMAPPED_BASE(TASK_SIZE_LOW)
 * __TASK_UNMAPPED_BASE(S)    PAGE_ALIGN(S / 3)
 *
 * arch/x86/include/asm/page_32_types.h:
 * TASK_SIZE_LOW              TASK_SIZE
 * TASK_SIZE                  __PAGE_OFFSET
 * __PAGE_OFFSET              CONFIG_PAGE_OFFSET
 * CONFIG_PAGE_OFFSET         0xc0000000 (default in Kconfig)
 */
#define TASK_UNMAPPED_BASE    0x40000000

#include "../generic/target_mman.h"