Searched defs:TASK_SIZE (Results 1 - 25 of 28) sorted by relevance

12

/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/frv/include/asm/
H A Dmem-layout.h74 #define TASK_SIZE (PAGE_OFFSET) macro
76 #define TASK_SIZE __UL(0xFFFFFFFFUL) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dprocessor.h40 #define TASK_SIZE (0xFFFFFFFFUL) macro
/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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dprocessor_32.h32 #define TASK_SIZE PAGE_OFFSET macro
H A Dprocessor_64.h35 #define TASK_SIZE TASK_SIZE_OF(current) macro
/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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dprocessor.h45 # define TASK_SIZE (0x81000000 - 0x80000000) macro
94 # define TASK_SIZE (CONFIG_KERNEL_START) macro
/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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dprocessor.h45 #define TASK_SIZE 0xFFFFFFFF macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dbinfmt_elfn32.c119 #undef TASK_SIZE macro
120 #define TASK_SIZE TASK_SIZE32 macro
H A Dbinfmt_elfo32.c158 #undef TASK_SIZE macro
159 #define TASK_SIZE TASK_SIZE32 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dprocessor.h66 #define TASK_SIZE 0x70000000 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dprocessor_32.h35 #define TASK_SIZE 0x7c000000UL macro
H A Dprocessor_64.h43 #define TASK_SIZE 0x7ffff000UL 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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dprocessor.h43 #define TASK_SIZE (1UL << 31) macro
51 #define TASK_SIZE TASK_SIZE_OF(current) macro
/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
/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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dmemory.h35 #define TASK_SIZE (UL(CONFIG_PAGE_OFFSET) - UL(0x01000000)) macro
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/parisc/include/asm/
H A Dprocessor.h38 #define TASK_SIZE TASK_SIZE_OF(current) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dprocessor.h166 #define TASK_SIZE ((current_thread_info()->status & TS_COMPAT) ?\ macro
169 #define TASK_SIZE TASK_SIZE_MAX macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dprocessor.h14 #define TASK_SIZE 0x80000000 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dprocessor.h93 #define TASK_SIZE (CONFIG_TASK_SIZE) macro
113 #define TASK_SIZE TASK_SIZE_OF(current) macro

Completed in 162 milliseconds

12