Arion 1.0.2-alpha
A high-performance C++ framework for emulating executable binaries.
 
Loading...
Searching...
No Matches
arion_lnx_arm64::user_pt_regs Struct Reference

Structure representing the user-space view of AArch64 general registers saved by the kernel. More...

#include <lnx_arch_arm64.hpp>

Public Attributes

__u64 regs [31]
 General-purpose registers X0 to X30.
 
__u64 sp
 Stack Pointer (SP).
 
__u64 pc
 Program Counter (PC).
 
__u64 pstate
 Process State (PSTATE) register.
 

Detailed Description

Structure representing the user-space view of AArch64 general registers saved by the kernel.

Member Data Documentation

◆ pc

__u64 arion_lnx_arm64::user_pt_regs::pc

Program Counter (PC).

◆ pstate

__u64 arion_lnx_arm64::user_pt_regs::pstate

Process State (PSTATE) register.

◆ regs

__u64 arion_lnx_arm64::user_pt_regs::regs[31]

General-purpose registers X0 to X30.

◆ sp

__u64 arion_lnx_arm64::user_pt_regs::sp

Stack Pointer (SP).


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