Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/arm64/
H A Ddebug-exceptions.c180 u64 ctx_bcr; in install_wp_ctx() local
183 ctx_bcr = DBGBCR_LEN8 | DBGBCR_EXEC | DBGBCR_EL1 | DBGBCR_E | in install_wp_ctx()
185 write_dbgbcr(ctx_bp, ctx_bcr); in install_wp_ctx()
200 u32 addr_bcr, ctx_bcr; in install_hw_bp_ctx() local
203 ctx_bcr = DBGBCR_LEN8 | DBGBCR_EXEC | DBGBCR_EL1 | DBGBCR_E | in install_hw_bp_ctx()
205 write_dbgbcr(ctx_bp, ctx_bcr); in install_hw_bp_ctx()