gem5
v20.1.0.0
arch
riscv
linux
process.hh
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2004 The Regents of The University of Michigan
3
* Copyright (c) 2016 The University of Virginia
4
* All rights reserved.
5
*
6
* Redistribution and use in source and binary forms, with or without
7
* modification, are permitted provided that the following conditions are
8
* met: redistributions of source code must retain the above copyright
9
* notice, this list of conditions and the following disclaimer;
10
* redistributions in binary form must reproduce the above copyright
11
* notice, this list of conditions and the following disclaimer in the
12
* documentation and/or other materials provided with the distribution;
13
* neither the name of the copyright holders nor the names of its
14
* contributors may be used to endorse or promote products derived from
15
* this software without specific prior written permission.
16
*
17
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
19
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
20
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
21
* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
*/
29
30
#ifndef __RISCV_LINUX_PROCESS_HH__
31
#define __RISCV_LINUX_PROCESS_HH__
32
33
#include <map>
34
35
#include "
arch/riscv/linux/linux.hh
"
36
#include "
arch/riscv/process.hh
"
37
#include "
sim/eventq.hh
"
38
#include "
sim/syscall_desc.hh
"
39
41
class
RiscvLinuxProcess64
:
public
RiscvProcess64
42
{
43
public
:
45
RiscvLinuxProcess64
(ProcessParams *
params
, ::
Loader::ObjectFile
*
objFile
);
46
48
static
const
char
*
hostname
;
49
51
uint64_t
__tgid
;
52
53
void
syscall
(
ThreadContext
*tc)
override
;
54
56
static
SyscallDescTable<SyscallABI>
syscallDescs
;
57
};
58
59
class
RiscvLinuxProcess32
:
public
RiscvProcess32
60
{
61
public
:
63
RiscvLinuxProcess32
(ProcessParams *
params
, ::
Loader::ObjectFile
*
objFile
);
64
66
static
const
char
*
hostname
;
67
69
uint64_t
__tgid
;
70
71
void
syscall
(
ThreadContext
*tc)
override
;
72
74
static
SyscallDescTable<SyscallABI>
syscallDescs
;
75
};
76
77
#endif // __RISCV_LINUX_PROCESS_HH__
RiscvLinuxProcess32::RiscvLinuxProcess32
RiscvLinuxProcess32(ProcessParams *params, ::Loader::ObjectFile *objFile)
Constructor.
Definition:
process.cc:790
SyscallDescTable< SyscallABI >
RiscvLinuxProcess64::syscall
void syscall(ThreadContext *tc) override
Definition:
process.cc:784
RiscvLinuxProcess64::hostname
static const char * hostname
The target system's hostname.
Definition:
process.hh:48
RiscvLinuxProcess32::syscall
void syscall(ThreadContext *tc) override
Definition:
process.cc:795
Loader::ObjectFile
Definition:
object_file.hh:70
ThreadContext
ThreadContext is the external interface to all thread state for anything outside of the CPU.
Definition:
thread_context.hh:88
RiscvLinuxProcess32::hostname
static const char * hostname
The target system's hostname.
Definition:
process.hh:66
RiscvLinuxProcess32::__tgid
uint64_t __tgid
ID of the thread group leader for the process.
Definition:
process.hh:69
RiscvLinuxProcess64
A process with emulated Riscv/Linux syscalls.
Definition:
process.hh:41
process.hh
RiscvLinuxProcess32
Definition:
process.hh:59
RiscvProcess32
Definition:
process.hh:95
Process::objFile
::Loader::ObjectFile * objFile
Definition:
process.hh:213
SimObject::params
const Params * params() const
Definition:
sim_object.hh:119
linux.hh
RiscvLinuxProcess64::__tgid
uint64_t __tgid
ID of the thread group leader for the process.
Definition:
process.hh:51
RiscvLinuxProcess32::syscallDescs
static SyscallDescTable< SyscallABI > syscallDescs
Array of syscall descriptors, indexed by call number.
Definition:
process.hh:74
RiscvProcess64
Definition:
process.hh:88
RiscvLinuxProcess64::RiscvLinuxProcess64
RiscvLinuxProcess64(ProcessParams *params, ::Loader::ObjectFile *objFile)
Constructor.
Definition:
process.cc:779
RiscvLinuxProcess64::syscallDescs
static SyscallDescTable< SyscallABI > syscallDescs
Syscall descriptors, indexed by call number.
Definition:
process.hh:56
syscall_desc.hh
eventq.hh
Generated on Wed Sep 30 2020 14:02:00 for gem5 by
doxygen
1.8.17