Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/
H A Ddebug-sr.h101 save_debug(dbg->dbg_bcr, dbgbcr, brps); in __debug_save_state()
120 restore_debug(dbg->dbg_bcr, dbgbcr, brps); in __debug_restore_state()
/openbmc/qemu/target/arm/
H A Ddebug_helper.c176 uint64_t bcr = env->cp15.dbgbcr[lbn]; in linked_bp_matches()
194 bcr = env->cp15.dbgbcr[lbn]; in linked_bp_matches()
289 cr = env->cp15.dbgbcr[n]; in bp_wp_matches()
657 uint64_t bcr = env->cp15.dbgbcr[n]; in hw_breakpoint_update()
1248 .fieldoffset = offsetof(CPUARMState, cp15.dbgbcr[i]), in define_debug_regs()
H A Dcpu.h471 uint64_t dbgbcr[16]; /* breakpoint control registers */ member
/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Ddebug-exceptions.c98 GEN_DEBUG_WRITE_REG(dbgbcr)
/openbmc/qemu/target/arm/hvf/
H A Dhvf.c1321 *val = env->cp15.dbgbcr[SYSREG_CRM(reg)]; in hvf_sysreg_read()
1630 env->cp15.dbgbcr[SYSREG_CRM(reg)] = val; in hvf_sysreg_write()
2170 env->cp15.dbgbcr[i]); in hvf_put_guest_debug_registers()