Home
last modified time | relevance | path

Searched refs:env_cpu_const (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/exec/
H A Dcpu-common.h247 static inline const CPUState *env_cpu_const(const CPUArchState *env) in env_cpu_const() function
260 return (CPUState *)env_cpu_const(env); in env_cpu()
/openbmc/qemu/linux-user/
H A Delfload.c206 (*regs)[15] = tswapreg(get_task_state(env_cpu_const(env))->orig_ax); in elf_core_copy_regs()
309 (*regs)[11] = tswapreg(get_task_state(env_cpu_const(env))->orig_ax); in elf_core_copy_regs()
4356 const CPUState *cpu = env_cpu_const(env); in elf_core_dump()