Home
last modified time | relevance | path

Searched refs:DEFAULT_MAP_BASE (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/asm-parisc/
Dprocessor.h43 #define DEFAULT_MAP_BASE (0x40000000UL) macro
137 map_base: DEFAULT_MAP_BASE, \
/linux-2.4.37.9/include/asm-ia64/
Dprocessor.h32 #define DEFAULT_MAP_BASE 0x2000000000000000 macro
301 DEFAULT_MAP_BASE, /* map_base */ \
/linux-2.4.37.9/arch/ia64/kernel/
Dprocess.c524 current->thread.map_base = DEFAULT_MAP_BASE; in arch_kernel_thread()
/linux-2.4.37.9/arch/ia64/ia32/
Dsys_ia32.c161 current->thread.map_base = DEFAULT_MAP_BASE; in sys32_execve()