Home
last modified time | relevance | path

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

12345678910>>...29

/linux/tools/perf/util/
H A Dmachine.h22 struct machines;
65 struct machines *machines; member
150 struct machines { struct
155 int machines__init(struct machines *machines); argument
156 void machines__exit(struct machines *machines);
158 void machines__process_guests(struct machines *machines,
[all...]
H A Dmachine.c236 int machines__init(struct machines *machines) in machines__init()
238 int err = machine__init(&machines->host, "", HOST_KERNEL_ID); in machines__exit() argument
240 machines->guests = RB_ROOT_CACHED; in machines__exit()
244 void machines__exit(struct machines *machines) in machines__add() argument
246 machine__exit(&machines->host); in machines__add()
250 struct machine *machines__add(struct machines *machines, pid_t pid, in machines__add()
253 struct rb_node **p = &machines in machines__add()
232 machines__init(struct machines * machines) machines__init() argument
279 machines__set_comm_exec(struct machines * machines,bool comm_exec) machines__set_comm_exec() argument
292 machines__find(struct machines * machines,pid_t pid) machines__find() argument
318 machines__findnew(struct machines * machines,pid_t pid) machines__findnew() argument
352 machines__find_guest(struct machines * machines,pid_t pid) machines__find_guest() argument
427 machines__findnew_guest_code(struct machines * machines,pid_t pid) machines__findnew_guest_code() argument
437 struct machines *machines = machine->machines; machine__findnew_guest_code() local
448 machines__process_guests(struct machines * machines,machine__process_t process,void * data) machines__process_guests() argument
459 machines__set_id_hdr_size(struct machines * machines,u16 id_hdr_size) machines__set_id_hdr_size() argument
902 machines__fprintf_dsos(struct machines * machines,FILE * fp) machines__fprintf_dsos() argument
921 machines__fprintf_dsos_buildid(struct machines * machines,FILE * fp,bool (skip)(struct dso * dso,int parm),int parm) machines__fprintf_dsos_buildid() argument
1210 machines__create_guest_kernel_maps(struct machines * machines) machines__create_guest_kernel_maps() argument
1259 machines__destroy_kernel_maps(struct machines * machines) machines__destroy_kernel_maps() argument
1274 machines__create_kernel_maps(struct machines * machines,pid_t pid) machines__create_kernel_maps() argument
3058 machines__for_each_thread(struct machines * machines,int (* fn)(struct thread * thread,void * p),void * priv) machines__for_each_thread() argument
[all...]
H A Dsession.h46 /** @machines: Machines within the session a host and 0 or more guests. */
47 struct machines machines; member
158 return machines__find(&session->machines, pid);
164 return machines__findnew(&session->machines, pid);
/linux/arch/m68k/include/asm/
H A 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/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 …]
/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 …]
/linux/arch/sparc/include/asm/
H A 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/drivers/parisc/
H A DKconfig28 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,
H A Dled.c10 * The control of the LEDs and LCDs on PARISC machines has to be done
52 lcd_cmd_reg_addr needs to be 64bit aligned on 64bit PA2.0-machines */
70 /* LCD_CMD and LCD_DATA for KittyHawk machines */
125 * Displays the given string on the LCD-Display of newer machines.
450 * KittyHawk machines have often a buggy PDC, so that we explicitly check
451 * for those machines here.
462 /* Work around the buggy PDC of KittyHawk-machines */ in early_led_init()
486 /* check the results. Some machines have a buggy PDC */ in early_led_init()
/linux/arch/powerpc/kvm/
H A DKconfig12 other operating systems inside virtual machines (guests).
55 in virtual machines on book3s_32 host processors.
72 in virtual machines on book3s_64 host processors.
87 virtual machines on POWER7 and newer processors that have
106 Support running guest kernels in virtual machines on processors
115 machines where hypervisor mode is not available or not usable,
205 Support running unmodified E500 guest kernels in virtual machines on
222 virtual machines on E500MC/E5500/E6500 host processors.
/linux/tools/perf/tests/
H A Dthread-maps-share.c9 struct machines machines; in test__thread_maps_share() local
30 TEST_ASSERT_VAL("failed to init machines", machines__init(&machines) == 0); in test__thread_maps_share()
31 machine = &machines.host; in test__thread_maps_share()
96 machines__exit(&machines); in test__thread_maps_share()
H A Dhists_common.h6 struct machines;
71 struct machine *setup_fake_machine(struct machines *machines);
/linux/Documentation/core-api/
H A 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 machines where memory is
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/arch/mips/loongson2ef/
H A DKconfig38 bool "Lemote Loongson 2F family machines"
64 Lemote Loongson 2F family machines utilize the 2F revision of
67 These family machines include fuloong2f mini PC, yeeloong2f notebook,
/linux/drivers/parport/
H A DKconfig23 machines) etc., then you need to say Y here; please read
100 SGI O2 machines. This code is also available as a module (say M),
109 Amiga machines. This code is also available as a module (say M),
127 Atari machines. This code is also available as a module (say M),
141 found on many Sun machines. Note that many of the newer Ultras
/linux/arch/mips/include/asm/
H A 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/arch/powerpc/include/asm/
H A 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/Documentation/arch/arm/
H A 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/drivers/net/plip/
H A 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/sound/aoa/codecs/
H A DKconfig8 codec chip found in the latest Apple machines
17 found in a lot of Apple Machines, especially
/linux/arch/riscv/kvm/
H A DKconfig12 other operating systems inside virtual machines (guests).
36 Support hosting virtualized guest machines.
/linux/arch/loongarch/kvm/
H A DKconfig12 other operating systems inside virtual machines (guests).
36 Support hosting virtualized guest machines using
/linux/tools/testing/selftests/powerpc/tm/
H A 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
/linux/arch/sparc/kernel/
H A Didprom.c24 #include <asm/machines.h> /* Fun with Sun released architectures. */
26 /* Here is the master table of Sun machines which use some implementation
28 * know about. See asm-sparc/machines.h for empirical constants.
/linux/drivers/char/ipmi/
H A Dipmi_si_sm.h6 * interface state machines. This code is the interface between
23 * This is defined by the state machines themselves, it is an opaque
99 /* Current state machines that we can use. */

12345678910>>...29