x86_cpu.hh (10653:e3fc6bc7f97e) x86_cpu.hh (10905:a6ca6831e775)
1/*
2 * Copyright (c) 2013 Andreas Sandberg
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;

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

42{
43 public:
44 X86KvmCPU(X86KvmCPUParams *params);
45 virtual ~X86KvmCPU();
46
47 void startup();
48
49 /** @{ */
1/*
2 * Copyright (c) 2013 Andreas Sandberg
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;

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

42{
43 public:
44 X86KvmCPU(X86KvmCPUParams *params);
45 virtual ~X86KvmCPU();
46
47 void startup();
48
49 /** @{ */
50 void dump();
50 void dump() const M5_ATTR_OVERRIDE;
51 void dumpFpuRegs() const;
52 void dumpIntRegs() const;
53 void dumpSpecRegs() const;
54 void dumpDebugRegs() const;
55 void dumpXCRs() const;
56 void dumpXSave() const;
57 void dumpVCpuEvents() const;
58 void dumpMSRs() const;

--- 197 unchanged lines hidden ---
51 void dumpFpuRegs() const;
52 void dumpIntRegs() const;
53 void dumpSpecRegs() const;
54 void dumpDebugRegs() const;
55 void dumpXCRs() const;
56 void dumpXSave() const;
57 void dumpVCpuEvents() const;
58 void dumpMSRs() const;

--- 197 unchanged lines hidden ---