Searched refs:vcpu_debug_state (Results 1 – 3 of 3) sorted by relevance
413 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_bvr[rd->CRm]; in set_bvr()423 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_bvr[rd->CRm]; in get_bvr()433 vcpu->arch.vcpu_debug_state.dbg_bvr[rd->CRm] = rd->val; in reset_bvr()455 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_bcr[rd->CRm]; in set_bcr()466 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_bcr[rd->CRm]; in get_bcr()476 vcpu->arch.vcpu_debug_state.dbg_bcr[rd->CRm] = rd->val; in reset_bcr()491 vcpu->arch.vcpu_debug_state.dbg_wvr[rd->CRm]); in trap_wvr()499 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_wvr[rd->CRm]; in set_wvr()509 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_wvr[rd->CRm]; in get_wvr()519 vcpu->arch.vcpu_debug_state.dbg_wvr[rd->CRm] = rd->val; in reset_wvr()[all …]
136 vcpu->arch.debug_ptr = &vcpu->arch.vcpu_debug_state; in kvm_arm_reset_debug_ptr()230 vcpu->arch.debug_ptr != &vcpu->arch.vcpu_debug_state); in kvm_arm_setup_debug()
321 struct kvm_guest_debug_arch vcpu_debug_state; member
Completed in 11 milliseconds