gem5  v21.2.1.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Public Types | Static Public Member Functions | Static Public Attributes | List of all members
gem5::GenericSyscallABI32 Struct Reference

#include <syscall_abi.hh>

Inheritance diagram for gem5::GenericSyscallABI32:
gem5::GenericSyscallABI gem5::ArmISA::RegABI32 gem5::SparcISA::SEWorkload::SyscallABI32 gem5::X86ISA::EmuLinux::SyscallABI32 gem5::ArmISA::EmuFreebsd::SyscallABI32 gem5::ArmISA::EmuLinux::SyscallABI32

Classes

struct  enable_if_t<(sizeof(T) > sizeof(UintPtr))> >
 
struct  IsWide
 

Public Types

using UintPtr = uint32_t
 
- Public Types inherited from gem5::GenericSyscallABI
using State = int
 

Static Public Member Functions

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

Static Public Attributes

template<typename T >
static constexpr bool IsWideV = IsWide<T>::value
 

Detailed Description

Definition at line 52 of file syscall_abi.hh.

Member Typedef Documentation

◆ UintPtr

Definition at line 54 of file syscall_abi.hh.

Member Function Documentation

◆ mergeRegs()

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

Definition at line 70 of file syscall_abi.hh.

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

Member Data Documentation

◆ IsWideV

template<typename T >
constexpr bool gem5::GenericSyscallABI32::IsWideV = IsWide<T>::value
staticconstexpr

Definition at line 66 of file syscall_abi.hh.


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

Generated on Tue Feb 8 2022 11:47:51 for gem5 by doxygen 1.8.17