Lines Matching refs:arch

203 		vcpu->arch.debug_flags |= KVM_ARM64_DEBUG_DIRTY;  in trap_debug_regs()
234 vcpu->arch.debug_flags |= KVM_ARM64_DEBUG_DIRTY; in reg_to_dbg()
250 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()
292 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_bcr[rd->reg]; in trap_bcr()
307 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_bcr[rd->reg]; in set_bcr()
318 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_bcr[rd->reg]; in get_bcr()
328 vcpu->arch.vcpu_debug_state.dbg_bcr[rd->reg] = rd->val; in reset_bcr()
335 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_wvr[rd->reg]; in trap_wvr()
343 vcpu->arch.vcpu_debug_state.dbg_wvr[rd->reg]); in trap_wvr()
351 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_wvr[rd->reg]; in set_wvr()
361 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_wvr[rd->reg]; in get_wvr()
371 vcpu->arch.vcpu_debug_state.dbg_wvr[rd->reg] = rd->val; in reset_wvr()
378 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_wcr[rd->reg]; in trap_wcr()
393 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_wcr[rd->reg]; in set_wcr()
403 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_wcr[rd->reg]; in get_wcr()
413 vcpu->arch.vcpu_debug_state.dbg_wcr[rd->reg] = rd->val; in reset_wcr()
706 vcpu->arch.debug_flags |= KVM_ARM64_DEBUG_DIRTY; in trap_debug32()
729 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_bvr[rd->reg]; in trap_xvr()
738 vcpu->arch.debug_flags |= KVM_ARM64_DEBUG_DIRTY; in trap_xvr()
1137 target_specific = get_target_table(vcpu->arch.target, false, &num); in kvm_handle_cp15_64()
1148 target_specific = get_target_table(vcpu->arch.target, false, &num); in kvm_handle_cp15_32()
1174 table = get_target_table(vcpu->arch.target, true, &num); in emulate_sys_reg()
1294 table = get_target_table(vcpu->arch.target, true, &num); in index_to_sys_reg_desc()
1622 i1 = get_target_table(vcpu->arch.target, true, &num); in walk_sys_regs()
1747 memset(&vcpu->arch.ctxt.sys_regs, 0x42, sizeof(vcpu->arch.ctxt.sys_regs)); in kvm_reset_sys_regs()
1752 table = get_target_table(vcpu->arch.target, true, &num); in kvm_reset_sys_regs()