Home
last modified time | relevance | path

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

/hardware/intel/bootstub/
Dbootstub.c474 int nr_entries; in bootstub() local
493 nr_entries = get_e820_by_bios(bp->e820_map); in bootstub()
494 bp->e820_entries = (nr_entries > 0) ? nr_entries : 0; in bootstub()