gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Attributes | List of all members
SparcISA::SparcLinuxProcess Class Reference

#include <process.hh>

Inheritance diagram for SparcISA::SparcLinuxProcess:
SparcISA::Sparc32LinuxProcess SparcISA::Sparc64LinuxProcess

Public Member Functions

SyscallDescgetDesc (int callnum)
 
SyscallDescgetDesc32 (int callnum)
 

Static Public Attributes

static SyscallDesc syscallDescs []
 Array of syscall descriptors, indexed by call number. More...
 
static SyscallDesc syscall32Descs []
 Array of 32 bit compatibility syscall descriptors, indexed by call number. More...
 
static const int Num_Syscall_Descs
 
static const int Num_Syscall32_Descs
 

Detailed Description

Definition at line 43 of file process.hh.

Member Function Documentation

SyscallDesc * SparcLinuxProcess::getDesc ( int  callnum)

Definition at line 48 of file process.cc.

Referenced by SparcISA::Sparc64LinuxProcess::getDesc().

SyscallDesc * SparcLinuxProcess::getDesc32 ( int  callnum)

Definition at line 56 of file process.cc.

Referenced by SparcISA::Sparc32LinuxProcess::getDesc().

Member Data Documentation

const int SparcISA::SparcLinuxProcess::Num_Syscall32_Descs
static
Initial value:

Definition at line 57 of file process.hh.

const int SparcISA::SparcLinuxProcess::Num_Syscall_Descs
static
Initial value:

Definition at line 56 of file process.hh.

SyscallDesc SparcISA::SparcLinuxProcess::syscall32Descs
static

Array of 32 bit compatibility syscall descriptors, indexed by call number.

Definition at line 51 of file process.hh.

SyscallDesc SparcISA::SparcLinuxProcess::syscallDescs
static

Array of syscall descriptors, indexed by call number.

Definition at line 47 of file process.hh.


The documentation for this class was generated from the following files:

Generated on Fri Jun 9 2017 13:04:37 for gem5 by doxygen 1.8.6