struct X86InterruptFrame

Defined at line 69 of file ../../zircon/kernel/lib/arch/include/lib/arch/x86/interrupt.h

[intel/vol3]: 6.14.2 64-Bit Mode Stack Frame

[intel/vol3]: 6.14.3 IRET in IA-32e Mode

This is what's pushed on the stack by the hardware by interrupt and trap

gates, and popped by the IRET instruction.

Public Members

uint64_t rip
uint64_t cs
uint64_t rflags
uint64_t rsp
uint64_t ss