Searched refs:initial_pc (Results 1 – 2 of 2) sorted by relevance
91 hwaddr initial_pc; member103 cpu->env.pc = reset_info->initial_pc; in main_cpu_reset()237 reset_info->initial_pc = elf_entry; in virt_init()
394 uint32_t initial_pc; /* Loaded from 0x4 */ in arm_cpu_reset_hold() local467 initial_pc = ldl_p(rom + 4); in arm_cpu_reset_hold()475 initial_pc = ldl_phys(cs->as, vecbase + 4); in arm_cpu_reset_hold()480 initial_msp, initial_pc); in arm_cpu_reset_hold()483 env->regs[15] = initial_pc & ~1; in arm_cpu_reset_hold()484 env->thumb = initial_pc & 1; in arm_cpu_reset_hold()