Home
last modified time | relevance | path

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

/drivers/firmware/efi/libstub/
Drandom.c78 efi_memory_desc_t *memory_map; in efi_random_alloc() local
82 map.map = &memory_map; in efi_random_alloc()
98 efi_memory_desc_t *md = (void *)memory_map + map_offset; in efi_random_alloc()
121 efi_memory_desc_t *md = (void *)memory_map + map_offset; in efi_random_alloc()
140 efi_call_early(free_pool, memory_map); in efi_random_alloc()
Dfdt.c235 efi_memory_desc_t *memory_map, *runtime_map; in allocate_new_fdt_and_exit_boot() local
264 map.map = &memory_map; in allocate_new_fdt_and_exit_boot()
331 efi_memory_desc_t *p = (void *)memory_map + l; in allocate_new_fdt_and_exit_boot()
Darm-stub.c419 void efi_get_virtmap(efi_memory_desc_t *memory_map, unsigned long map_size, in efi_get_virtmap() argument
436 sort(memory_map, map_size / desc_size, desc_size, cmp_mem_desc, NULL); in efi_get_virtmap()
441 in = (void *)memory_map + l; in efi_get_virtmap()
Defistub.h46 void efi_get_virtmap(efi_memory_desc_t *memory_map, unsigned long map_size,