Searched refs:e820info (Results 1 – 3 of 3) sorted by relevance
71 provided. They are "e820data" and "e820info", which represent the address of75 BIOS_E820_INFO_START, and assign their values to "e820data" and "e820info"77 location at 0x4000 for "e820data" and 0x4a00 for "e820info". Typical values78 for "e820data" and "e820info" are 0x104000 and 0x104a00. But there is one79 exception on Intel Galileo, where "e820data" and "e820info" should be left
211 struct e820info *info; in do_bootvx()351 info = (struct e820info *)simple_strtoul(tmp, NULL, 16); in do_bootvx()353 info = (struct e820info *)VXWORKS_E820_INFO_ADDR; in do_bootvx()355 memset(info, 0, sizeof(struct e820info)); in do_bootvx()
29 struct e820info { struct