Home
last modified time | relevance | path

Searched full:machines (Results 1 – 25 of 1198) sorted by relevance

12345678910>>...48

/Linux-v6.1/tools/perf/util/
Dmachine.h21 struct machines;
65 struct machines *machines; member
156 struct machines { struct
161 void machines__init(struct machines *machines); argument
162 void machines__exit(struct machines *machines);
164 void machines__process_guests(struct machines *machines,
167 struct machine *machines__add(struct machines *machines, pid_t pid,
169 struct machine *machines__find(struct machines *machines, pid_t pid);
170 struct machine *machines__findnew(struct machines *machines, pid_t pid);
171 struct machine *machines__find_guest(struct machines *machines, pid_t pid);
[all …]
Dmachine.c267 void machines__init(struct machines *machines) in machines__init() argument
269 machine__init(&machines->host, "", HOST_KERNEL_ID); in machines__init()
270 machines->guests = RB_ROOT_CACHED; in machines__init()
273 void machines__exit(struct machines *machines) in machines__exit() argument
275 machine__exit(&machines->host); in machines__exit()
279 struct machine *machines__add(struct machines *machines, pid_t pid, in machines__add() argument
282 struct rb_node **p = &machines->guests.rb_root.rb_node; in machines__add()
307 rb_insert_color_cached(&machine->rb_node, &machines->guests, leftmost); in machines__add()
309 machine->machines = machines; in machines__add()
314 void machines__set_comm_exec(struct machines *machines, bool comm_exec) in machines__set_comm_exec() argument
[all …]
Dsession.h31 struct machines machines; member
112 return machines__find(&session->machines, pid); in perf_session__find_machine()
118 return machines__findnew(&session->machines, pid); in perf_session__findnew_machine()
/Linux-v6.1/arch/m68k/include/asm/
Dmachines.h3 * 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 …]
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/
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 …]
/Linux-v6.1/Documentation/sound/hd-audio/
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 …]
/Linux-v6.1/arch/sparc/include/asm/
Dmachines.h3 * 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 */
/Linux-v6.1/arch/powerpc/kvm/
DKconfig12 other operating systems inside virtual machines (guests).
61 in virtual machines on book3s_32 host processors.
78 in virtual machines on book3s_64 host processors.
93 virtual machines on POWER7 and newer processors that have
112 Support running guest kernels in virtual machines on processors
121 machines where hypervisor mode is not available or not usable,
200 Support running unmodified E500 guest kernels in virtual machines on
218 virtual machines on E500MC/E5500/E6500 host processors.
/Linux-v6.1/drivers/parisc/
DKconfig27 generation of PA-RISC cache-coherent machines. Programs the
63 machines from the B132 to the C360, the J2240 and the A180. Some
67 machines. If in doubt, say Y.
74 present on B, C, J, L and N-class machines with 4-digit model
97 J5xxx+ machines. This enables IDE, Floppy, Parallel Port, and
98 Serial port on those machines.
106 Disk/Network activities LEDs on some PA-RISC machines,
/Linux-v6.1/block/partitions/
DKconfig32 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
/Linux-v6.1/arch/s390/kvm/
DKconfig12 operating systems inside virtual machines (guests).
39 Support hosting paravirtualized guest machines using the SIE
52 bool "Userspace controlled virtual machines"
55 Allow CAP_SYS_ADMIN users to create KVM virtual machines that are
/Linux-v6.1/tools/perf/tests/
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()
96 machines__exit(&machines); in test__thread_maps_share()
Dhists_common.h6 struct machines;
71 struct machine *setup_fake_machine(struct machines *machines);
/Linux-v6.1/Documentation/arm/samsung-s3c24xx/
Doverview.rst31 for all the machines, and the commonly used features on them.
33 Certain machines may have their own default configurations as well,
61 Machines section in S3C24XX ARM Linux Overview
64 The currently supported machines are as follows:
118 Two machines by Nex Vision
121 Adding New Machines
124 The architecture has been designed to support as many machines as can
139 machines or other modifications.
/Linux-v6.1/Documentation/core-api/
Ddebugging-via-ohci1394.rst14 Once properly configured, remote machines can send these requests to
26 of physical address space. This can be a problem on IA64 machines where
63 Bernhard Kaindl enhanced firescope to support accessing 64-bit machines
116 If an driver is running on both machines you should see a line like::
120 on both machines in the kernel log when the cable is plugged in
121 and connects the two machines.
171 reliably if only connected two machines are connected using FireWire.
/Linux-v6.1/drivers/video/console/
DKconfig92 On modern machines, on mainstream machines (like x86-64) or when
95 to disable this option on such newer machines.
97 If you compile this kernel for older machines which still require the
147 machines. Say Y here to build support for it into your kernel.
/Linux-v6.1/sound/soc/sof/intel/
Dpci-tgl.c23 .machines = snd_soc_acpi_intel_tgl_machines,
51 .machines = snd_soc_acpi_intel_tgl_machines,
80 .machines = snd_soc_acpi_intel_ehl_machines,
107 .machines = snd_soc_acpi_intel_adl_machines,
135 .machines = snd_soc_acpi_intel_adl_machines,
163 .machines = snd_soc_acpi_intel_adl_machines,
191 .machines = snd_soc_acpi_intel_rpl_machines,
219 .machines = snd_soc_acpi_intel_rpl_machines,
/Linux-v6.1/arch/mips/include/asm/
Djazz.h14 * Magnum R3000 and R4000 machines are similar in many aspects,
49 * The original Mips machines seem to have a LED display
50 * with integrated decoder while the Acer machines can
85 * Base address of the Sonic Ethernet adapter in Jazz machines.
90 * Base address of the 53C94 SCSI hostadapter in Jazz machines.
97 * other mips machines such as RC3xxx...
127 * i8042 keyboard controller for most other Mips machines.
/Linux-v6.1/arch/powerpc/include/asm/
Dpmac_feature.h48 * all of the Grand-Central based machines. We currently don't
54 /* Here is the infamous serie of OHare based machines
63 /* Here are the Heathrow based machines
71 /* Here are newworld machines based on Paddington (heathrow derivative)
79 /* Core99 machines based on UniNorth 1.0 and 1.5
83 * FireWire based iMacs, etc...). Those machines are too similar to be
105 /* MacRISC2 machines based on the Pangea chipset
112 /* MacRISC2 machines based on the Intrepid chipset
116 /* MacRISC4 / G5 machines. We don't have per-machine selection here anymore,
231 * on keylargo based machines
/Linux-v6.1/Documentation/arm/
Darm.rst91 machines, there should be a corresponding arch/arm/mach-$(MACHINE)/include/mach
101 Therefore, is modularisation on these machines really worth it?
103 However, ARM6 and up machines allow modules to take multiples of 4k, and
163 A change was made in 2003 to the macro names for new machines.
172 <http://www.arm.linux.org.uk/developer/machines/>
180 Due to the large number of machines which the ARM port of Linux provides
205 <http://www.arm.linux.org.uk/developer/machines/>
/Linux-v6.1/drivers/parport/
DKconfig23 machines) etc., then you need to say Y here; please read
99 SGI O2 machines. This code is also available as a module (say M),
108 Amiga machines. This code is also available as a module (say M),
126 Atari machines. This code is also available as a module (say M),
140 found on many Sun machines. Note that many of the newer Ultras
/Linux-v6.1/arch/mips/loongson2ef/
DKconfig37 bool "Lemote Loongson 2F family machines"
61 Lemote Loongson 2F family machines utilize the 2F revision of
64 These family machines include fuloong2f mini PC, yeeloong2f notebook,
/Linux-v6.1/drivers/net/plip/
DKconfig12 local machines. A PLIP link from a Linux box is a popular means to
15 first). The kernels on both machines need to have this PLIP option
25 15m long. Mode 0 works also if one of the machines runs DOS/Windows
/Linux-v6.1/arch/parisc/kernel/
Dpdt.c57 * On non-PAT machines phys_addr is encoded in bits 0-59 and error_type in bit
58 * 63. Those machines don't provide the perm bit.
82 /* newer PAT machines like C8000 report info for all cells */ in get_info_pat_new()
102 /* older PAT machines like rp5470 report cell info only */ in get_info_pat_cell()
125 /* show DIMM slot description on PAT machines */ in report_mem_err()
163 /* non-PAT machines provide the standard PDC call */ in pdc_pdt_init()
/Linux-v6.1/tools/testing/selftests/powerpc/tm/
Dtm-trap.c9 * The issue can be checked on LE machines simply by zeroing load_fp
19 * However, although the issue is also present on BE machines, it's a
20 * bit trickier to check it on BE machines because MSR.LE bit is set
22 * endianness on BE machines, so nothing notably critical happens,
24 * from the signal handler (as it happens on LE machines). Thus to test
25 * it on BE machines LE endianness is forced after a first trap and then

12345678910>>...48