Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/
H A Ddebug-sr.h102 save_debug(dbg->dbg_bvr, dbgbvr, brps); in __debug_save_state()
121 restore_debug(dbg->dbg_bvr, dbgbvr, brps); in __debug_restore_state()
/openbmc/qemu/target/arm/
H A Ddebug_helper.c253 return contextidr == (uint32_t)env->cp15.dbgbvr[lbn]; in linked_bp_matches()
656 uint64_t bvr = env->cp15.dbgbvr[n]; in hw_breakpoint_update()
1241 .fieldoffset = offsetof(CPUARMState, cp15.dbgbvr[i]), in define_debug_regs()
H A Dcpu.h470 uint64_t dbgbvr[16]; /* breakpoint value registers */ member
/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Ddebug-exceptions.c99 GEN_DEBUG_WRITE_REG(dbgbvr) in GEN_DEBUG_WRITE_REG() argument
/openbmc/qemu/target/arm/hvf/
H A Dhvf.c1366 *val = env->cp15.dbgbvr[SYSREG_CRM(reg)]; in hvf_sysreg_read()
1675 env->cp15.dbgbvr[SYSREG_CRM(reg)] = val; in hvf_sysreg_write()
2236 env->cp15.dbgbvr[i]); in hvf_put_guest_debug_registers()