Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kvm/
Dhyperv.c340 if (vcpu->run->hyperv.u.syndbg.msr == HV_X64_MSR_SYNDBG_CONTROL) in kvm_hv_syndbg_complete_userspace()
342 vcpu->run->hyperv.u.syndbg.status; in kvm_hv_syndbg_complete_userspace()
348 struct kvm_hv_syndbg *syndbg = to_hv_syndbg(vcpu); in syndbg_exit() local
352 hv_vcpu->exit.u.syndbg.msr = msr; in syndbg_exit()
353 hv_vcpu->exit.u.syndbg.control = syndbg->control.control; in syndbg_exit()
354 hv_vcpu->exit.u.syndbg.send_page = syndbg->control.send_page; in syndbg_exit()
355 hv_vcpu->exit.u.syndbg.recv_page = syndbg->control.recv_page; in syndbg_exit()
356 hv_vcpu->exit.u.syndbg.pending_page = syndbg->control.pending_page; in syndbg_exit()
365 struct kvm_hv_syndbg *syndbg = to_hv_syndbg(vcpu); in syndbg_set_msr() local
374 syndbg->control.control = data; in syndbg_set_msr()
[all …]
/linux-6.6.21/tools/include/uapi/linux/
Dkvm.h208 } syndbg; member
/linux-6.6.21/include/uapi/linux/
Dkvm.h208 } syndbg; member
/linux-6.6.21/Documentation/virt/kvm/
Dapi.rst6558 } syndbg;