Home
last modified time | relevance | path

Searched defs:vcpu_thread (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/lib/
H A Dperf_test_util.c19 struct vcpu_thread { struct
31 static struct vcpu_thread vcpu_threads[KVM_MAX_VCPUS]; argument
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/
H A Dset_memory_region_test.c111 static struct kvm_vm *spawn_vm(struct kvm_vcpu **vcpu, pthread_t *vcpu_thread, in spawn_vm()
178 pthread_t vcpu_thread; in test_move_memory_region() local
257 pthread_t vcpu_thread; in test_delete_memory_region() local
H A Ddirty_log_test.c191 static pthread_t vcpu_thread; variable
H A Dmemslot_perf_test.c92 pthread_t vcpu_thread; member
/aosp_15_r20/external/crosvm/tests/
H A Dplugin_async_write.c41 void *vcpu_thread(void *arg) { in vcpu_thread() function
H A Dplugin_adder.c40 void *vcpu_thread(void *arg) { in vcpu_thread() function
H A Dmini_plugin_template.c51 void *vcpu_thread(void *arg) {{ in vcpu_thread() function
H A Dplugin_dirty_log.c41 void *vcpu_thread(void *arg) { in vcpu_thread() function
H A Dplugin_ioevent.c40 void *vcpu_thread(void *arg) { in vcpu_thread() function
H A Dplugin_hint.c42 void *vcpu_thread(void *arg) { in vcpu_thread() function
H A Dplugin_vcpu_pause.c217 pthread_t vcpu_thread; in main() local
H A Dplugin_irqfd.c81 void *vcpu_thread(void *arg) { in vcpu_thread() function
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/
H A Dxapic_ipi_test.c194 static void *vcpu_thread(void *arg) in vcpu_thread() function
/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/
H A Dvcpu.rs184 let mut vcpu_thread = v.borrow_mut(); in set_vcpu_thread_local() localVariable