Home
last modified time | relevance | path

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

/arch/arm64/kvm/
Ddebug.c181 &vcpu->arch.debug_ptr->dbg_bvr[0]); in kvm_arm_setup_debug()
216 &vcpu->arch.debug_ptr->dbg_bvr[0]); in kvm_arm_clear_debug()
Dsys_regs.c281 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_bvr[rd->reg]; in trap_bvr()
296 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_bvr[rd->reg]; in set_bvr()
306 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_bvr[rd->reg]; in get_bvr()
316 vcpu->arch.vcpu_debug_state.dbg_bvr[rd->reg] = rd->val; in reset_bvr()
1133 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_bvr[rd->reg]; in trap_xvr()
/arch/arm64/kvm/hyp/
Ddebug-sr.c146 save_debug(dbg->dbg_bvr, dbgbvr, brps); in __debug_save_state()
169 restore_debug(dbg->dbg_bvr, dbgbvr, brps); in __debug_restore_state()
/arch/arm64/include/uapi/asm/
Dkvm.h131 __u64 dbg_bvr[KVM_ARM_MAX_DBG_REGS]; member