Home
last modified time | relevance | path

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

/arch/x86/xen/
Dsetup.c55 e820_add_region(ISA_START_ADDRESS, ISA_END_ADDRESS - ISA_START_ADDRESS, in xen_memory_setup()
/arch/x86/include/asm/
De820.h134 #define ISA_START_ADDRESS 0xa0000 macro
136 #define is_ISA_range(s, e) ((s) >= ISA_START_ADDRESS && (e) < ISA_END_ADDRESS)
/arch/x86/mm/
Dioremap.c417 if ((void __force *)addr >= phys_to_virt(ISA_START_ADDRESS) && in iounmap()