gem5 v24.0.0.0
Loading...
Searching...
No Matches
gem5::GenericSyscallABI32 Struct Reference

#include <syscall_abi.hh>

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

Classes

struct  IsWide
 
struct  IsWide< T, std::enable_if_t<(sizeof(T) > sizeof(UintPtr))> >
 

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, const RegId &low_id, const RegId &high_id)
 

Static Public Attributes

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

Detailed Description

Definition at line 53 of file syscall_abi.hh.

Member Typedef Documentation

◆ UintPtr

Definition at line 55 of file syscall_abi.hh.

Member Function Documentation

◆ mergeRegs()

static uint64_t gem5::GenericSyscallABI32::mergeRegs ( ThreadContext * tc,
const RegId & low_id,
const RegId & high_id )
inlinestatic

Definition at line 71 of file syscall_abi.hh.

References gem5::ThreadContext::getReg(), and gem5::insertBits().

Member Data Documentation

◆ IsWideV

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

Definition at line 67 of file syscall_abi.hh.


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

Generated on Tue Jun 18 2024 16:24:11 for gem5 by doxygen 1.11.0