Searched refs:machine (Results 176 - 200 of 607) sorted by relevance

1234567891011>>

/linux-master/include/sound/
H A Dsof.h113 /* machine */
115 const struct snd_soc_acpi_mach *machine; member in struct:snd_sof_pdata
/linux-master/tools/perf/util/
H A Dprobe-finder.h73 unsigned int machine; /* Target machine arch */ member in struct:probe_finder
H A Dintel-bts.c20 #include "machine.h"
50 struct machine *machine; member in struct:intel_bts
267 return machine__kernel_ip(bts->machine, ip) ?
320 struct machine *machine = btsq->bts->machine; local
327 thread = machine__find_thread(machine, -1, btsq->tid);
331 len = thread__memcpy(thread, machine, buf, ip, INTEL_PT_INSN_BUF_SZ, &x86_64);
392 if (!machine__kernel_ip(btsq->bts->machine, branc
[all...]
H A Dsession.c356 struct machine *machine __maybe_unused)
365 struct machine *machine __maybe_unused)
1442 static struct machine *machines__find_for_cpumode(struct machines *machines,
1460 * Guest code machine is created as needed and does not use
1477 struct machine *machine)
1501 return tool->sample(tool, event, sample, evsel, machine);
1508 struct machine *machin
1472 deliver_sample_value(struct evlist *evlist, struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct sample_read_value *v, struct machine *machine) argument
1504 deliver_sample_group(struct evlist *evlist, struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine, u64 read_format) argument
1524 evlist__deliver_sample(struct evlist *evlist, struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) argument
1553 struct machine *machine; local
2805 struct machine *machine = machines__findnew(&session->machines, machine_pid); local
2826 struct machine *machine = &session->machines.host; local
[all...]
H A Dsession.h8 #include "machine.h"
112 struct machine *perf_session__find_machine(struct perf_session *session, pid_t pid)
118 struct machine *perf_session__findnew_machine(struct perf_session *session, pid_t pid)
H A Dunwind-libdw.c11 #include "machine.h"
174 size = dso__data_read_addr(dso, al.map, ui->machine, addr, (u8 *) data, sizeof(*data));
187 const char *arch = perf_env__arch(ui->machine->env);
266 .machine = maps__machine((thread__maps(thread))),
272 const char *arch = perf_env__arch(ui_buf.machine->env);
H A Dmaps.c38 struct machine *machine; local
175 struct machine *maps__machine(const struct maps *maps)
177 return RC_CHK_ACCESS(maps)->machine;
222 static void maps__init(struct maps *maps, struct machine *machine) argument
227 RC_CHK_ACCESS(maps)->machine = machine;
255 struct maps *maps__new(struct machine *machine) argument
[all...]
/linux-master/drivers/regulator/
H A Dfixed-helper.c5 #include <linux/regulator/machine.h>
H A Dvqmmc-ipq4019-regulator.c14 #include <linux/regulator/machine.h>
/linux-master/arch/s390/boot/
H A Dvmem.c68 if (!machine.has_nx)
279 return machine.has_edat2 &&
285 return machine.has_edat1 &&
302 if (!machine.has_nx)
328 if (!machine.has_nx)
361 if (!machine.has_nx)
H A Dals.c37 static char mach_str[80] = "Detected machine-type number: ";
42 u16_to_hex(type_str, id.machine);
H A Dboot.h82 extern struct machine_info machine;
/linux-master/tools/perf/
H A Dbuiltin-mem.c194 struct machine *machine)
203 if (machine__resolve(machine, &al, sample) < 0) {
269 struct machine *machine)
271 return dump_raw_samples(tool, event, sample, machine);
191 dump_raw_samples(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
265 process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel __maybe_unused, struct machine *machine) argument
H A Dbuiltin-record.c614 struct machine *machine __maybe_unused)
625 struct machine *machine __maybe_unused)
630 ret = process_synthesized_event(tool, event, sample, machine);
978 static bool record__kcore_readable(struct machine *machine) argument
983 scnprintf(kcore, sizeof(kcore), "%s/proc/kcore", machine->root_dir);
994 static int record__kcore_copy(struct machine *machine, struc argument
1421 process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) argument
1468 perf_event__synthesize_guest_os(struct machine *machine, void *data) argument
2035 struct machine *machine = &session->machines.host; local
2568 struct machine *machine = &session->machines.host; local
3262 build_id__process_mmap(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
3274 build_id__process_mmap2(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
[all...]
/linux-master/sound/soc/tegra/
H A DMakefile44 # Tegra machine Support
46 snd-soc-tegra-machine-objs := tegra_asoc_machine.o
50 obj-$(CONFIG_SND_SOC_TEGRA_MACHINE_DRV) += snd-soc-tegra-machine.o
/linux-master/arch/sh/boards/
H A Dboard-apsh4ad0a.c13 #include <linux/regulator/machine.h>
/linux-master/arch/x86/platform/geode/
H A Dnet5501.c23 #include <linux/gpio/machine.h>
H A Dgeos.c23 #include <linux/gpio/machine.h>
/linux-master/drivers/hwmon/
H A Dsy7636a-hwmon.c17 #include <linux/regulator/machine.h>
/linux-master/drivers/leds/simple/
H A Dsimatic-ipc-leds-gpio-core.c11 #include <linux/gpio/machine.h>
/linux-master/include/linux/pinctrl/
H A Dpinconf-generic.h16 #include <linux/pinctrl/machine.h>
/linux-master/arch/x86/platform/intel-mid/
H A Dintel-mid.c15 #include <linux/regulator/machine.h>
/linux-master/tools/perf/scripts/python/Perf-Trace-Util/
H A DContext.c104 struct machine *machine = maps__machine(thread__maps(c->al->thread)); local
106 script_fetch_insn(c->sample, c->al->thread, machine);
195 METH_VARARGS, "Get the machine code instruction."},
/linux-master/arch/x86/include/asm/xen/
H A Dpage.h19 /* Xen machine address */
236 static inline xpaddr_t machine_to_phys(xmaddr_t machine) argument
238 unsigned offset = machine.maddr & ~PAGE_MASK;
239 return XPADDR(PFN_PHYS(mfn_to_pfn(PFN_DOWN(machine.maddr))) | offset);
/linux-master/arch/s390/kernel/
H A Dprocessor.c157 "machine = %04X\n",
158 cpu, id->version, id->ident, id->machine);
249 switch (cpu_id.machine) {
302 seq_printf(m, "machine : %04X\n", id->machine);

Completed in 267 milliseconds

1234567891011>>