Home
last modified time | relevance | path

Searched refs:e820entry (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A De820.h15 struct e820entry { struct
27 unsigned install_e820_map(unsigned max_entries, struct e820entry *); argument
H A Dbootparam.h110 struct e820entry e820_map[E820MAX]; /* 0x2d0 */
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A De820.h59 struct e820entry { struct
67 struct e820entry map[E820_X_MAX]; argument
/OK3568_Linux_fs/u-boot/cmd/
H A Delf.c212 struct e820entry *data; in do_bootvx()
346 data = (struct e820entry *)simple_strtoul(tmp, NULL, 16); in do_bootvx()
348 data = (struct e820entry *)VXWORKS_E820_DATA_ADDR; in do_bootvx()
358 info->addr = (info->entries - 1) * sizeof(struct e820entry) + in do_bootvx()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/tangier/
H A Dsdram.c102 static unsigned sfi_setup_e820(unsigned max_entries, struct e820entry *entries) in sfi_setup_e820()
191 unsigned install_e820_map(unsigned max_entries, struct e820entry *entries) in install_e820_map()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A De820.c21 struct e820entry *entries) in install_e820_map()
H A Dcoreboot_table.c103 struct e820entry e820[32]; in write_coreboot_table()
/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()
/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()
/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()