mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
target-arm: Remove old cpu_arm_set_cp_io infrastructure
All the users of cpu_arm_set_cp_io have been converted, so we can remove it and the infrastructure it used. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
9ee703b096
commit
e8070a23a8
4 changed files with 1 additions and 107 deletions
|
@ -62,9 +62,6 @@ DEF_HELPER_2(v7m_mrs, i32, env, i32)
|
|||
DEF_HELPER_3(set_cp15, void, env, i32, i32)
|
||||
DEF_HELPER_2(get_cp15, i32, env, i32)
|
||||
|
||||
DEF_HELPER_3(set_cp, void, env, i32, i32)
|
||||
DEF_HELPER_2(get_cp, i32, env, i32)
|
||||
|
||||
DEF_HELPER_3(set_cp_reg, void, env, ptr, i32)
|
||||
DEF_HELPER_2(get_cp_reg, i32, env, ptr)
|
||||
DEF_HELPER_3(set_cp_reg64, void, env, ptr, i64)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue