/arch/arm/ |
D | Makefile | 157 machine-$(CONFIG_ARCH_ALPINE) += alpine 158 machine-$(CONFIG_ARCH_AT91) += at91 159 machine-$(CONFIG_ARCH_AXXIA) += axxia 160 machine-$(CONFIG_ARCH_BCM) += bcm 161 machine-$(CONFIG_ARCH_BERLIN) += berlin 162 machine-$(CONFIG_ARCH_CLPS711X) += clps711x 163 machine-$(CONFIG_ARCH_CNS3XXX) += cns3xxx 164 machine-$(CONFIG_ARCH_DAVINCI) += davinci 165 machine-$(CONFIG_ARCH_DIGICOLOR) += digicolor 166 machine-$(CONFIG_ARCH_DOVE) += dove [all …]
|
/arch/blackfin/ |
D | Makefile | 27 machine-$(CONFIG_BF512) := bf518 28 machine-$(CONFIG_BF514) := bf518 29 machine-$(CONFIG_BF516) := bf518 30 machine-$(CONFIG_BF518) := bf518 31 machine-$(CONFIG_BF522) := bf527 32 machine-$(CONFIG_BF523) := bf527 33 machine-$(CONFIG_BF524) := bf527 34 machine-$(CONFIG_BF525) := bf527 35 machine-$(CONFIG_BF526) := bf527 36 machine-$(CONFIG_BF527) := bf527 [all …]
|
/arch/nios2/platform/ |
D | platform.c | 24 const char *machine; in nios2_soc_device_init() local 28 machine = of_flat_dt_get_machine_name(); in nios2_soc_device_init() 29 if (machine) in nios2_soc_device_init() 30 soc_dev_attr->machine = kasprintf(GFP_KERNEL, "%s", in nios2_soc_device_init() 31 machine); in nios2_soc_device_init() 37 kfree(soc_dev_attr->machine); in nios2_soc_device_init()
|
/arch/arm/mach-davinci/include/mach/ |
D | uncompress.h | 57 #define _DEBUG_LL_ENTRY(machine, phys) \ argument 59 if (machine_is_##machine()) { \ 65 #define DEBUG_LL_DAVINCI(machine, port) \ argument 66 _DEBUG_LL_ENTRY(machine, DAVINCI_UART##port##_BASE) 68 #define DEBUG_LL_DA8XX(machine, port) \ argument 69 _DEBUG_LL_ENTRY(machine, DA8XX_UART##port##_BASE)
|
/arch/um/os-Linux/ |
D | util.c | 54 if (!strcmp(host.machine, "x86_64")) { in setup_machinename() 59 if (!strcmp(host.machine, "i686")) { in setup_machinename() 65 strcpy(machine_out, host.machine); in setup_machinename() 74 host.release, host.version, host.machine); in setup_hostinfo()
|
/arch/arm/mach-spear/ |
D | Kconfig | 33 Supports ST SPEAr1310 machine configured via the device-tree 40 Supports ST SPEAr1340 machine configured via the device-tree 59 Supports ST SPEAr300 machine configured via the device-tree 65 Supports ST SPEAr310 machine configured via the device-tree 71 Supports ST SPEAr320 machine configured via the device-tree
|
/arch/powerpc/platforms/chrp/ |
D | setup.c | 304 const char *machine = NULL; in chrp_setup_arch() local 310 machine = of_get_property(root, "model", NULL); in chrp_setup_arch() 311 if (machine && strncmp(machine, "Pegasos", 7) == 0) { in chrp_setup_arch() 313 } else if (machine && strncmp(machine, "IBM", 3) == 0) { in chrp_setup_arch() 315 } else if (machine && strncmp(machine, "MOT", 3) == 0) { in chrp_setup_arch() 317 } else if (machine && strncmp(machine, "TotalImpact,BRIQ-1", 18) == 0) { in chrp_setup_arch()
|
D | pci.c | 214 const char *model, *machine; in chrp_find_bridges() local 223 machine = of_get_property(root, "model", NULL); in chrp_find_bridges() 224 if (machine != NULL) { in chrp_find_bridges() 225 is_longtrail = strncmp(machine, "IBM,LongTrail", 13) == 0; in chrp_find_bridges() 226 is_mot = strncmp(machine, "MOT", 3) == 0; in chrp_find_bridges() 227 if (strncmp(machine, "Pegasos2", 8) == 0) in chrp_find_bridges() 229 else if (strncmp(machine, "Pegasos", 7) == 0) in chrp_find_bridges()
|
/arch/mips/jazz/ |
D | Kconfig | 7 This is a machine with a R4400 133/150 MHz CPU. To compile a Linux 19 This is a machine with a R4000 100 MHz CPU. To compile a Linux 30 This is a machine with a R4000 100 MHz CPU. To compile a Linux
|
/arch/alpha/kernel/ |
D | irq_alpha.c | 128 const char *machine, int expected) in process_mcheck_info() argument 140 printk(KERN_CRIT "%s machine check %s\n", machine, in process_mcheck_info() 155 machine, vector, get_irq_regs()->pc, mchk_header->code); in process_mcheck_info()
|
/arch/arm/mach-tegra/ |
D | tegra.c | 128 char *machine; member 142 if (of_machine_is_compatible(board_init_funcs[i].machine)) { in tegra_dt_init_late()
|
/arch/s390/include/asm/ |
D | cpu.h | 19 unsigned int machine : 16; member
|
/arch/mips/txx9/ |
D | Kconfig | 38 support this machine type 46 support this machine type 55 support this machine type
|
/arch/x86/include/asm/xen/ |
D | page.h | 185 static inline xpaddr_t machine_to_phys(xmaddr_t machine) in machine_to_phys() argument 187 unsigned offset = machine.maddr & ~PAGE_MASK; in machine_to_phys() 188 return XPADDR(PFN_PHYS(mfn_to_pfn(PFN_DOWN(machine.maddr))) | offset); in machine_to_phys()
|
/arch/powerpc/boot/ |
D | ps3-head.S | 23 .machine "ppc64"
|
/arch/sh/include/asm/ |
D | bugs.h | 22 char *p = &init_utsname()->machine[2]; /* "sh" */ in check_bugs()
|
/arch/powerpc/lib/ |
D | copypage_power7.S | 45 .machine push 46 .machine "power4" 55 .machine pop
|
/arch/avr32/ |
D | Makefile | 26 machine-$(CONFIG_PLATFORM_AT32AP) := at32ap 27 machdirs := $(patsubst %,arch/avr32/mach-%/, $(machine-y))
|
/arch/powerpc/kernel/ |
D | vmlinux.lds.S | 213 .machine.desc : AT(ADDR(.machine.desc) - LOAD_OFFSET) { 215 *(.machine.desc)
|
/arch/mips/boot/compressed/ |
D | uart-16550.c | 42 #error please define the serial port address for your own machine
|
/arch/sh/drivers/ |
D | Kconfig | 9 Use the power-on LED on your machine as a load meter. The exact
|
/arch/arm/mach-sa1100/ |
D | Kconfig | 64 H3100 handheld computer. Information about this machine and the 65 Linux port to this machine can be found at: 76 H3600 handheld computer. Information about this machine and the 77 Linux port to this machine can be found at:
|
/arch/m68k/ |
D | Kconfig.devices | 14 Use the power-on LED on your machine as a load meter. The exact 23 access to information about the machine you're running on, 110 machine, say Y here. 117 machine, say Y here.
|
/arch/m68k/fpsp040/ |
D | kernel_ex.S | 54 | frestore the frame into the machine (done by unimp_hd) 60 | frestore the frame into the machine (done by unimp_hd) 108 | frestore the frame into the machine (done by unimp_hd) 113 | frestore the frame into the machine (done by unimp_hd)
|
/arch/arm/boot/dts/ |
D | kirkwood-ns2mini.dts | 7 /* This machine is embedded in the first LaCie CloudBox product. */
|