HomeSort by relevance Sort by last modified time
    Searched refs:CPUARMState (Results 1 - 5 of 5) sorted by null

  /external/qemu/target-arm/
exec.h 22 register struct CPUARMState *env asm(AREG0);
cpu.h 26 #define CPUState struct CPUARMState
82 typedef struct CPUARMState {
239 } CPUARMState;
241 CPUARMState *cpu_arm_init(const char *cpu_model);
243 int cpu_arm_exec(CPUARMState *s);
244 void cpu_arm_close(CPUARMState *s);
245 void do_interrupt(CPUARMState *);
246 void switch_mode(CPUARMState *, int);
247 uint32_t do_arm_semihosting(CPUARMState *env);
254 int cpu_arm_handle_mmu_fault (CPUARMState *env, target_ulong address, int rw
    [all...]
machine.c 7 CPUARMState *env = (CPUARMState *)opaque;
115 CPUARMState *env = (CPUARMState *)opaque;
helper.c 47 static inline void set_feature(CPUARMState *env, int feature)
52 static void cpu_reset_model_id(CPUARMState *env, uint32_t id)
261 void cpu_reset(CPUARMState *env)
271 memset(env, 0, offsetof(CPUARMState, breakpoints));
375 CPUARMState *cpu_arm_init(const char *cpu_model)
377 CPUARMState *env;
384 env = qemu_mallocz(sizeof(CPUARMState));
469 void cpu_arm_close(CPUARMState *env)
474 uint32_t cpsr_read(CPUARMState *env)
485 void cpsr_write(CPUARMState *env, uint32_t val, uint32_t mask
    [all...]
translate.c 1090 return offsetof(CPUARMState, vfp.regs[reg]);
1092 return offsetof(CPUARMState, vfp.regs[reg >> 1])
1095 return offsetof(CPUARMState, vfp.regs[reg >> 1])
    [all...]

Completed in 175 milliseconds