Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/powerpc/tm/
Dtm-signal-context-chk-vmx.c39 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v…
43 vector int vms[] = { variable
62 &vms[i], sizeof(vector int)); in signal_usr1()
64 &vms[i + NV_VMX_REGS], sizeof (vector int)); in signal_usr1()
99 rc = tm_signal_self_context_load(pid, NULL, NULL, vms, NULL); in tm_signal_context_chk()
Dtm-signal-context-chk-gpr.c38 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v…
Dtm-signal-context-chk-fpu.c38 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v…
Dtm-signal-context-chk-vsx.c39 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v…
/Linux-v4.19/mm/
Dpercpu-vm.c335 struct vm_struct **vms; in pcpu_create_chunk() local
341 vms = pcpu_get_vm_areas(pcpu_group_offsets, pcpu_group_sizes, in pcpu_create_chunk()
343 if (!vms) { in pcpu_create_chunk()
348 chunk->data = vms; in pcpu_create_chunk()
349 chunk->base_addr = vms[0]->addr - pcpu_group_offsets[0]; in pcpu_create_chunk()
Dvmalloc.c2473 struct vm_struct **vms; in pcpu_get_vm_areas() local
2506 vms = kcalloc(nr_vms, sizeof(vms[0]), GFP_KERNEL); in pcpu_get_vm_areas()
2508 if (!vas || !vms) in pcpu_get_vm_areas()
2513 vms[area] = kzalloc(sizeof(struct vm_struct), GFP_KERNEL); in pcpu_get_vm_areas()
2514 if (!vas[area] || !vms[area]) in pcpu_get_vm_areas()
2599 setup_vmalloc_vm(vms[area], vas[area], VM_ALLOC, in pcpu_get_vm_areas()
2603 return vms; in pcpu_get_vm_areas()
2608 kfree(vms[area]); in pcpu_get_vm_areas()
2612 kfree(vms); in pcpu_get_vm_areas()
2623 void pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms) in pcpu_free_vm_areas() argument
[all …]
/Linux-v4.19/include/linux/
Dvmalloc.h183 void pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms);
194 pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms) in pcpu_free_vm_areas() argument
/Linux-v4.19/tools/kvm/kvm_stat/
Dkvm_stat758 vms = self.walkdir(PATH_DEBUGFS_KVM)[1]
759 if len(vms) == 0:
762 self.paths = list(filter(lambda x: "{}-".format(pid) in x, vms))