Revision 8984bd2e target-arm/exec.h

b/target-arm/exec.h
61 61

  
62 62
/* In op_helper.c */
63 63

  
64
void helper_set_cp(CPUState *, uint32_t, uint32_t);
65
uint32_t helper_get_cp(CPUState *, uint32_t);
66
void helper_set_cp15(CPUState *, uint32_t, uint32_t);
67
uint32_t helper_get_cp15(CPUState *, uint32_t);
68
uint32_t helper_v7m_mrs(CPUState *env, int reg);
69
void helper_v7m_msr(CPUState *env, int reg, uint32_t val);
70

  
71 64
void helper_mark_exclusive(CPUARMState *, uint32_t addr);
72 65
int helper_test_exclusive(CPUARMState *, uint32_t addr);
73 66
void helper_clrex(CPUARMState *env);

Also available in: Unified diff