Searched refs:e820_any_mapped (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-i386/
H A De820.h41 extern int e820_any_mapped(u64 start, u64 end, unsigned type);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-x86_64/
H A De820.h47 extern int e820_any_mapped(unsigned long start, unsigned long end, unsigned type);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/
H A Daperture.c83 if (e820_any_mapped(aper_base, aper_base + aper_size, E820_RAM)) {
H A De820.c103 e820_any_mapped(unsigned long start, unsigned long end, unsigned type) function
116 EXPORT_SYMBOL_GPL(e820_any_mapped); variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A De820.c822 e820_any_mapped(u64 start, u64 end, unsigned type) function
835 EXPORT_SYMBOL_GPL(e820_any_mapped); variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/agp/
H A Damd64-agp.c274 if (e820_any_mapped(aper, aper + size, E820_RAM)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/mm/
H A Dinit.c300 if (!after_bootmem && !e820_any_mapped(addr,addr+PUD_SIZE,0)) {

Completed in 118 milliseconds