Home
last modified time | relevance | path

Searched refs:base_vectors (Results 1 – 3 of 3) sorted by relevance

/qemu/target/microblaze/
H A Dhelper.c141 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()
H A Dcpu.c202 env->pc = cpu->cfg.base_vectors; in mb_cpu_reset_hold()
334 DEFINE_PROP_UINT32("base-vectors", MicroBlazeCPU, cfg.base_vectors, 0),
H A Dcpu.h306 uint32_t base_vectors; member