struct UserEntryState

Defined at line 19 of file ../../zircon/kernel/include/arch.h

Entry state for a thread. This is the user-space, machine-independent

view that's translated to iframe_t by arch_prepare_uspace().

Public Members

uintptr_t pc
uintptr_t sp
uintptr_t arg1
uintptr_t arg2