Searched refs:vms (Results 1 – 6 of 6) sorted by relevance
| /tools/testing/selftests/powerpc/tm/ |
| A D | tm-signal-context-chk-vmx.c | 36 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v… 41 vector int vms[] = { variable 65 &vms[i], sizeof(vector int)); in signal_usr1() 75 printf("%08x", vms[i][j]); in signal_usr1() 83 &vms[NV_VMX_REGS + i], sizeof (vector int)); in signal_usr1() 93 printf("%08x", vms[NV_VMX_REGS + i][j]); in signal_usr1() 125 rc = tm_signal_self_context_load(pid, NULL, NULL, vms, NULL); in tm_signal_context_chk()
|
| A D | tm-signal-context-chk-fpu.c | 35 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v…
|
| A D | tm-signal-context-chk-gpr.c | 35 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v…
|
| A D | tm-signal-context-chk-vsx.c | 37 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v…
|
| /tools/testing/selftests/kvm/ |
| A D | kvm_binary_stats_test.c | 189 struct kvm_vm **vms; in main() local 213 vms = malloc(sizeof(vms[0]) * max_vm); in main() 214 TEST_ASSERT(vms, "Allocate memory for storing VM pointers"); in main() 227 vms[i] = vm_create_barebones(); in main() 229 vcpus[i * max_vcpu + j] = __vm_vcpu_add(vms[i], j); in main() 241 vm_stats_fds = vm_get_stats_fd(vms[i]); in main() 245 stats_test(vm_get_stats_fd(vms[i])); in main() 259 kvm_vm_free(vms[i]); in main() 268 free(vms); in main()
|
| /tools/kvm/kvm_stat/ |
| A D | kvm_stat | 846 vms = self.walkdir(PATH_DEBUGFS_KVM)[1] 847 if len(vms) == 0: 850 self.paths = list(filter(lambda x: "{}-".format(pid) in x, vms))
|
Completed in 10 milliseconds