Searched refs:machine (Results 151 - 175 of 616) sorted by path

1234567891011>>

/linux-master/arch/sh/boards/
H A Dboard-magicpanelr2.c15 #include <linux/regulator/machine.h>
H A Dboard-sh2007.c11 #include <linux/regulator/machine.h>
H A Dboard-sh7757lcr.c13 #include <linux/regulator/machine.h>
H A Dboard-sh7785lcr.c25 #include <linux/gpio/machine.h>
/linux-master/arch/sh/boards/mach-ap325rxa/
H A Dsetup.c22 #include <linux/gpio/machine.h>
33 #include <linux/regulator/machine.h>
/linux-master/arch/sh/boards/mach-ecovec24/
H A Dsetup.c25 #include <linux/gpio/machine.h>
30 #include <linux/regulator/machine.h>
/linux-master/arch/sh/boards/mach-kfr2r09/
H A Dsetup.c18 #include <linux/gpio/machine.h>
31 #include <linux/regulator/machine.h>
/linux-master/arch/sh/boards/mach-migor/
H A Dsetup.c21 #include <linux/regulator/machine.h>
26 #include <linux/gpio/machine.h>
/linux-master/arch/sh/boards/mach-se/7724/
H A Dsetup.c29 #include <linux/regulator/machine.h>
/linux-master/arch/sh/include/asm/
H A Delf.h133 #define ELF_PLATFORM (utsname()->machine)
/linux-master/arch/sh/kernel/cpu/
H A Dproc.c88 seq_printf(m, "machine\t\t: %s\n", get_system_type());
93 seq_printf(m, "cpu family\t: %s\n", init_utsname()->machine);
/linux-master/arch/sh/kernel/
H A Dsetup.c65 * The machine vector. First entry in .machvec.init, or clobbered by
335 /* Perform the machine specific initialisation */
356 char *p = &init_utsname()->machine[2]; /* "sh" */
/linux-master/arch/um/drivers/
H A Dmconsole_kern.c111 utsname()->machine);
/linux-master/arch/um/kernel/
H A Dum_arch.c369 setup_machinename(init_utsname()->machine);
/linux-master/arch/um/os-Linux/
H A Dutil.c57 if (!strcmp(host.machine, "x86_64")) {
62 if (!strcmp(host.machine, "i686")) {
68 strcpy(machine_out, host.machine);
77 host.release, host.version, host.machine);
/linux-master/arch/x86/boot/
H A Dheader.S165 * Put the IA-32 machine type and the associated entry point address in
175 .word IMAGE_FILE_MACHINE_I386 # PE machine type
/linux-master/arch/x86/include/asm/
H A Delf.h141 #define ELF_PLATFORM (utsname()->machine)
/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/x86/kernel/cpu/
H A Dcommon.c1423 * Check if CPU is vulnerable to GDS. If running in a virtual machine on
1632 * - machine doesn't support 5-level paging;
2345 init_utsname()->machine[1] =
/linux-master/arch/x86/platform/geode/
H A Dalix.c25 #include <linux/gpio/machine.h>
H A Dgeos.c23 #include <linux/gpio/machine.h>
H A Dnet5501.c23 #include <linux/gpio/machine.h>
/linux-master/arch/x86/platform/intel-mid/
H A Dintel-mid.c15 #include <linux/regulator/machine.h>
/linux-master/drivers/acpi/
H A Dbus.c21 #include <linux/regulator/machine.h>
1247 * If the machine falls into the DMI check table,
/linux-master/drivers/base/
H A Dsoc.c36 static DEVICE_ATTR(machine, 0444, soc_info_show, NULL);
54 if ((attr == &dev_attr_machine.attr) && soc_dev->attr->machine)
76 output = soc_dev->attr->machine;
118 if (soc_dev_attr->machine)
122 of_property_read_string(np, "model", &soc_dev_attr->machine);
214 if (match->machine &&
215 (!attr->machine || !glob_match(match->machine, attr->machine)))
241 * soc_device_match - identify the SoC in the machine
[all...]

Completed in 453 milliseconds

1234567891011>>