Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Ddebug-exceptions.c181 uint64_t ctx_bcr; in install_wp_ctx() local
184 ctx_bcr = DBGBCR_LEN8 | DBGBCR_EXEC | DBGBCR_EL1 | DBGBCR_E | in install_wp_ctx()
186 write_dbgbcr(ctx_bp, ctx_bcr); in install_wp_ctx()
202 uint32_t addr_bcr, ctx_bcr; in install_hw_bp_ctx() local
205 ctx_bcr = DBGBCR_LEN8 | DBGBCR_EXEC | DBGBCR_EL1 | DBGBCR_E | in install_hw_bp_ctx()
207 write_dbgbcr(ctx_bp, ctx_bcr); in install_hw_bp_ctx()