Searched refs:wrps (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/arm64/kvm/hyp/include/hyp/ |
| H A D | debug-sr.h | 110 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 D | debug-exceptions.c | 105 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()
|