Home
last modified time | relevance | path

Searched refs:crosvm_vcpu_get_debugregs (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/tests/
Dplugin_hint.c112 if (crosvm_vcpu_get_debugregs(vcpu, &debugregs)) { in vcpu_thread()
/external/crosvm/crosvm_plugin/
Dcrosvm.h658 int crosvm_vcpu_get_debugregs(struct crosvm_vcpu*, struct kvm_debugregs*);
/external/crosvm/crosvm_plugin/src/
Dlib.rs1851 pub unsafe extern "C" fn crosvm_vcpu_get_debugregs( in crosvm_vcpu_get_debugregs() function