]> Git Repo - qemu.git/commit
target-tilegx: Support iret instruction and related special registers
authorChen Gang <[email protected]>
Sun, 4 Oct 2015 09:41:14 +0000 (17:41 +0800)
committerRichard Henderson <[email protected]>
Wed, 7 Oct 2015 09:24:04 +0000 (20:24 +1100)
commitfec7daab3d63b7b2ca61581fffc40142b22b2bd5
tree265ec0eb27679df78f101410447fb1376627a405
parent77b3adc0012153e629b48b710ad19a8b544bb507
target-tilegx: Support iret instruction and related special registers

EX_CONTEXT_0_0 is used for jumping address, and EX_CONTEXT_0_1 is for
INTERRUPT_CRITICAL_SECTION, which should only be 0 or 1 in user mode, or
it will cause target SIGILL (and the patch doesn't support system mode).

Signed-off-by: Chen Gang <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
target-tilegx/cpu.h
target-tilegx/helper.c
target-tilegx/helper.h
target-tilegx/translate.c
This page took 0.026209 seconds and 4 git commands to generate.