Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/kvm/
Ddebug.c175 &vcpu->arch.debug_ptr->dbg_bvr[0]); in kvm_arm_setup_debug()
210 &vcpu->arch.debug_ptr->dbg_bvr[0]); in kvm_arm_clear_debug()
Dsys_regs.c250 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_bvr[rd->reg]; in trap_bvr()
265 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_bvr[rd->reg]; in set_bvr()
275 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_bvr[rd->reg]; in get_bvr()
285 vcpu->arch.vcpu_debug_state.dbg_bvr[rd->reg] = rd->val; in reset_bvr()
729 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_bvr[rd->reg]; in trap_xvr()
/linux-4.4.14/arch/arm64/include/uapi/asm/
Dkvm.h125 __u64 dbg_bvr[KVM_ARM_MAX_DBG_REGS]; member
/linux-4.4.14/arch/arm64/kernel/
Dasm-offsets.c121 DEFINE(DEBUG_BVR, offsetof(struct kvm_guest_debug_arch, dbg_bvr)); in main()