Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/
H A Ddebug-sr.h102 save_debug(dbg->dbg_bvr, dbgbvr, brps); in __debug_save_state()
121 restore_debug(dbg->dbg_bvr, dbgbvr, brps); in __debug_restore_state()
/openbmc/linux/arch/arm64/kvm/
H A Ddebug.c245 &vcpu->arch.debug_ptr->dbg_bvr[0]); in kvm_arm_setup_debug()
308 &vcpu->arch.debug_ptr->dbg_bvr[0]); in kvm_arm_clear_debug()
H A Dsys_regs.c538 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_bvr[rd->CRm]; in trap_bvr()
553 vcpu->arch.vcpu_debug_state.dbg_bvr[rd->CRm] = val; in set_bvr()
560 *val = vcpu->arch.vcpu_debug_state.dbg_bvr[rd->CRm]; in get_bvr()
567 vcpu->arch.vcpu_debug_state.dbg_bvr[rd->CRm] = rd->val; in reset_bvr()
/openbmc/linux/tools/arch/arm64/include/uapi/asm/
H A Dkvm.h141 __u64 dbg_bvr[KVM_ARM_MAX_DBG_REGS]; member
/openbmc/linux/arch/arm64/include/uapi/asm/
H A Dkvm.h141 __u64 dbg_bvr[KVM_ARM_MAX_DBG_REGS]; member
/openbmc/qemu/linux-headers/asm-arm64/
H A Dkvm.h139 __u64 dbg_bvr[KVM_ARM_MAX_DBG_REGS]; member
/openbmc/qemu/target/arm/
H A Dkvm.c1488 ptr->dbg_bvr[i] = bp->bvr; in kvm_arm_copy_hw_debug_data()