Searched refs:brps (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/arm64/kvm/hyp/include/hyp/ |
| H A D | debug-sr.h | 109 int brps = *host_data_ptr(debug_brps); in __debug_save_state() local 112 save_debug(dbg->dbg_bcr, dbgbcr, brps); in __debug_save_state() 113 save_debug(dbg->dbg_bvr, dbgbvr, brps); in __debug_save_state() 123 int brps = *host_data_ptr(debug_brps); in __debug_restore_state() local 126 restore_debug(dbg->dbg_bcr, dbgbcr, brps); in __debug_restore_state() 127 restore_debug(dbg->dbg_bvr, dbgbvr, brps); in __debug_restore_state()
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | debug-exceptions.c | 105 uint8_t brps, wrps, i; in GEN_DEBUG_WRITE_REG() local 119 brps = FIELD_GET(ID_AA64DFR0_EL1_BRPs, dfr0); in GEN_DEBUG_WRITE_REG() 120 for (i = 0; i <= brps; i++) { in GEN_DEBUG_WRITE_REG()
|
| /linux/arch/arm/kernel/ |
| H A D | hw_breakpoint.c | 215 int brps = get_num_brp_resources(); in get_num_brps() local 216 return core_has_mismatch_brps() ? brps - 1 : brps; in get_num_brps()
|