Home
last modified time | relevance | path

Searched refs:urp (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/m68k/
H A Dmonitor.c49 { "urp", offsetof(CPUM68KState, mmu.urp) },
H A Dhelper.c225 env->mmu.urp = val; in HELPER()
338 return env->mmu.urp; in HELPER()
676 qemu_printf("URP: 0x%08x\n", env->mmu.urp); in dump_mmu()
677 dump_address_map(env, env->mmu.urp); in dump_mmu()
762 next = env->mmu.urp; in get_physical_address()
H A Dcpu.h135 uint32_t urp; member
H A Dcpu.c463 VMSTATE_UINT32(env.mmu.urp, M68kCPU),
H A Dtranslate.c6201 env->mmu.ssw, env->mmu.tcr, env->mmu.urp, env->mmu.srp); in m68k_cpu_dump_state()