gem5  v20.1.0.0
Static Public Attributes | List of all members
SparcISA::SparcLinuxProcess Class Reference

#include <process.hh>

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

Static Public Attributes

static SyscallDescTable< Sparc64Process::SyscallABIsyscallDescs
 64 bit syscall descriptors, indexed by call number. More...
 
static SyscallDescTable< Sparc32Process::SyscallABIsyscall32Descs
 32 bit compatibility syscall descriptors, indexed by call number. More...
 

Detailed Description

Definition at line 42 of file process.hh.

Member Data Documentation

◆ syscall32Descs

SyscallDescTable< Sparc32Process::SyscallABI > SparcISA::SparcLinuxProcess::syscall32Descs
static

32 bit compatibility syscall descriptors, indexed by call number.

Definition at line 49 of file process.hh.

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

◆ syscallDescs

SyscallDescTable< Sparc64Process::SyscallABI > SparcISA::SparcLinuxProcess::syscallDescs
static

64 bit syscall descriptors, indexed by call number.

Definition at line 46 of file process.hh.

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


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

Generated on Wed Sep 30 2020 14:03:11 for gem5 by doxygen 1.8.17