Home
last modified time | relevance | path

Searched refs:memory_type (Results 1 – 14 of 14) sorted by relevance

/u-boot/lib/efi_loader/
A Defi_memory.c243 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 Defi_device_path.c1029 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 Defi_device_path_to_text.c58 mdp->memory_type, in dp_hardware()
A Defi_boottime.c381 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 Dmac-spi-nor.c27 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 Dsdram_param.h16 enum memory_type { enum
28 enum memory_type memory_type; member
/u-boot/lib/efi_selftest/
A Defi_selftest_memory.c60 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 Dwarmboot.c97 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 Dcpu.c114 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 Dfsp_vpd.h28 u8 memory_type; /* Offset 0x0041 */ member
/u-boot/arch/x86/cpu/braswell/
A Dfsp_configs.c91 memory_upd->memory_type = fdtdec_get_int(blob, node, in fsp_update_configs()
/u-boot/include/
A Defi_loader.h572 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 Defi_api.h497 u32 memory_type; member
/u-boot/drivers/ddr/marvell/axp/
A Dddr3_spd.c135 enum memory_type { enum

Completed in 54 milliseconds