Home
last modified time | relevance | path

Searched refs:machines (Results 1 – 25 of 660) sorted by relevance

12345678910>>...27

/openbmc/linux/tools/perf/util/
H A Dmachine.h21 struct machines;
69 struct machines *machines; member
160 struct machines { struct
165 void machines__init(struct machines *machines); argument
166 void machines__exit(struct machines *machines);
168 void machines__process_guests(struct machines *machines,
171 struct machine *machines__add(struct machines *machines, pid_t pid,
173 struct machine *machines__find(struct machines *machines, pid_t pid);
174 struct machine *machines__findnew(struct machines *machines, pid_t pid);
175 struct machine *machines__find_guest(struct machines *machines, pid_t pid);
[all …]
H A Dmachine.c274 void machines__init(struct machines *machines) in machines__init() argument
276 machine__init(&machines->host, "", HOST_KERNEL_ID); in machines__init()
277 machines->guests = RB_ROOT_CACHED; in machines__init()
280 void machines__exit(struct machines *machines) in machines__exit() argument
282 machine__exit(&machines->host); in machines__exit()
286 struct machine *machines__add(struct machines *machines, pid_t pid, in machines__add() argument
289 struct rb_node **p = &machines->guests.rb_root.rb_node; in machines__add()
314 rb_insert_color_cached(&machine->rb_node, &machines->guests, leftmost); in machines__add()
316 machine->machines = machines; in machines__add()
321 void machines__set_comm_exec(struct machines *machines, bool comm_exec) in machines__set_comm_exec() argument
[all …]
H A Dsession.h31 struct machines machines; member
114 return machines__find(&session->machines, pid); in perf_session__find_machine()
120 return machines__findnew(&session->machines, pid); in perf_session__findnew_machine()
/openbmc/openbmc/poky/scripts/
H A Dsstate-diff-machines.sh31 machines=
50 --machines=<machines>
60 * First 2 MACHINEs in --machines parameter have the same TUNE_PKGARCH
79 --machines=*)
80 machines=`echo $1 | sed -e 's#^--machines="*\([^"]*\)"*#\1#'`
107 [ -n "$machines" ] || machines=$MACHINES
108 [ -n "$machines" ] || machines=$default_machines
115 for M in ${machines}; do
169 compareMachines ${machines}
H A Dautobuilder-worker-prereq-tests74 …wget http://downloads.yoctoproject.org/releases/yocto/yocto-4.0/machines/qemu/qemux86-64/core-imag…
77 …wget http://downloads.yoctoproject.org/releases/yocto/yocto-4.0/machines/qemu/qemux86-64/core-imag…
80 …wget http://downloads.yoctoproject.org/releases/yocto/yocto-4.0/machines/qemu/qemux86-64/bzImage-q…
/openbmc/openbmc/meta-arm/ci/
H A Dlistmachines.py11 machines = set()
19 machines |= set(p.stem for p in (metaarm / layer / "conf" / "machine").glob("*.conf"))
20 return machines
24 machines = list_machines(sys.argv[1:]) variable
25 print(" ".join(sorted(machines)))
H A Dcheck-machine-coverage16 machines = list_machines(layers) variable
22 missing = machines - kas
25 covered = len(machines) - len(missing)
26 total = len(machines)
/openbmc/qemu/tests/qtest/
H A Dprom-env-test.c68 static void add_tests(const char *machines[]) in add_tests() argument
73 for (i = 0; machines[i] != NULL; i++) { in add_tests()
74 if (qtest_has_machine(machines[i])) { in add_tests()
75 name = g_strdup_printf("prom-env/%s", machines[i]); in add_tests()
76 qtest_add_data_func(name, machines[i], test_machine); in add_tests()
H A Dcdrom-test.c109 static void add_cdrom_param_tests(const char **machines) in add_cdrom_param_tests() argument
111 while (*machines) { in add_cdrom_param_tests()
112 if (qtest_has_machine(*machines)) { in add_cdrom_param_tests()
113 char *testname = g_strdup_printf("cdrom/param/%s", *machines); in add_cdrom_param_tests()
114 qtest_add_data_func(testname, *machines, test_cdrom_param); in add_cdrom_param_tests()
117 machines++; in add_cdrom_param_tests()
H A Dlibqtest.c1483 static void qtest_free_machine_list(struct MachInfo *machines) in qtest_free_machine_list() argument
1485 if (machines) { in qtest_free_machine_list()
1486 for (int i = 0; machines[i].name != NULL; i++) { in qtest_free_machine_list()
1487 g_free(machines[i].name); in qtest_free_machine_list()
1488 g_free(machines[i].alias); in qtest_free_machine_list()
1491 g_free(machines); in qtest_free_machine_list()
1501 static struct MachInfo *machines; in qtest_get_machines() local
1516 qtest_free_machine_list(machines); in qtest_get_machines()
1517 machines = NULL; in qtest_get_machines()
1520 if (machines) { in qtest_get_machines()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dpinctrl_spear.txt53 For All SPEAr3xx machines:
59 For SPEAr300 machines:
65 For SPEAr310 machines:
69 For SPEAr320 machines:
94 For SPEAr1310 machines:
112 For SPEAr1340 machines:
126 For All SPEAr3xx machines:
130 For SPEAr300 machines:
133 For SPEAr310 machines:
137 For SPEAr320 machines:
[all …]
/openbmc/linux/tools/perf/tests/
H A Dthread-maps-share.c9 struct machines machines; in test__thread_maps_share() local
30 machines__init(&machines); in test__thread_maps_share()
31 machine = &machines.host; in test__thread_maps_share()
97 machines__exit(&machines); in test__thread_maps_share()
H A Dhists_common.h6 struct machines;
71 struct machine *setup_fake_machine(struct machines *machines);
/openbmc/linux/sound/soc/sof/intel/
H A Dpci-tgl.c23 .machines = snd_soc_acpi_intel_tgl_machines,
56 .machines = snd_soc_acpi_intel_tgl_machines,
89 .machines = snd_soc_acpi_intel_ehl_machines,
121 .machines = snd_soc_acpi_intel_adl_machines,
154 .machines = snd_soc_acpi_intel_adl_machines,
187 .machines = snd_soc_acpi_intel_adl_machines,
220 .machines = snd_soc_acpi_intel_rpl_machines,
253 .machines = snd_soc_acpi_intel_rpl_machines,
H A Dpci-cnl.c23 .machines = snd_soc_acpi_intel_cnl_machines,
56 .machines = snd_soc_acpi_intel_cfl_machines,
89 .machines = snd_soc_acpi_intel_cml_machines,
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dtypeaheads.py67 machines = prj.get_available_machines()
68 machines = machines.order_by("name")
70 primary_results = machines.filter(name__istartswith=search_term)
71 secondary_results = machines.filter(
73 tertiary_results = machines.filter(
/openbmc/linux/arch/s390/kvm/
H A DKconfig12 operating systems inside virtual machines (guests).
38 Support hosting paravirtualized guest machines using the SIE
51 bool "Userspace controlled virtual machines"
54 Allow CAP_SYS_ADMIN users to create KVM virtual machines that are
/openbmc/linux/Documentation/sound/hd-audio/
H A Dmodels.rst160 Limit internal mic boost on Lenovo machines
170 ALC283 COEF setup for Lenovo machines
176 Binding with thinkpad_acpi driver for Lenovo machines
180 ALC255 fixups on Acer machines
182 ALC255 fixups on ASUS machines
184 ALC255 fixups on Dell machines
186 ALC255 fixups on Dell machines, variant 2
188 ALC293 fixups on Dell machines
206 ALC288 fixups on Dell machines
212 ALC293 fixups on Dell machines
[all …]
/openbmc/openbmc/meta-phosphor/scripts/
H A Dgenerate-machine-list8 cat > meta-phosphor/docs/supported-machines.md << EOF
23 ./setup machines >> meta-phosphor/docs/supported-machines.md
/openbmc/qemu/monitor/
H A Dqemu-config-qmp.c126 GSList *machines, *curr_mach; in query_all_machine_properties() local
131 machines = object_class_get_list(TYPE_MACHINE, false); in query_all_machine_properties()
132 assert(machines); in query_all_machine_properties()
135 for (curr_mach = machines; curr_mach; curr_mach = curr_mach->next) { in query_all_machine_properties()
161 g_slist_free(machines); in query_all_machine_properties()
/openbmc/openbmc/meta-arm/scripts/
H A Dlayer-overview.py29 machines = sorted(p for p in layer.glob("conf/machine/*.conf"))
30 if machines:
32 for m in machines:
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/
H A Dlsupdates.py243 total = len(index.machines)
244 for i, id in enumerate(index.machines):
246 name=index.machines[id].name,
248 pk=li_layer_branch_id_to_toaster_lv_id[index.machines[id].layerbranch_id]))
249 mo.up_date = index.machines[id].updated
250 mo.name = index.machines[id].name
251 mo.description = index.machines[id].description
/openbmc/openbmc/meta-raspberrypi/docs/
H A Dlayer-contents.md17 Note: The raspberrypi3 machines include support for Raspberry Pi 3B+.
21 This layer generally provides support for machines that are targetting a single
27 machines that are tagetting a wider support of Raspberry Pi boards.
55 bbappends to that recipe. All machines define
/openbmc/qemu/docs/system/arm/
H A Dstm32.rst9 The STM32F1 series is based on ARM Cortex-M3 core. The following machines are
14 The STM32F2 series is based on ARM Cortex-M3 core. The following machines are
21 The following machines are based on this ARM Cortex-M4F chip :
65 The STM32 machines can be started using the ``-kernel`` option to load a
/openbmc/linux/arch/mips/kernel/
H A Dvmlinux.lds.S124 .mips.machines.init : AT(ADDR(.mips.machines.init) - LOAD_OFFSET) {
126 KEEP(*(.mips.machines.init))

12345678910>>...27