/arch/arm/ |
D | Makefile | 158 machine-$(CONFIG_ARCH_ACTIONS) += actions 159 machine-$(CONFIG_ARCH_ALPINE) += alpine 160 machine-$(CONFIG_ARCH_ARTPEC) += artpec 161 machine-$(CONFIG_ARCH_AT91) += at91 162 machine-$(CONFIG_ARCH_AXXIA) += axxia 163 machine-$(CONFIG_ARCH_BCM) += bcm 164 machine-$(CONFIG_ARCH_BERLIN) += berlin 165 machine-$(CONFIG_ARCH_CLPS711X) += clps711x 166 machine-$(CONFIG_ARCH_CNS3XXX) += cns3xxx 167 machine-$(CONFIG_ARCH_DAVINCI) += davinci [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 | 23 const char *machine; in nios2_soc_device_init() local 27 machine = of_flat_dt_get_machine_name(); in nios2_soc_device_init() 28 if (machine) in nios2_soc_device_init() 29 soc_dev_attr->machine = kasprintf(GFP_KERNEL, "%s", in nios2_soc_device_init() 30 machine); in nios2_soc_device_init() 36 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 | 55 if (!strcmp(host.machine, "x86_64")) { in setup_machinename() 60 if (!strcmp(host.machine, "i686")) { in setup_machinename() 66 strcpy(machine_out, host.machine); in setup_machinename() 75 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 | 305 const char *machine = NULL; in chrp_setup_arch() local 311 machine = of_get_property(root, "model", NULL); in chrp_setup_arch() 312 if (machine && strncmp(machine, "Pegasos", 7) == 0) { in chrp_setup_arch() 314 } else if (machine && strncmp(machine, "IBM", 3) == 0) { in chrp_setup_arch() 316 } else if (machine && strncmp(machine, "MOT", 3) == 0) { in chrp_setup_arch() 318 } else if (machine && strncmp(machine, "TotalImpact,BRIQ-1", 18) == 0) { in chrp_setup_arch()
|
D | pci.c | 215 const char *model, *machine; in chrp_find_bridges() local 224 machine = of_get_property(root, "model", NULL); in chrp_find_bridges() 225 if (machine != NULL) { in chrp_find_bridges() 226 is_longtrail = strncmp(machine, "IBM,LongTrail", 13) == 0; in chrp_find_bridges() 227 is_mot = strncmp(machine, "MOT", 3) == 0; in chrp_find_bridges() 228 if (strncmp(machine, "Pegasos2", 8) == 0) in chrp_find_bridges() 230 else if (strncmp(machine, "Pegasos", 7) == 0) in chrp_find_bridges()
|
/arch/mips/jazz/ |
D | Kconfig | 8 This is a machine with a R4400 133/150 MHz CPU. To compile a Linux 20 This is a machine with a R4000 100 MHz CPU. To compile a Linux 31 This is a machine with a R4000 100 MHz CPU. To compile a Linux
|
/arch/alpha/kernel/ |
D | irq_alpha.c | 129 const char *machine, int expected) in process_mcheck_info() argument 141 printk(KERN_CRIT "%s machine check %s\n", machine, in process_mcheck_info() 156 machine, vector, get_irq_regs()->pc, mchk_header->code); in process_mcheck_info()
|
/arch/s390/include/asm/ |
D | cpu.h | 20 unsigned int machine : 16; member
|
/arch/mips/txx9/ |
D | Kconfig | 39 support this machine type 47 support this machine type 56 support this machine type
|
/arch/powerpc/lib/ |
D | copypage_power7.S | 45 .machine push 46 .machine "power4" 55 .machine pop
|
/arch/powerpc/boot/ |
D | ps3-head.S | 23 .machine "ppc64"
|
/arch/sh/include/asm/ |
D | bugs.h | 23 char *p = &init_utsname()->machine[2]; /* "sh" */ in check_bugs()
|
/arch/x86/include/asm/xen/ |
D | page.h | 209 static inline xpaddr_t machine_to_phys(xmaddr_t machine) in machine_to_phys() argument 211 unsigned offset = machine.maddr & ~PAGE_MASK; in machine_to_phys() 212 return XPADDR(PFN_PHYS(mfn_to_pfn(PFN_DOWN(machine.maddr))) | offset); in machine_to_phys()
|
/arch/mips/boot/compressed/ |
D | uart-16550.c | 43 #error please define the serial port address for your own machine
|
/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/m68k/ |
D | Kconfig.devices | 15 Use the power-on LED on your machine as a load meter. The exact 24 access to information about the machine you're running on, 111 machine, say Y here. 118 machine, say Y here.
|
/arch/powerpc/kernel/ |
D | vmlinux.lds.S | 258 .machine.desc : AT(ADDR(.machine.desc) - LOAD_OFFSET) { 260 *(.machine.desc)
|
/arch/sh/drivers/ |
D | Kconfig | 10 Use the power-on LED on your machine as a load meter. The exact
|
/arch/arm/boot/dts/ |
D | kirkwood-ns2mini.dts | 8 /* This machine is embedded in the first LaCie CloudBox product. */
|
/arch/nios2/ |
D | Kconfig.debug | 24 This is useful for kernel debugging when your machine crashes very
|
/arch/tile/ |
D | Kconfig.debug | 12 This is useful for kernel debugging when your machine crashes very
|
/arch/arm/mach-s3c64xx/ |
D | Kconfig | 120 # S3C6410 machine support 291 Shared machine support for SmartQ 5/7 337 bool "Samsung S3C6400/S3C6410 machine using Device Tree" 349 supported with this machine file.
|