Searched refs:map_base (Results 1 – 5 of 5) sorted by relevance
37 #define TASK_UNMAPPED_BASE (current->thread.map_base)129 unsigned long map_base; member166 .map_base = DEFAULT_MAP_BASE, \
251 current->thread.map_base = DEFAULT_MAP_BASE; \
174 u32 map_base, map_size; in tboot_create_trampoline() local177 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()
91 current->thread.map_base = DEFAULT_MAP_BASE32; \
42 #define TASK_UNMAPPED_BASE (current->thread.map_base)281 __u64 map_base; /* base address for get_unmapped_area() */ member302 .map_base = DEFAULT_MAP_BASE, \