Home
last modified time | relevance | path

Searched refs:wvr (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/arm/
H A Dhyp_gdbstub.c132 .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 Ddebug_helper.c551 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 Dinternals.h1791 uint64_t wvr; member
H A Dkvm.c1492 ptr->dbg_wvr[i] = wp->wvr; in kvm_arm_copy_hw_debug_data()
/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Ddebug-exceptions.c381 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 Dhw_breakpoint.h95 #define AARCH64_DBG_REG_NAME_WVR wvr
/openbmc/qemu/target/arm/hvf/
H A Dhvf.c2209 r = hv_vcpu_set_sys_reg(cpu->accel->fd, dbgwvr_regs[i], wp->wvr); in hvf_put_gdbstub_debug_registers()