misc.hh (7629:0f0c231e3e97) misc.hh (8902:75b524b64c28)
1/*
2 * Copyright (c) 2007-2008 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 901 unchanged lines hidden (view full) ---

910 /**
911 * Local APIC Base Register
912 */
913 BitUnion64(LocalApicBase)
914 Bitfield<51, 12> base;
915 Bitfield<11> enable;
916 Bitfield<8> bsp;
917 EndBitUnion(LocalApicBase)
1/*
2 * Copyright (c) 2007-2008 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 901 unchanged lines hidden (view full) ---

910 /**
911 * Local APIC Base Register
912 */
913 BitUnion64(LocalApicBase)
914 Bitfield<51, 12> base;
915 Bitfield<11> enable;
916 Bitfield<8> bsp;
917 EndBitUnion(LocalApicBase)
918};
918}
919
920#endif // __ARCH_X86_INTREGS_HH__
919
920#endif // __ARCH_X86_INTREGS_HH__