boot_map          637 arch/x86/boot/compressed/eboot.c 	struct efi_boot_memmap boot_map;
boot_map          642 arch/x86/boot/compressed/eboot.c 	boot_map.map		= ↦
boot_map          643 arch/x86/boot/compressed/eboot.c 	boot_map.map_size	= &map_size;
boot_map          644 arch/x86/boot/compressed/eboot.c 	boot_map.desc_size	= &desc_size;
boot_map          645 arch/x86/boot/compressed/eboot.c 	boot_map.desc_ver	= NULL;
boot_map          646 arch/x86/boot/compressed/eboot.c 	boot_map.key_ptr	= NULL;
boot_map          647 arch/x86/boot/compressed/eboot.c 	boot_map.buff_size	= &buff_size;
boot_map          649 arch/x86/boot/compressed/eboot.c 	status = efi_get_memory_map(sys_table, &boot_map);
boot_map          140 drivers/firmware/efi/libstub/efi-stub-helper.c 	struct efi_boot_memmap boot_map;
boot_map          142 drivers/firmware/efi/libstub/efi-stub-helper.c 	boot_map.map =		(efi_memory_desc_t **)&map.map;
boot_map          143 drivers/firmware/efi/libstub/efi-stub-helper.c 	boot_map.map_size =	&map_size;
boot_map          144 drivers/firmware/efi/libstub/efi-stub-helper.c 	boot_map.desc_size =	&map.desc_size;
boot_map          145 drivers/firmware/efi/libstub/efi-stub-helper.c 	boot_map.desc_ver =	NULL;
boot_map          146 drivers/firmware/efi/libstub/efi-stub-helper.c 	boot_map.key_ptr =	NULL;
boot_map          147 drivers/firmware/efi/libstub/efi-stub-helper.c 	boot_map.buff_size =	&buff_size;
boot_map          149 drivers/firmware/efi/libstub/efi-stub-helper.c 	status = efi_get_memory_map(sys_table_arg, &boot_map);
boot_map          180 drivers/firmware/efi/libstub/efi-stub-helper.c 	struct efi_boot_memmap boot_map;
boot_map          182 drivers/firmware/efi/libstub/efi-stub-helper.c 	boot_map.map =		↦
boot_map          183 drivers/firmware/efi/libstub/efi-stub-helper.c 	boot_map.map_size =	&map_size;
boot_map          184 drivers/firmware/efi/libstub/efi-stub-helper.c 	boot_map.desc_size =	&desc_size;
boot_map          185 drivers/firmware/efi/libstub/efi-stub-helper.c 	boot_map.desc_ver =	NULL;
boot_map          186 drivers/firmware/efi/libstub/efi-stub-helper.c 	boot_map.key_ptr =	NULL;
boot_map          187 drivers/firmware/efi/libstub/efi-stub-helper.c 	boot_map.buff_size =	&buff_size;
boot_map          189 drivers/firmware/efi/libstub/efi-stub-helper.c 	status = efi_get_memory_map(sys_table_arg, &boot_map);
boot_map          274 drivers/firmware/efi/libstub/efi-stub-helper.c 	struct efi_boot_memmap boot_map;
boot_map          276 drivers/firmware/efi/libstub/efi-stub-helper.c 	boot_map.map =		↦
boot_map          277 drivers/firmware/efi/libstub/efi-stub-helper.c 	boot_map.map_size =	&map_size;
boot_map          278 drivers/firmware/efi/libstub/efi-stub-helper.c 	boot_map.desc_size =	&desc_size;
boot_map          279 drivers/firmware/efi/libstub/efi-stub-helper.c 	boot_map.desc_ver =	NULL;
boot_map          280 drivers/firmware/efi/libstub/efi-stub-helper.c 	boot_map.key_ptr =	NULL;
boot_map          281 drivers/firmware/efi/libstub/efi-stub-helper.c 	boot_map.buff_size =	&buff_size;
boot_map          283 drivers/firmware/efi/libstub/efi-stub-helper.c 	status = efi_get_memory_map(sys_table_arg, &boot_map);