Home
last modified time | relevance | path

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

/linux/arch/x86/platform/pvh/
H A Denlighten.c69 ISA_START_ADDRESS; in init_pvh_bootparams()
71 ISA_END_ADDRESS - ISA_START_ADDRESS; in init_pvh_bootparams()
/linux/arch/x86/include/asm/e820/
H A Dtypes.h93 #define ISA_START_ADDRESS 0x000a0000 macro
H A Dapi.h52 return start >= ISA_START_ADDRESS && end <= ISA_END_ADDRESS; in is_ISA_range()
/linux/arch/x86/include/uapi/asm/
H A De820.h70 #define ISA_START_ADDRESS 0xa0000 macro
/linux/arch/x86/xen/
H A Dsetup.c944 e820__range_add(ISA_START_ADDRESS, ISA_END_ADDRESS - ISA_START_ADDRESS, E820_TYPE_RESERVED); in xen_memory_setup()