|
libintrovirt v0.57.4
IntroVirt introspection library
|
x86 Task State Segment More...
#include <Tss.hh>
Public Member Functions | |
| guest_ptr< void > | sp0 () const |
| Get the E/RSP0 (kernel stack) value from the TSS. | |
| Tss (const Vcpu &vcpu) | |
| Construct a new Tss object. | |
| ~Tss () | |
| Destroy the instance. | |
| introvirt::x86::Tss::Tss | ( | const Vcpu & | vcpu | ) |
| introvirt::x86::Tss::~Tss | ( | ) |
Destroy the instance.
| guest_ptr< void > introvirt::x86::Tss::sp0 | ( | ) | const |
Get the E/RSP0 (kernel stack) value from the TSS.
Returns either ESP0 (32-bit) or RSP0 (64-bit) from the Task State Segment.