Home
last modified time | relevance | path

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

/arch/arm64/kvm/
Ddebug.c245 &vcpu->arch.debug_ptr->dbg_wvr[0]); in kvm_arm_setup_debug()
308 &vcpu->arch.debug_ptr->dbg_wvr[0]); in kvm_arm_clear_debug()
Dsys_regs.c478 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_wvr[rd->CRm]; in trap_wvr()
486 vcpu->arch.vcpu_debug_state.dbg_wvr[rd->CRm]); in trap_wvr()
494 vcpu->arch.vcpu_debug_state.dbg_wvr[rd->CRm] = val; in set_wvr()
501 *val = vcpu->arch.vcpu_debug_state.dbg_wvr[rd->CRm]; in get_wvr()
508 vcpu->arch.vcpu_debug_state.dbg_wvr[rd->CRm] = rd->val; in reset_wvr()
/arch/arm64/kvm/hyp/include/hyp/
Ddebug-sr.h104 save_debug(dbg->dbg_wvr, dbgwvr, wrps); in __debug_save_state()
123 restore_debug(dbg->dbg_wvr, dbgwvr, wrps); in __debug_restore_state()
/arch/arm64/include/uapi/asm/
Dkvm.h141 __u64 dbg_wvr[KVM_ARM_MAX_DBG_REGS]; member