/openbmc/linux/tools/perf/util/ |
H A D | machine.h | 21 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 D | machine.c | 274 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 …]
|
/openbmc/openbmc/poky/scripts/lib/checklayer/cases/ |
H A D | bsp.py | 19 self.assertTrue(self.tc.layer['conf']['machines'], 20 "Layer is BSP but doesn't defines machines.") 38 This test iterates over all machines. It would be nicer to instantiate 43 if not self.td['machines']: 44 self.skipTest('No machines set with --machines.') 46 for machine in self.td['machines']: 53 msg.insert(0, 'The following machines broke a world build:') 61 in exactly the same way. Otherwise it is not possible to use both machines 64 This criteria can only be tested by testing different machines in combination, 66 choice of machines: [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | sstate-diff-machines.sh | 7 # Used to compare sstate checksums between MACHINES. 31 machines= 39 Welcome to utility to compare sstate checksums between different MACHINEs. 50 --machines=<machines> 51 …List of MACHINEs separated by space, will use the environment variable MACHINES if it is not speci… 59 Show the differences between MACHINEs. It assumes: 60 * First 2 MACHINEs in --machines parameter have the same TUNE_PKGARCH 62 * Next MACHINEs are ignored 79 --machines=*) 80 machines=`echo $1 | sed -e 's#^--machines="*\([^"]*\)"*#\1#'` [all …]
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | machines.h | 3 * machines.h: Defines for taking apart the machine type value in the 17 /* Current number of machines we know about that has an IDPROM 18 * machtype entry including one entry for the 0x80 OBP machines. 21 // sun3 port doesn't need to know about sparc machines. 45 /* Sun3 machines */ 53 /* Sun3x machines */ 57 /* Sun4 machines */ 63 /* Sun4c machines Full Name - PROM NAME */ 72 /* Sun4m machines, these predate the OpenBoot. These values only mean 82 /* Sun4d machines -- N/A */ [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | pinctrl_spear.txt | 53 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/google-misc/subprojects/ncsid/doc/ |
H A D | ncsid_internals.md | 15 - **EC**. This is the code borrowed from EC. The three state machines are pretty 29 ## EC State Machines 31 NC-SId reuses the state machines from EC. They are treated like black boxes. 49 all state machines restart, which means that NC-SI in the NIC is also reset and 55 not a part of EC state machines' state: 57 - State Parameters. These structures are allocated outside of EC State Machines, 58 but their content is fully managed by EC State Machines. 79 This component coordinates the interaction between EC State Machines and is also 101 To allow some fairly sophisticated unit-tests, EC State Machines as well as 106 server, replying to NC-SI requests coming from NC-SI State Machines.
|
/openbmc/openbmc/meta-arm/ci/ |
H A D | listmachines.py | 8 List all of the machines available under the listed sub-layers of meta-arm. 11 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 D | check-machine-coverage | 16 machines = list_machines(layers) variable 22 missing = machines - kas 23 print(f"The following machines are missing: {', '.join(sorted(missing))}.") 25 covered = len(machines) - len(missing) 26 total = len(machines)
|
/openbmc/linux/Documentation/sound/hd-audio/ |
H A D | models.rst | 160 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/linux/arch/sparc/include/asm/ |
H A D | machines.h | 3 * machines.h: Defines for taking apart the machine type value in the 34 /* Leon machines */ 37 /* Sun4m machines, these predate the OpenBoot. These values only mean 47 /* Sun4d machines -- N/A */ 48 /* Sun4e machines -- N/A */ 49 /* Sun4u machines -- N/A */
|
/openbmc/openbmc/meta-raspberrypi/docs/ |
H A D | layer-contents.md | 3 ## Supported Machines 17 Note: The raspberrypi3 machines include support for Raspberry Pi 3B+. 19 ## Multi-board Machines 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/tests/qtest/ |
H A D | prom-env-test.c | 2 * Test Open-Firmware-based machines. 12 * This test is used to check that some Open Firmware based machines (i.e. 68 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 D | libqtest.c | 1483 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/openbmc/meta-arm/scripts/ |
H A D | layer-overview.py | 6 Output includes sublayers, machines, recipes. 29 machines = sorted(p for p in layer.glob("conf/machine/*.conf")) 30 if machines: 31 print(" Machines") 32 for m in machines:
|
/openbmc/linux/drivers/parisc/ |
H A D | Kconfig | 28 generation of PA-RISC cache-coherent machines. Programs the 64 machines from the B132 to the C360, the J2240 and the A180. Some 68 machines. If in doubt, say Y. 75 present on B, C, J, L and N-class machines with 4-digit model 98 J5xxx+ machines. This enables IDE, Floppy, Parallel Port, and 99 Serial port on those machines. 108 Disk/Network activities LEDs on some PA-RISC machines,
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | Kconfig | 12 other operating systems inside virtual machines (guests). 60 in virtual machines on book3s_32 host processors. 77 in virtual machines on book3s_64 host processors. 92 virtual machines on POWER7 and newer processors that have 111 Support running guest kernels in virtual machines on processors 120 machines where hypervisor mode is not available or not usable, 199 Support running unmodified E500 guest kernels in virtual machines on 217 virtual machines on E500MC/E5500/E6500 host processors.
|
/openbmc/openbmc/meta-phosphor/scripts/ |
H A D | generate-machine-list | 8 cat > meta-phosphor/docs/supported-machines.md << EOF 9 # Supported machines 23 ./setup machines >> meta-phosphor/docs/supported-machines.md
|
/openbmc/linux/arch/s390/kvm/ |
H A D | Kconfig | 12 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/block/partitions/ |
H A D | Kconfig | 32 were partitioned using the Cumana interface on Acorn machines. 45 were partitioned using the ICS interface on Acorn machines. 54 systems and the Acorn Archimedes range of machines. If you say 62 Support reading partition tables created on Acorn machines using 71 of machines called RISCiX. If you say 'Y' here, Linux will be able 78 partition table format used by IBM or Motorola PowerPC machines 218 partition table format used by SGI machines. 225 partition table format used by DEC (now Compaq) Ultrix machines. 263 partition table format used by Motorola Delta machines (using
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | typeaheads.py | 63 """ Typeahead for all the machines available in the current project's 67 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/tools/perf/tests/ |
H A D | thread-maps-share.c | 9 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()
|
/openbmc/qemu/docs/system/arm/ |
H A D | aspeed.rst | 4 The QEMU Aspeed machines model BMCs of various OpenPOWER systems and 14 AST2400 SoC based machines : 21 AST2500 SoC based machines : 32 AST2600 SoC based machines : 42 AST2700 SoC based machines : 94 The Aspeed machines can be started using the ``-kernel`` and ``-dtb`` options 174 The machine options specific to Aspeed machines to boot from an eMMC 179 Only the ``ast2600-evb`` and ``rainier-emmc`` machines have support to 236 Other machine options specific to Aspeed machines are : 239 machines use the ``UART5`` device for a boot console, which is [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/ |
H A D | lsupdates.py | 240 # update machines 243 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 253 self.mini_progress("machines", i, total)
|
/openbmc/openbmc/meta-arm/meta-arm-systemready/ |
H A D | README.md | 4 [Arm SystemReady][] validation on the supported machines. 11 This layer provides support for the following on supported machines: 83 To build the firmware for Arm SystemReady on the supported machines (take the 89 To run the Arm SystemReady ACS tests on the supported machines (take running 94 To run the Linux distributions installation on the supported machines (take 107 SystemReady IR implementation can be reused on other machines. Furthermore, the 112 To reuse the supported Arm SystemReady IR on other machines, you will need to:
|