/u-boot/lib/efi_loader/ |
A D | efi_memory.c | 243 int memory_type, in efi_add_memory_map_pg() argument 253 start, pages, memory_type, overlap_only_ram ? "yes" : "no"); in efi_add_memory_map_pg() 255 if (memory_type >= EFI_MAX_MEMORY_TYPE) in efi_add_memory_map_pg() 263 newlist->desc.type = memory_type; in efi_add_memory_map_pg() 268 switch (memory_type) { in efi_add_memory_map_pg() 368 return efi_add_memory_map_pg(start, pages, memory_type, false); in efi_add_memory_map() 457 efi_status_t efi_allocate_pages(int type, int memory_type, in efi_allocate_pages() argument 465 if (memory_type >= EFI_PERSISTENT_MEMORY_TYPE && in efi_allocate_pages() 466 memory_type <= 0x6FFFFFFF) in efi_allocate_pages() 497 ret = efi_add_memory_map_pg(addr, pages, memory_type, true); in efi_allocate_pages() [all …]
|
A D | efi_device_path.c | 1029 struct efi_device_path *efi_dp_from_mem(uint32_t memory_type, in efi_dp_from_mem() argument 1044 mdp->memory_type = memory_type; in efi_dp_from_mem()
|
A D | efi_device_path_to_text.c | 58 mdp->memory_type, in dp_hardware()
|
A D | efi_boottime.c | 381 static efi_status_t EFIAPI efi_allocate_pages_ext(int type, int memory_type, in efi_allocate_pages_ext() argument 387 EFI_ENTRY("%d, %d, 0x%zx, %p", type, memory_type, pages, memory); in efi_allocate_pages_ext() 388 r = efi_allocate_pages(type, memory_type, pages, memory); in efi_allocate_pages_ext()
|
/u-boot/board/atmel/common/ |
A D | mac-spi-nor.c | 27 u8 memory_type; member 48 if (sst26vf064beui->memory_type != SFDP_MICROCHIP_MEM_TYPE) in sst26vf064beui_check()
|
/u-boot/arch/arm/include/asm/arch-tegra20/ |
A D | sdram_param.h | 16 enum memory_type { enum 28 enum memory_type memory_type; member
|
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_memory.c | 60 u64 addr, int memory_type) in find_in_memory_map() argument 81 if (memory_type != entry->type) { in find_in_memory_map() 84 entry->type, memory_type); in find_in_memory_map()
|
/u-boot/arch/arm/mach-tegra/tegra20/ |
A D | warmboot.c | 97 u32 memory_type:3; member 168 scratch2.memory_type = sdram.memory_type; in warmboot_save_sdram_params()
|
/u-boot/arch/arm/cpu/armv7/ls102xa/ |
A D | cpu.c | 114 u32 memory_type) in set_pgsection() argument 119 value |= PMD_ATTRINDX(memory_type); in set_pgsection()
|
/u-boot/arch/x86/include/asm/arch-braswell/fsp/ |
A D | fsp_vpd.h | 28 u8 memory_type; /* Offset 0x0041 */ member
|
/u-boot/arch/x86/cpu/braswell/ |
A D | fsp_configs.c | 91 memory_upd->memory_type = fdtdec_get_int(blob, node, in fsp_update_configs()
|
/u-boot/include/ |
A D | efi_loader.h | 572 void *efi_alloc(uint64_t len, int memory_type); 574 efi_status_t efi_allocate_pages(int type, int memory_type, efi_uintn_t pages, 590 efi_status_t efi_add_memory_map(u64 start, u64 size, int memory_type);
|
A D | efi_api.h | 497 u32 memory_type; member
|
/u-boot/drivers/ddr/marvell/axp/ |
A D | ddr3_spd.c | 135 enum memory_type { enum
|