Home
last modified time | relevance | path

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

/openbmc/qemu/hw/m68k/
H A Dvirt.c91 hwaddr initial_pc; member
103 cpu->env.pc = reset_info->initial_pc; in main_cpu_reset()
237 reset_info->initial_pc = elf_entry; in virt_init()
/openbmc/qemu/target/arm/
H A Dcpu.c367 uint32_t initial_pc; /* Loaded from 0x4 */ in arm_cpu_reset_hold() local
440 initial_pc = ldl_p(rom + 4); in arm_cpu_reset_hold()
448 initial_pc = ldl_phys(s->as, vecbase + 4); in arm_cpu_reset_hold()
453 initial_msp, initial_pc); in arm_cpu_reset_hold()
456 env->regs[15] = initial_pc & ~1; in arm_cpu_reset_hold()
457 env->thumb = initial_pc & 1; in arm_cpu_reset_hold()