Home
last modified time | relevance | path

Searched defs:ram_top (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/arm/mach-tegra/tegra186/
H A Dnvtboot_mem.c48 static u64 ram_top __attribute__((section(".data"))); variable
/openbmc/u-boot/lib/efi_loader/
H A Defi_memory.c555 u64 ram_top = board_get_usable_ram_top(0) & ~EFI_PAGE_MASK; in efi_add_known_memory() local
/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.h56 unsigned long ram_top; /* Top address of RAM used by U-Boot */ member
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dcpu.c1237 phys_size_t ram_top = ram_size; in board_reserve_ram_top() local
/openbmc/linux/arch/powerpc/kernel/
H A Dprom_init.c205 static unsigned long __prombss ram_top; variable