Home
last modified time | relevance | path

Searched refs:cpu_group (Results 1 – 25 of 47) sorted by relevance

12

/dports/emulators/dynamips-community/dynamips-0.2.17/stable/
H A Dppc32_vmtest.c52 if (vm->cpu_group != NULL) { in ppc32_vmtest_delete_instance()
55 if (cpu_group_sync_state(vm->cpu_group) == -1) { in ppc32_vmtest_delete_instance()
92 vm->cpu_group = cpu_group_create("System CPU"); in ppc32_vmtest_init_platform()
106 cpu_group_add(vm->cpu_group,gen0); in ppc32_vmtest_init_platform()
170 if (cpu_group_sync_state(vm->cpu_group) == -1) { in ppc32_vmtest_boot_raw()
220 if (cpu_group_sync_state(vm->cpu_group) == -1) { in ppc32_vmtest_boot_elf()
291 if (vm->cpu_group != NULL) { in ppc32_vmtest_stop_instance()
294 if (cpu_group_sync_state(vm->cpu_group) == -1) { in ppc32_vmtest_stop_instance()
H A Dvm.c416 if ((vm->status == VM_STATUS_HALTED) || !vm->cpu_group) { in vm_hardware_shutdown()
454 cpu_group_delete(vm->cpu_group); in vm_hardware_shutdown()
455 vm->cpu_group = NULL; in vm_hardware_shutdown()
617 if (cpu_group_sync_state(vm->cpu_group) == -1) { in vm_map_device()
630 cpu_group_rebuild_mts(vm->cpu_group); in vm_map_device()
642 cpu_group_save_state(vm->cpu_group); in vm_suspend()
643 cpu_group_set_state(vm->cpu_group,CPU_STATE_SUSPENDED); in vm_suspend()
653 cpu_group_restore_state(vm->cpu_group); in vm_resume()
662 cpu_group_stop_all_cpu(vm->cpu_group); in vm_stop()
H A Dcpu.h126 typedef struct cpu_group cpu_group_t;
127 struct cpu_group { struct
/dports/emulators/dynamips-community/dynamips-0.2.17/unstable/
H A Dppc32_vmtest.c52 if (vm->cpu_group != NULL) { in ppc32_vmtest_delete_instance()
55 if (cpu_group_sync_state(vm->cpu_group) == -1) { in ppc32_vmtest_delete_instance()
92 vm->cpu_group = cpu_group_create("System CPU"); in ppc32_vmtest_init_platform()
106 cpu_group_add(vm->cpu_group,gen0); in ppc32_vmtest_init_platform()
165 if (cpu_group_sync_state(vm->cpu_group) == -1) { in ppc32_vmtest_boot_raw()
215 if (cpu_group_sync_state(vm->cpu_group) == -1) { in ppc32_vmtest_boot_elf()
286 if (vm->cpu_group != NULL) { in ppc32_vmtest_stop_instance()
289 if (cpu_group_sync_state(vm->cpu_group) == -1) { in ppc32_vmtest_stop_instance()
H A Dvm.c417 if ((vm->status == VM_STATUS_HALTED) || !vm->cpu_group) { in vm_hardware_shutdown()
455 cpu_group_delete(vm->cpu_group); in vm_hardware_shutdown()
456 vm->cpu_group = NULL; in vm_hardware_shutdown()
617 if (cpu_group_sync_state(vm->cpu_group) == -1) { in vm_map_device()
630 cpu_group_rebuild_mts(vm->cpu_group); in vm_map_device()
642 cpu_group_save_state(vm->cpu_group); in vm_suspend()
643 cpu_group_set_state(vm->cpu_group,CPU_STATE_SUSPENDED); in vm_suspend()
653 cpu_group_restore_state(vm->cpu_group); in vm_resume()
662 cpu_group_stop_all_cpu(vm->cpu_group); in vm_stop()
H A Dcpu.h139 typedef struct cpu_group cpu_group_t;
140 struct cpu_group { struct
/dports/emulators/dynamips-community/dynamips-0.2.17/common/
H A Dhv_vm_debug.c44 if ((cpu = cpu_group_find_id(vm->cpu_group,atoi(argv[1]))) != NULL) in cmd_show_cpu_regs()
61 if ((cpu = cpu_group_find_id(vm->cpu_group,atoi(argv[1]))) != NULL) in cmd_show_cpu_mmu()
79 cpu = cpu_group_find_id(vm->cpu_group,atoi(argv[1])); in cmd_set_cpu_reg()
107 if (!(cpu = cpu_group_find_id(vm->cpu_group,atoi(argv[1])))) { in cmd_add_cpu_breakpoint()
132 if (!(cpu = cpu_group_find_id(vm->cpu_group,atoi(argv[1])))) { in cmd_remove_cpu_breakpoint()
H A Ddev_c3745.c182 if (vm->cpu_group != NULL) { in c3745_delete_instance()
185 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c3745_delete_instance()
454 vm->cpu_group = cpu_group_create("System CPU"); in c3745_init_platform()
465 cpu_group_add(vm->cpu_group,gen); in c3745_init_platform()
555 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c3745_boot_ios()
689 if (vm->cpu_group != NULL) { in c3745_stop_instance()
692 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c3745_stop_instance()
731 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c3745_nm_init_online()
H A Ddev_c2691.c145 if (vm->cpu_group != NULL) { in c2691_delete_instance()
148 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c2691_delete_instance()
402 vm->cpu_group = cpu_group_create("System CPU"); in c2691_init_platform()
413 cpu_group_add(vm->cpu_group,gen); in c2691_init_platform()
503 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c2691_boot_ios()
637 if (vm->cpu_group != NULL) { in c2691_stop_instance()
640 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c2691_stop_instance()
H A Ddev_c3725.c145 if (vm->cpu_group != NULL) { in c3725_delete_instance()
148 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c3725_delete_instance()
419 vm->cpu_group = cpu_group_create("System CPU"); in c3725_init_platform()
430 cpu_group_add(vm->cpu_group,gen); in c3725_init_platform()
520 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c3725_boot_ios()
654 if (vm->cpu_group != NULL) { in c3725_stop_instance()
657 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c3725_stop_instance()
H A Ddev_c6msfc1.c292 if (vm->cpu_group != NULL) { in c6msfc1_delete_instance()
295 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c6msfc1_delete_instance()
466 vm->cpu_group = cpu_group_create("System CPU"); in c6msfc1_init_platform()
477 cpu_group_add(vm->cpu_group,gen0); in c6msfc1_init_platform()
578 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c6msfc1_boot_ios()
707 if (vm->cpu_group != NULL) { in c6msfc1_stop_instance()
710 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c6msfc1_stop_instance()
H A Ddev_c1700.c126 if (vm->cpu_group != NULL) { in c1700_delete_instance()
129 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c1700_delete_instance()
485 vm->cpu_group = cpu_group_create("System CPU"); in c1700_init_platform()
496 cpu_group_add(vm->cpu_group,gen); in c1700_init_platform()
602 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c1700_boot_ios()
697 if (vm->cpu_group != NULL) { in c1700_stop_instance()
700 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c1700_stop_instance()
H A Ddev_c3600.c168 if (vm->cpu_group != NULL) { in c3600_delete_instance()
171 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c3600_delete_instance()
576 vm->cpu_group = cpu_group_create("System CPU"); in c3600_init_platform()
587 cpu_group_add(vm->cpu_group,gen); in c3600_init_platform()
685 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c3600_boot_ios()
819 if (vm->cpu_group != NULL) { in c3600_stop_instance()
822 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c3600_stop_instance()
870 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c3600_nm_init_online()
H A Ddev_c2600.c169 if (vm->cpu_group != NULL) { in c2600_delete_instance()
172 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c2600_delete_instance()
548 vm->cpu_group = cpu_group_create("System CPU"); in c2600_init_platform()
559 cpu_group_add(vm->cpu_group,gen); in c2600_init_platform()
668 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c2600_boot_ios()
763 if (vm->cpu_group != NULL) { in c2600_stop_instance()
766 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c2600_stop_instance()
H A Ddev_c6sup1.c354 if (vm->cpu_group != NULL) { in c6sup1_delete_instance()
357 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c6sup1_delete_instance()
532 vm->cpu_group = cpu_group_create("System CPU"); in c6sup1_init_platform()
543 cpu_group_add(vm->cpu_group,gen0); in c6sup1_init_platform()
644 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c6sup1_boot_ios()
773 if (vm->cpu_group != NULL) { in c6sup1_stop_instance()
776 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c6sup1_stop_instance()
H A Ddev_c7200.c347 if (vm->cpu_group != NULL) { in c7200_delete_instance()
350 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c7200_delete_instance()
1473 vm->cpu_group = cpu_group_create("System CPU"); in c7200m_init_platform()
1484 cpu_group_add(vm->cpu_group,gen0); in c7200m_init_platform()
1595 vm->cpu_group = cpu_group_create("System CPU"); in c7200p_init_platform()
1606 cpu_group_add(vm->cpu_group,gen0); in c7200p_init_platform()
1712 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c7200m_boot_ios()
1762 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c7200p_boot_ios()
2037 if (vm->cpu_group != NULL) { in c7200_stop_instance()
2040 if (cpu_group_sync_state(vm->cpu_group) == -1) { in c7200_stop_instance()
[all …]
/dports/devel/aws-c-io/aws-c-io-0.10.12/source/
H A Devent_loop.c81 uint16_t cpu_group, in s_event_loop_group_new() argument
92 group_cpu_count = aws_get_cpu_count_for_group(cpu_group); in s_event_loop_group_new()
105 aws_get_cpu_ids_for_group(cpu_group, usable_cpus, group_cpu_count); in s_event_loop_group_new()
212 uint16_t cpu_group, in aws_event_loop_group_new_pinned_to_cpu_group() argument
220 alloc, clock, el_count, cpu_group, true, new_loop_fn, new_loop_user_data, shutdown_options); in aws_event_loop_group_new_pinned_to_cpu_group()
226 uint16_t cpu_group, in aws_event_loop_group_new_default_pinned_to_cpu_group() argument
236 …alloc, aws_high_res_clock_get_ticks, max_threads, cpu_group, s_default_new_event_loop, NULL, shutd… in aws_event_loop_group_new_default_pinned_to_cpu_group()
/dports/devel/aws-c-s3/aws-c-s3-0.1.27/tests/
H A Ds3_compute_platform_info_test.c25 ASSERT_UINT_EQUALS(0, platform_info->cpu_group_info_array[0].cpu_group); in s_test_get_existing_compute_platform_info()
36 ASSERT_UINT_EQUALS(1, platform_info->cpu_group_info_array[1].cpu_group); in s_test_get_existing_compute_platform_info()
/dports/devel/aws-c-s3/aws-c-s3-0.1.27/source/
H A Ds3.c64 .cpu_group = 0u,
69 .cpu_group = 1u,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/firmware/psci/
H A Dpsci_checker.c168 const struct cpumask *cpu_group = in alloc_init_cpu_groups() local
176 cpumask_copy(cpu_groups[num_groups++], cpu_group); in alloc_init_cpu_groups()
177 cpumask_andnot(tmp, tmp, cpu_group); in alloc_init_cpu_groups()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/firmware/psci/
H A Dpsci_checker.c168 const struct cpumask *cpu_group = in alloc_init_cpu_groups() local
176 cpumask_copy(cpu_groups[num_groups++], cpu_group); in alloc_init_cpu_groups()
177 cpumask_andnot(tmp, tmp, cpu_group); in alloc_init_cpu_groups()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/firmware/psci/
H A Dpsci_checker.c168 const struct cpumask *cpu_group = in alloc_init_cpu_groups() local
176 cpumask_copy(cpu_groups[num_groups++], cpu_group); in alloc_init_cpu_groups()
177 cpumask_andnot(tmp, tmp, cpu_group); in alloc_init_cpu_groups()
/dports/devel/aws-c-io/aws-c-io-0.10.12/include/aws/io/
H A Devent_loop.h386 uint16_t cpu_group,
415 uint16_t cpu_group,
/dports/devel/aws-c-s3/aws-c-s3-0.1.27/include/aws/s3/
H A Ds3.h46 uint16_t cpu_group; member
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_cpu_topology.c100 int cpu_group; member
1848 make_small(map->array[i].cpu_group + offset)); in get_cpu_groups_map()
1938 int logical, int cpu_group) in cpu_group_insert() argument
1946 map->array[ix].cpu_group = cpu_group; in cpu_group_insert()
2081 map->array[i].cpu_group = -1; in make_cpu_groups_map()
2259 int group = map->array[ix].cpu_group; in cpu_groups_lookup()

12