Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_memory.c150 uint64_t efi_add_memory_map(uint64_t start, uint64_t pages, int memory_type, in efi_add_memory_map() argument
159 start, pages, memory_type, overlap_only_ram ? "yes" : "no"); in efi_add_memory_map()
165 newlist->desc.type = memory_type; in efi_add_memory_map()
170 switch (memory_type) { in efi_add_memory_map()
278 efi_status_t efi_allocate_pages(int type, int memory_type, in efi_allocate_pages() argument
316 ret = efi_add_memory_map(addr, pages, memory_type, true); in efi_allocate_pages()
328 void *efi_alloc(uint64_t len, int memory_type) in efi_alloc() argument
334 r = efi_allocate_pages(0, memory_type, pages, &ret); in efi_alloc()
H A Defi_boottime.c183 static efi_status_t EFIAPI efi_allocate_pages_ext(int type, int memory_type, in efi_allocate_pages_ext() argument
189 EFI_ENTRY("%d, %d, 0x%lx, %p", type, memory_type, pages, memory); in efi_allocate_pages_ext()
190 r = efi_allocate_pages(type, memory_type, pages, memory); in efi_allocate_pages_ext()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra20/
H A Dsdram_param.h17 enum memory_type { enum
29 enum memory_type memory_type; member
/rk3399_rockchip-uboot/include/
H A Defi_loader.h170 void *efi_alloc(uint64_t len, int memory_type);
172 efi_status_t efi_allocate_pages(int type, int memory_type, unsigned long pages,
188 uint64_t efi_add_memory_map(uint64_t start, uint64_t pages, int memory_type,
/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/
H A Dwarmboot.c97 u32 memory_type:3; member
168 scratch2.memory_type = sdram.memory_type; in warmboot_save_sdram_params()
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/
H A Dcpu.c109 u32 memory_type) in set_pgsection() argument
114 value |= PMD_ATTRINDX(memory_type); in set_pgsection()
/rk3399_rockchip-uboot/drivers/ddr/marvell/axp/
H A Dddr3_spd.c136 enum memory_type { enum