i82094aa.hh (9805:a4339e26b429) i82094aa.hh (9807:63d7362bbdf2)
1/*
2 * Copyright (c) 2008 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

39#include "params/I82094AA.hh"
40
41namespace X86ISA
42{
43
44class I8259;
45class Interrupts;
46
1/*
2 * Copyright (c) 2008 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

39#include "params/I82094AA.hh"
40
41namespace X86ISA
42{
43
44class I8259;
45class Interrupts;
46
47class I82094AA : public BasicPioDevice, public IntDev
47class I82094AA : public BasicPioDevice, public IntDevice
48{
49 public:
50 BitUnion64(RedirTableEntry)
51 Bitfield<63, 32> topDW;
52 Bitfield<55, 32> topReserved;
53 Bitfield<31, 0> bottomDW;
54 Bitfield<31, 17> bottomReserved;
55 Bitfield<63, 56> dest;

--- 63 unchanged lines hidden ---
48{
49 public:
50 BitUnion64(RedirTableEntry)
51 Bitfield<63, 32> topDW;
52 Bitfield<55, 32> topReserved;
53 Bitfield<31, 0> bottomDW;
54 Bitfield<31, 17> bottomReserved;
55 Bitfield<63, 56> dest;

--- 63 unchanged lines hidden ---