Home
last modified time | relevance | path

Searched refs:boot_map (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Drelocate.c31 struct efi_boot_memmap boot_map; in efi_low_alloc_above() local
33 boot_map.map = ↦ in efi_low_alloc_above()
34 boot_map.map_size = &map_size; in efi_low_alloc_above()
35 boot_map.desc_size = &desc_size; in efi_low_alloc_above()
36 boot_map.desc_ver = NULL; in efi_low_alloc_above()
37 boot_map.key_ptr = NULL; in efi_low_alloc_above()
38 boot_map.buff_size = &buff_size; in efi_low_alloc_above()
40 status = efi_get_memory_map(&boot_map); in efi_low_alloc_above()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Dclk.h18 u32 boot_map; /* Boot Map Control Register */ member