Home
last modified time | relevance | path

Searched refs:wrps (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/hyp/
H A Ddebug-sr.h95 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()
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/include/hyp/
H A Ddebug-sr.h95 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()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/aarch64/
H A Ddebug-exceptions.c105 uint8_t brps, wrps, i; in reset_debug_state() local
124 wrps = FIELD_GET(ARM64_FEATURE_MASK(ID_AA64DFR0_WRPS), dfr0); in reset_debug_state()
125 for (i = 0; i <= wrps; i++) { in reset_debug_state()

Completed in 2 milliseconds