Searched refs:wvr (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | hyp_gdbstub.c | 132 .wvr = addr & (~0x7ULL), in insert_hw_watchpoint() 173 wp.wvr &= ~((1 << bits) - 1); in insert_hw_watchpoint() 188 uint64_t addr_top, addr_bottom = wp->wvr; in check_watchpoint_in_range()
|
H A D | debug_helper.c | 551 vaddr wvr = env->cp15.dbgwvr[n]; in hw_watchpoint_update() local 602 wvr &= ~(len - 1); in hw_watchpoint_update() 608 if (extract64(wvr, 2, 1)) { in hw_watchpoint_update() 629 wvr += basstart; in hw_watchpoint_update() 632 cpu_watchpoint_insert(CPU(cpu), wvr, len, flags, in hw_watchpoint_update()
|
H A D | internals.h | 1791 uint64_t wvr; member
|
H A D | kvm.c | 1492 ptr->dbg_wvr[i] = wp->wvr; in kvm_arm_copy_hw_debug_data()
|
/openbmc/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | debug-exceptions.c | 381 uint64_t bvr, wvr, w_bvr, w_wvr; in guest_code_ss() local 408 wvr = read_sysreg(dbgwvr0_el1); in guest_code_ss() 414 GUEST_ASSERT_EQ(wvr, w_wvr); in guest_code_ss()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | hw_breakpoint.h | 95 #define AARCH64_DBG_REG_NAME_WVR wvr
|
/openbmc/qemu/target/arm/hvf/ |
H A D | hvf.c | 2209 r = hv_vcpu_set_sys_reg(cpu->accel->fd, dbgwvr_regs[i], wp->wvr); in hvf_put_gdbstub_debug_registers()
|