Skip to main content

Crate starnix_registers

Crate starnix_registers 

Source

Structs§

HeapRegs
RegisterState
The state of the task’s registers when the thread of execution entered the kernel. This is a thin wrapper around [zx::sys::zx_restricted_state_t].
RestrictedState
RestrictedState manages accesses into the restricted state VMO.

Enums§

RegisterStorageEnum
An enum to hold the registers in either a heap or a vmo.

Traits§

RegisterStorage