Searched refs:base_vectors (Results 1 – 3 of 3) sorted by relevance
141 env->pc = cpu->cfg.base_vectors + 0x20; in mb_cpu_do_interrupt()167 env->pc = cpu->cfg.base_vectors + 0x20; in mb_cpu_do_interrupt()183 env->pc = cpu->cfg.base_vectors + 0x10; in mb_cpu_do_interrupt()197 env->pc = cpu->cfg.base_vectors + 0x18; in mb_cpu_do_interrupt()
202 env->pc = cpu->cfg.base_vectors; in mb_cpu_reset_hold()345 DEFINE_PROP_UINT32("base-vectors", MicroBlazeCPU, cfg.base_vectors, 0),
306 uint32_t base_vectors; member