gem5  v20.1.0.0
Classes | Static Public Member Functions | List of all members
GenericSyscallABI32 Struct Reference

#include <syscall_abi.hh>

Inheritance diagram for GenericSyscallABI32:
GenericSyscallABI ArmProcess32::SyscallABI Sparc32Process::SyscallABI X86ISA::I386LinuxProcess::SyscallABI ArmFreebsdProcess32::SyscallABI ArmLinuxProcess32::SyscallABI

Classes

struct  enable_if< std::is_integral< T >::value &&(sizeof(T)< sizeof(uint64_t)||GuestABI::IsConforming< T >::value)>::type >
 
struct  IsWide
 
struct  IsWide< T, typename std::enable_if< std::is_integral< T >::value &&sizeof(T)==sizeof(uint64_t) &&!GuestABI::IsConforming< T >::value >::type >
 

Static Public Member Functions

static uint64_t mergeRegs (ThreadContext *tc, RegIndex low_idx, RegIndex high_idx)
 

Additional Inherited Members

- Public Types inherited from GenericSyscallABI
using State = int
 

Detailed Description

Definition at line 58 of file syscall_abi.hh.

Member Function Documentation

◆ mergeRegs()

static uint64_t GenericSyscallABI32::mergeRegs ( ThreadContext tc,
RegIndex  low_idx,
RegIndex  high_idx 
)
inlinestatic

Definition at line 84 of file syscall_abi.hh.

References insertBits(), and ThreadContext::readIntReg().


The documentation for this struct was generated from the following file:

Generated on Wed Sep 30 2020 14:02:24 for gem5 by doxygen 1.8.17