]> Git Repo - qemu.git/blobdiff - target-arm/helper.h
target-arm: Add SCTLR_EL2
[qemu.git] / target-arm / helper.h
index 75fc1b3f14e612fa2602dd1aeeabd712ab7e6019..fc885dea430e1b3cb3e9ae1773fe6f5527978cda 100644 (file)
@@ -47,10 +47,11 @@ DEF_HELPER_FLAGS_2(usad8, TCG_CALL_NO_RWG_SE, i32, i32, i32)
 DEF_HELPER_FLAGS_3(sel_flags, TCG_CALL_NO_RWG_SE,
                    i32, i32, i32, i32)
 DEF_HELPER_2(exception_internal, void, env, i32)
-DEF_HELPER_3(exception_with_syndrome, void, env, i32, i32)
+DEF_HELPER_4(exception_with_syndrome, void, env, i32, i32, i32)
 DEF_HELPER_1(wfi, void, env)
 DEF_HELPER_1(wfe, void, env)
 DEF_HELPER_1(pre_hvc, void, env)
+DEF_HELPER_2(pre_smc, void, env, i32)
 
 DEF_HELPER_3(cpsr_write, void, env, i32, i32)
 DEF_HELPER_1(cpsr_read, i32, env)
This page took 0.022979 seconds and 4 git commands to generate.