Searched refs:TASK_SIZE (Results 1 - 25 of 146) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dkexec.h23 #define KEXEC_SOURCE_MEMORY_LIMIT TASK_SIZE
25 #define KEXEC_DESTINATION_MEMORY_LIMIT TASK_SIZE
27 #define KEXEC_CONTROL_MEMORY_LIMIT TASK_SIZE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dmem-layout.h74 #define TASK_SIZE (PAGE_OFFSET) macro
76 #define TASK_SIZE __UL(0xFFFFFFFFUL) macro
83 #define TASK_UNMAPPED_BASE __UL(TASK_SIZE / 3)
H A Dsegment.h25 #define USER_DS MAKE_MM_SEG(TASK_SIZE - 1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/
H A Dprocessor.h27 #define TASK_SIZE (0xB0000000UL) macro
29 #define TASK_SIZE (0xA0000000UL) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v10/arch/
H A Dprocessor.h32 #define TASK_SIZE (0x50000000UL) /* 1.25 GB */ macro
34 #define TASK_SIZE (0xA0000000UL) /* 2.56 GB */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dpgtable-2level.h21 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Dprocessor.h35 #define TASK_SIZE 0x7fff8000UL macro
41 #define TASK_UNMAPPED_BASE ((TASK_SIZE / 3) & ~(PAGE_SIZE))
44 #define STACK_TOP TASK_SIZE
45 #define STACK_TOP_MAX TASK_SIZE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Ddbg_stackcheck.S20 lda $0, TASK_SIZE($8)
H A Ddbg_stackkill.S26 lda $2, TASK_SIZE($2)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/mm/
H A Dmmap.c30 #define MAX_GAP (TASK_SIZE/6*5)
45 return PAGE_ALIGN(TASK_SIZE - gap - random_factor);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dmmap_64.c43 #define MAX_GAP (TASK_SIZE/6*5)
87 return PAGE_ALIGN(TASK_SIZE - gap - mmap_rnd());
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dprocessor.h52 #define TASK_SIZE 0x7fff8000UL macro
53 #define STACK_TOP ((TASK_SIZE & PAGE_MASK) - SPECIAL_PAGES_SIZE)
59 #define TASK_UNMAPPED_BASE ((TASK_SIZE / 3) & ~(PAGE_SIZE))
68 * so don't change it unless you know what you are doing. TASK_SIZE
74 #define TASK_SIZE 0x10000000000UL macro
77 TASK_SIZE32 : TASK_SIZE) & PAGE_MASK) - SPECIAL_PAGES_SIZE)
85 PAGE_ALIGN(TASK_SIZE32 / 3) : PAGE_ALIGN(TASK_SIZE / 3))
87 (test_tsk_thread_flag(tsk, TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE)
94 #define STACK_TOP_MAX TASK_SIZE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Dprocessor.h20 #define STACK_TOP TASK_SIZE
26 #define TASK_UNMAPPED_BASE (PAGE_ALIGN(TASK_SIZE / 3))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dprocessor.h21 #define TASK_SIZE (0x40000000000UL) macro
32 ((current->personality & ADDR_LIMIT_32BIT) ? 0x40000000 : TASK_SIZE / 2)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dprocessor.h40 * TASK_SIZE on MMU cpu is usually 1GB. However, on no-MMU arch, both
43 * physical memory. thus, we set TASK_SIZE == amount of total memory.
45 # define TASK_SIZE (0x81000000 - 0x80000000) macro
94 # define TASK_SIZE (CONFIG_KERNEL_START) macro
100 # define TASK_UNMAPPED_BASE (TASK_SIZE / 8 * 3)
168 # define STACK_TOP TASK_SIZE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dprocessor.h58 #define TASK_SIZE (0x80000000UL) macro
60 #define TASK_SIZE (0x00400000UL) macro
64 #define STACK_TOP TASK_SIZE
71 #define TASK_UNMAPPED_BASE PAGE_ALIGN(TASK_SIZE / 3)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/mm/
H A Delf-fdpic.c65 if (len > TASK_SIZE)
76 if (TASK_SIZE - len >= addr &&
101 limit = TASK_SIZE - len;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/mm/
H A Dmmap.c96 len >= TASK_SIZE && TASK_SIZE < (1UL << 53))
112 if (area == -ENOMEM && !is_compat_task() && TASK_SIZE < (1UL << 53)) {
134 if (area == -ENOMEM && !is_compat_task() && TASK_SIZE < (1UL << 53)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dprocessor.h39 #define TASK_SIZE __XTENSA_UL_CONST(0x40000000) macro
41 #define TASK_SIZE (PLATFORM_DEFAULT_MEM_START + PLATFORM_DEFAULT_MEM_SIZE) macro
44 #define STACK_TOP TASK_SIZE
128 #define TASK_UNMAPPED_BASE (TASK_SIZE / 2)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dprocessor.h49 #define TASK_SIZE (0xF0000000UL) macro
51 #define TASK_SIZE (0x0E000000UL) macro
54 #define TASK_SIZE (0xFFFFFFFFUL) macro
58 #define STACK_TOP TASK_SIZE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dkexec.h10 #define KEXEC_CONTROL_MEMORY_LIMIT TASK_SIZE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dmemory.h31 * TASK_SIZE - the maximum size of a user space task.
35 #define TASK_SIZE (UL(CONFIG_PAGE_OFFSET) - UL(0x01000000)) macro
44 * The module space lives between the addresses given by TASK_SIZE
54 #if TASK_SIZE > MODULES_VADDR
98 #ifndef TASK_SIZE
99 #define TASK_SIZE (CONFIG_DRAM_SIZE) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Dprocessor-generic.h96 #define TASK_SIZE (task_size) macro
104 #define STACK_TOP (TASK_SIZE - 2 * PAGE_SIZE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dum_uaccess.h14 (((unsigned long) (addr) < TASK_SIZE) && \
15 (((unsigned long) (addr) + (size)) < TASK_SIZE))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dmmap.c52 #define MAX_GAP (TASK_SIZE/6*5)
106 return PAGE_ALIGN(TASK_SIZE - gap - mmap_rnd());

Completed in 244 milliseconds

123456