Home
last modified time | relevance | path

Searched refs:install_e820_map (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A De820.h27 unsigned install_e820_map(unsigned max_entries, struct e820entry *);
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A De820.c20 __weak unsigned install_e820_map(unsigned max_entries, in install_e820_map() function
H A Dcoreboot_table.c122 num = install_e820_map(ARRAY_SIZE(e820), e820); in write_coreboot_table()
H A Dzimage.c213 setup_base->e820_entries = install_e820_map( in setup_zimage()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/qemu/
H A De820.c12 unsigned install_e820_map(unsigned max_entries, struct e820entry *entries) in install_e820_map() function
/OK3568_Linux_fs/u-boot/arch/x86/lib/fsp/
H A Dfsp_dram.c65 unsigned install_e820_map(unsigned max_entries, struct e820entry *entries) in install_e820_map() function
/OK3568_Linux_fs/u-boot/arch/x86/cpu/coreboot/
H A Dsdram.c15 unsigned install_e820_map(unsigned max_entries, struct e820entry *entries) in install_e820_map() function
/OK3568_Linux_fs/u-boot/arch/x86/cpu/tangier/
H A Dsdram.c191 unsigned install_e820_map(unsigned max_entries, struct e820entry *entries) in install_e820_map() function
/OK3568_Linux_fs/u-boot/cmd/
H A Delf.c357 info->entries = install_e820_map(E820MAX, data); in do_bootvx()