Searched refs:gapstart (Results 1 – 2 of 2) sorted by relevance
/arch/x86/kernel/ |
D | e820.c | 586 __init int e820_search_gap(unsigned long *gapstart, unsigned long *gapsize, in e820_search_gap() argument 611 *gapstart = end; in e820_search_gap() 629 unsigned long gapstart, gapsize; in e820_setup_gap() local 632 gapstart = 0x10000000; in e820_setup_gap() 634 found = e820_search_gap(&gapstart, &gapsize, 0, MAX_GAP_END); in e820_setup_gap() 638 gapstart = (max_pfn << PAGE_SHIFT) + 1024*1024; in e820_setup_gap() 648 pci_mem_start = gapstart; in e820_setup_gap() 652 pci_mem_start, gapstart, gapsize); in e820_setup_gap()
|
/arch/x86/include/asm/ |
D | e820.h | 96 extern int e820_search_gap(unsigned long *gapstart, unsigned long *gapsize,
|