Searched refs:vms (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/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…
|
/linux-6.3-rc2/tools/testing/selftests/kvm/ |
A D | kvm_binary_stats_test.c | 204 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 D | percpu-vm.c | 336 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 D | vmalloc.c | 3829 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 D | vmalloc.h | 269 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 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))
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | pgtable.h | 398 #define update_mmu_cache(vms,addr,ptep) __update_cache(*ptep) argument
|
/linux-6.3-rc2/Documentation/virt/kvm/ |
A D | api.rst | 5339 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