Home
last modified time | relevance | path

Searched refs:e820_info (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dvxworks.h39 struct e820_info { struct
/openbmc/u-boot/cmd/
H A Delf.c339 struct e820_info *info; in do_bootvx()
388 info = (struct e820_info *)(base + E820_INFO_OFFSET); in do_bootvx()
390 memset(info, 0, sizeof(struct e820_info)); in do_bootvx()