Home
last modified time | relevance | path

Searched refs:get_e820_by_bios (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/bootstub/
De820_bios.S50 .globl get_e820_by_bios symbol
51 get_e820_by_bios: label
Dbootstub.h70 int get_e820_by_bios(void *e820_buf);
Dbootstub.c493 nr_entries = get_e820_by_bios(bp->e820_map); in bootstub()