OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_e820_by_bios
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/bootstub/
bootstub.h
71
int
get_e820_by_bios
(void *e820_buf);
e820_bios.S
5
* int
get_e820_by_bios
(void *e820_buf);
50
.globl
get_e820_by_bios
51
get_e820_by_bios
:
label
bootstub.c
486
nr_entries =
get_e820_by_bios
(bp->e820_map);
Completed in 414 milliseconds