Searched refs:vms (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-chk-vmx.c36 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *vss);
41 vector int vms[] = { variable
65 &vms[i], sizeof(vector int));
75 printf("%08x", vms[i][j]);
83 &vms[NV_VMX_REGS + i], sizeof (vector int));
93 printf("%08x", vms[NV_VMX_REGS + i][j]);
122 * array pointers to it, in that case 'vms', and invoke the
125 rc = tm_signal_self_context_load(pid, NULL, NULL, vms, NULL);
H A Dtm-signal-context-chk-fpu.c35 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *vss);
H A Dtm-signal-context-chk-gpr.c35 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *vss);
H A Dtm-signal-context-chk-vsx.c37 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *vss);
/linux-master/tools/testing/selftests/kvm/
H A Dkvm_binary_stats_test.c191 struct kvm_vm **vms; local
215 vms = malloc(sizeof(vms[0]) * max_vm);
216 TEST_ASSERT(vms, "Allocate memory for storing VM pointers");
229 vms[i] = vm_create_barebones();
231 vcpus[i * max_vcpu + j] = __vm_vcpu_add(vms[i], j);
243 vm_stats_fds = vm_get_stats_fd(vms[i]);
247 stats_test(vm_get_stats_fd(vms[i]));
261 kvm_vm_free(vms[i]);
270 free(vms);
[all...]
/linux-master/mm/
H A Dpercpu-vm.c336 struct vm_struct **vms; local
342 vms = pcpu_get_vm_areas(pcpu_group_offsets, pcpu_group_sizes,
344 if (!vms) {
349 chunk->data = vms;
350 chunk->base_addr = vms[0]->addr - pcpu_group_offsets[0];
H A Dvmalloc.c4535 struct vm_struct **vms; local
4568 vms = kcalloc(nr_vms, sizeof(vms[0]), GFP_KERNEL);
4570 if (!vas || !vms)
4575 vms[area] = kzalloc(sizeof(struct vm_struct), GFP_KERNEL);
4576 if (!vas[area] || !vms[area])
4675 setup_vmalloc_vm_locked(vms[area], vas[area], VM_ALLOC,
4687 vms[area]->addr = kasan_unpoison_vmalloc(vms[area]->addr,
4688 vms[are
4774 pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms) argument
[all...]
/linux-master/include/linux/
H A Dvmalloc.h270 void pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms);
281 pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms) argument

Completed in 255 milliseconds