Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/tm/
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 *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 Dtm-signal-context-chk-fpu.c35 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v…
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 *v…
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 *v…
/linux/tools/testing/selftests/kvm/
A Dkvm_binary_stats_test.c206 struct kvm_vm **vms; in main() local
229 vms = malloc(sizeof(vms[0]) * max_vm); in main()
230 TEST_ASSERT(vms, "Allocate memory for storing VM pointers"); in main()
232 vms[i] = vm_create(VM_MODE_DEFAULT, in main()
235 vm_vcpu_add(vms[i], j); in main()
240 vm_stats_test(vms[i]); in main()
242 vcpu_stats_test(vms[i], j); in main()
246 kvm_vm_free(vms[i]); in main()
247 free(vms); in main()
/linux/mm/
A Dpercpu-vm.c336 struct vm_struct **vms; in pcpu_create_chunk() local
342 vms = pcpu_get_vm_areas(pcpu_group_offsets, pcpu_group_sizes, in pcpu_create_chunk()
344 if (!vms) { in pcpu_create_chunk()
349 chunk->data = vms; in pcpu_create_chunk()
350 chunk->base_addr = vms[0]->addr - pcpu_group_offsets[0]; in pcpu_create_chunk()
A Dvmalloc.c3613 struct vm_struct **vms; in pcpu_get_vm_areas() local
3647 vms = kcalloc(nr_vms, sizeof(vms[0]), GFP_KERNEL); in pcpu_get_vm_areas()
3649 if (!vas || !vms) in pcpu_get_vm_areas()
3655 if (!vas[area] || !vms[area]) in pcpu_get_vm_areas()
3765 return vms; in pcpu_get_vm_areas()
3810 kfree(vms[area]); in pcpu_get_vm_areas()
3814 kfree(vms); in pcpu_get_vm_areas()
3833 kfree(vms[area]); in pcpu_get_vm_areas()
3837 kfree(vms); in pcpu_get_vm_areas()
3853 free_vm_area(vms[i]); in pcpu_free_vm_areas()
[all …]
/linux/include/linux/
A Dvmalloc.h259 void pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms);
270 pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms) in pcpu_free_vm_areas() argument
/linux/tools/kvm/kvm_stat/
A Dkvm_stat778 vms = self.walkdir(PATH_DEBUGFS_KVM)[1]
779 if len(vms) == 0:
782 self.paths = list(filter(lambda x: "{}-".format(pid) in x, vms))
/linux/arch/parisc/include/asm/
A Dpgtable.h419 #define update_mmu_cache(vms,addr,ptep) __update_cache(*ptep) argument
/linux/Documentation/virt/kvm/
A Dapi.rst6827 allows the in-guest workload to maintain its own NPTs and keeps the two vms

Completed in 40 milliseconds