Searched refs:memory_map (Results 1 – 4 of 4) sorted by relevance
/drivers/firmware/efi/libstub/ |
D | random.c | 78 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()
|
D | fdt.c | 235 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()
|
D | arm-stub.c | 419 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()
|
D | efistub.h | 46 void efi_get_virtmap(efi_memory_desc_t *memory_map, unsigned long map_size,
|