[][src]Module x86_64::registers

Access to various system and model specific registers.

Modules

control

Functions to read and write control registers.

model_specific

Functions to read and write model specific registers.

rflags

Processor state stored in the RFLAGS register.

Functions

rdfsbase

Reads the FS segment base address

rdgsbase

Reads the GS segment base address

read_rip

Gets the current instruction pointer. Note that this is only approximate as it requires a few instructions to execute.

wrfsbase

Writes the FS segment base address

wrgsbase

Writes the GS segment base address