Searched refs:ISA_START_ADDRESS (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
H A De820.h62 return s >= ISA_START_ADDRESS && e <= ISA_END_ADDRESS; is_ISA_range()
/linux-4.1.27/arch/x86/include/uapi/asm/
H A De820.h68 #define ISA_START_ADDRESS 0xa0000 macro
/linux-4.1.27/arch/x86/mm/
H A Dmmio-mod.c35 #include <asm/e820.h> /* for ISA_START_ADDRESS */
H A Dioremap.c303 if ((void __force *)addr >= phys_to_virt(ISA_START_ADDRESS) && iounmap()
/linux-4.1.27/arch/x86/xen/
H A Dsetup.c684 e820_add_region(ISA_START_ADDRESS, ISA_END_ADDRESS - ISA_START_ADDRESS, xen_memory_setup()

Completed in 361 milliseconds