Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/tools/testing/selftests/kvm/
A Dkvm_binary_stats_test.c204 struct kvm_vm **vms; in main() local
228 vms = malloc(sizeof(vms[0]) * max_vm); in main()
229 TEST_ASSERT(vms, "Allocate memory for storing VM pointers"); in main()
235 vms[i] = vm_create_barebones(); in main()
237 vcpus[i * max_vcpu + j] = __vm_vcpu_add(vms[i], j); in main()
242 vm_stats_test(vms[i]); in main()
249 kvm_vm_free(vms[i]); in main()
250 free(vms); in main()
/linux-6.3-rc2/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.c3829 struct vm_struct **vms; in pcpu_get_vm_areas() local
3862 vms = kcalloc(nr_vms, sizeof(vms[0]), GFP_KERNEL); in pcpu_get_vm_areas()
3864 if (!vas || !vms) in pcpu_get_vm_areas()
3981 vms[area]->addr = kasan_unpoison_vmalloc(vms[area]->addr, in pcpu_get_vm_areas()
3985 return vms; in pcpu_get_vm_areas()
4030 kfree(vms[area]); in pcpu_get_vm_areas()
4034 kfree(vms); in pcpu_get_vm_areas()
4053 kfree(vms[area]); in pcpu_get_vm_areas()
4057 kfree(vms); in pcpu_get_vm_areas()
4073 free_vm_area(vms[i]); in pcpu_free_vm_areas()
[all …]
/linux-6.3-rc2/include/linux/
A Dvmalloc.h269 void pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms);
280 pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms) in pcpu_free_vm_areas() argument
/linux-6.3-rc2/tools/kvm/kvm_stat/
A Dkvm_stat846 vms = self.walkdir(PATH_DEBUGFS_KVM)[1]
847 if len(vms) == 0:
850 self.paths = list(filter(lambda x: "{}-".format(pid) in x, vms))
/linux-6.3-rc2/arch/parisc/include/asm/
A Dpgtable.h398 #define update_mmu_cache(vms,addr,ptep) __update_cache(*ptep) argument
/linux-6.3-rc2/Documentation/virt/kvm/
A Dapi.rst5339 Not all PV vms can be dumped, the owner needs to set `dump
7434 allows the in-guest workload to maintain its own NPTs and keeps the two vms

Completed in 33 milliseconds