Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/include/hyp/
H A Ddebug-sr.h110 int wrps = *host_data_ptr(debug_wrps); in __debug_save_state() local
114 save_debug(dbg->dbg_wcr, dbgwcr, wrps); in __debug_save_state()
115 save_debug(dbg->dbg_wvr, dbgwvr, wrps); in __debug_save_state()
124 int wrps = *host_data_ptr(debug_wrps); in __debug_restore_state() local
128 restore_debug(dbg->dbg_wcr, dbgwcr, wrps); in __debug_restore_state()
129 restore_debug(dbg->dbg_wvr, dbgwvr, wrps); in __debug_restore_state()
/linux/tools/testing/selftests/kvm/arm64/
H A Ddebug-exceptions.c105 uint8_t brps, wrps, i; in GEN_DEBUG_WRITE_REG() local
124 wrps = FIELD_GET(ID_AA64DFR0_EL1_WRPs, dfr0); in GEN_DEBUG_WRITE_REG()
125 for (i = 0; i <= wrps; i++) { in GEN_DEBUG_WRITE_REG()