Home
last modified time | relevance | path

Searched refs:ISA_END_ADDRESS (Results 1 – 8 of 8) sorted by relevance

/linux/arch/x86/include/asm/e820/
H A Dtypes.h103 #define ISA_END_ADDRESS 0x00100000 macro
H A Dapi.h53 return start >= ISA_START_ADDRESS && end <= ISA_END_ADDRESS; in is_ISA_range()
/linux/arch/x86/include/uapi/asm/
H A De820.h71 #define ISA_END_ADDRESS 0x100000 macro
/linux/arch/x86/platform/pvh/
H A Denlighten.c71 ISA_END_ADDRESS - ISA_START_ADDRESS; in init_pvh_bootparams()
/linux/arch/x86/mm/pat/
H A Dmemtype.c413 if (start_pfn < ISA_END_ADDRESS >> PAGE_SHIFT) in pat_pagerange_is_ram()
414 start_pfn = ISA_END_ADDRESS >> PAGE_SHIFT; in pat_pagerange_is_ram()
/linux/arch/x86/mm/
H A Dioremap.c472 (void __force *)addr < phys_to_virt(ISA_END_ADDRESS)) { in iounmap()
/linux/arch/x86/kernel/
H A Dsetup.c990 memblock_set_current_limit(ISA_END_ADDRESS); in setup_arch()
/linux/arch/x86/xen/
H A Dsetup.c947 e820__range_add(ISA_START_ADDRESS, ISA_END_ADDRESS - ISA_START_ADDRESS, E820_TYPE_RESERVED); in xen_memory_setup()