syscall_emul.hh (8229:78bf55f23338) syscall_emul.hh (8232:b28d06a175be)
1/*
2 * Copyright (c) 2003-2005 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;

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

55#include "base/chunk_generator.hh"
56#include "base/intmath.hh" // for RoundUp
57#include "base/misc.hh"
58#include "base/trace.hh"
59#include "base/types.hh"
60#include "config/the_isa.hh"
61#include "cpu/base.hh"
62#include "cpu/thread_context.hh"
1/*
2 * Copyright (c) 2003-2005 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;

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

55#include "base/chunk_generator.hh"
56#include "base/intmath.hh" // for RoundUp
57#include "base/misc.hh"
58#include "base/trace.hh"
59#include "base/types.hh"
60#include "config/the_isa.hh"
61#include "cpu/base.hh"
62#include "cpu/thread_context.hh"
63#include "debug/SyscallVerbose.hh"
63#include "mem/page_table.hh"
64#include "mem/translating_port.hh"
65#include "sim/byteswap.hh"
66#include "sim/process.hh"
67#include "sim/system.hh"
68
69///
70/// System call descriptor.

--- 1163 unchanged lines hidden ---
64#include "mem/page_table.hh"
65#include "mem/translating_port.hh"
66#include "sim/byteswap.hh"
67#include "sim/process.hh"
68#include "sim/system.hh"
69
70///
71/// System call descriptor.

--- 1163 unchanged lines hidden ---