Home
last modified time | relevance | path

Searched refs:map_base (Results 1 – 5 of 5) sorted by relevance

/arch/parisc/include/asm/
Dprocessor.h37 #define TASK_UNMAPPED_BASE (current->thread.map_base)
129 unsigned long map_base; member
166 .map_base = DEFAULT_MAP_BASE, \
Delf.h251 current->thread.map_base = DEFAULT_MAP_BASE; \
/arch/x86/kernel/
Dtboot.c174 u32 map_base, map_size; in tboot_create_trampoline() local
177 map_base = PFN_DOWN(tboot->tboot_base); in tboot_create_trampoline()
179 if (map_tboot_pages(map_base << PAGE_SHIFT, map_base, map_size)) in tboot_create_trampoline()
181 map_base, map_size); in tboot_create_trampoline()
/arch/parisc/kernel/
Dbinfmt_elf32.c91 current->thread.map_base = DEFAULT_MAP_BASE32; \
/arch/ia64/include/asm/
Dprocessor.h42 #define TASK_UNMAPPED_BASE (current->thread.map_base)
281 __u64 map_base; /* base address for get_unmapped_area() */ member
302 .map_base = DEFAULT_MAP_BASE, \