Searched refs:wrps (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/arm64/kvm/hyp/include/hyp/ |
D | debug-sr.h | 95 int brps, wrps; in __debug_save_state() local 99 wrps = (aa64dfr0 >> 20) & 0xf; in __debug_save_state() 103 save_debug(dbg->dbg_wcr, dbgwcr, wrps); in __debug_save_state() 104 save_debug(dbg->dbg_wvr, dbgwvr, wrps); in __debug_save_state() 113 int brps, wrps; in __debug_restore_state() local 118 wrps = (aa64dfr0 >> 20) & 0xf; in __debug_restore_state() 122 restore_debug(dbg->dbg_wcr, dbgwcr, wrps); in __debug_restore_state() 123 restore_debug(dbg->dbg_wvr, dbgwvr, wrps); in __debug_restore_state()
|
/linux-6.12.1/tools/testing/selftests/kvm/aarch64/ |
D | debug-exceptions.c | 105 uint8_t brps, wrps, i; in GEN_DEBUG_WRITE_REG() local 124 wrps = FIELD_GET(ARM64_FEATURE_MASK(ID_AA64DFR0_EL1_WRPs), dfr0); in GEN_DEBUG_WRITE_REG() 125 for (i = 0; i <= wrps; i++) { in GEN_DEBUG_WRITE_REG()
|