class RegisterStateTest_SegmentSelectorsZeroedOnInterrupt_Class

Defined at line 101 of file ../../src/zircon/tests/register-state/register-state-test.cc

This test demonstrates that if the segment selector registers are set to

1, they will eventually be reset to 0 when an interrupt occurs. This is

mostly a property of the x86 architecture rather than the kernel: The

IRET instruction has the side effect of resetting these registers when

returning from the kernel to userland (but not when returning to kernel

code).

Public Methods

void RegisterStateTest_SegmentSelectorsZeroedOnInterrupt_Class ()

Defined at line 101 of file ../../src/zircon/tests/register-state/register-state-test.cc

void ~RegisterStateTest_SegmentSelectorsZeroedOnInterrupt_Class ()

Defined at line 101 of file ../../src/zircon/tests/register-state/register-state-test.cc