From dc2e887f238d48f15364d9937bc71940d3849c0a Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Thu, 18 Oct 2007 22:39:00 -0700 Subject: X86: Implement the in/out instructions. These will still need support from the TLB and memory system. --HG-- extra : convert_revision : a9503248ea9efca7e5247e4f2830967f428b8215 --- src/arch/x86/x86_traits.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch/x86/x86_traits.hh') diff --git a/src/arch/x86/x86_traits.hh b/src/arch/x86/x86_traits.hh index beb1898ce..dd9258db0 100644 --- a/src/arch/x86/x86_traits.hh +++ b/src/arch/x86/x86_traits.hh @@ -86,6 +86,7 @@ namespace X86ISA const Addr IntAddrPrefixMask = ULL(0xffffffff00000000); const Addr IntAddrPrefixCPUID = ULL(0x100000000); const Addr IntAddrPrefixMSR = ULL(0x200000000); + const Addr IntAddrPrefixIO = ULL(0x300000000); } #endif //__ARCH_X86_X86TRAITS_HH__ -- cgit v1.2.3