memhelpers.hh (8444:56de1f9320df) memhelpers.hh (10474:799c8ee4ecba)
1/*
2 * Copyright (c) 2011 Google
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;

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

28 * Authors: Gabe Black
29 */
30
31#ifndef __ARCH_X86_MEMHELPERS_HH__
32#define __ARCH_X86_MEMHELPERS_HH__
33
34#include "base/types.hh"
35#include "sim/byteswap.hh"
1/*
2 * Copyright (c) 2011 Google
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;

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

28 * Authors: Gabe Black
29 */
30
31#ifndef __ARCH_X86_MEMHELPERS_HH__
32#define __ARCH_X86_MEMHELPERS_HH__
33
34#include "base/types.hh"
35#include "sim/byteswap.hh"
36#include "sim/fault_fwd.hh"
37#include "sim/insttracer.hh"
38
39namespace X86ISA
40{
41
42template <class XC>
43Fault
44readMemTiming(XC *xc, Trace::InstRecord *traceData, Addr addr,

--- 76 unchanged lines hidden ---
36#include "sim/insttracer.hh"
37
38namespace X86ISA
39{
40
41template <class XC>
42Fault
43readMemTiming(XC *xc, Trace::InstRecord *traceData, Addr addr,

--- 76 unchanged lines hidden ---