Searched refs:wrps (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/ |
H A 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()
|
/openbmc/linux/tools/testing/selftests/kvm/aarch64/ |
H A 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_WRPS), dfr0); in GEN_DEBUG_WRITE_REG() 125 for (i = 0; i <= wrps; i++) { in GEN_DEBUG_WRITE_REG()
|
/openbmc/qemu/target/arm/ |
H A D | debug_helper.c | 1165 int wrps, brps, ctx_cmps; in define_debug_regs() local 1219 wrps = arm_num_wrps(cpu); in define_debug_regs() 1257 for (i = 0; i < wrps; i++) { in define_debug_regs()
|
H A D | kvm.c | 417 int wrps = FIELD_EX64(ahcf->isar.id_aa64dfr0, ID_AA64DFR0, WRPS); in kvm_arm_get_host_cpu_features() local 426 dbgdidr = FIELD_DP32(dbgdidr, DBGDIDR, WRPS, wrps); in kvm_arm_get_host_cpu_features()
|