/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/arm/ |
D | Makefile | 141 machine-$(CONFIG_ARCH_AT91) += at91 142 machine-$(CONFIG_ARCH_BCM) += bcm 143 machine-$(CONFIG_ARCH_BCM2835) += bcm2835 144 machine-$(CONFIG_ARCH_CLPS711X) += clps711x 145 machine-$(CONFIG_ARCH_CNS3XXX) += cns3xxx 146 machine-$(CONFIG_ARCH_DAVINCI) += davinci 147 machine-$(CONFIG_ARCH_DOVE) += dove 148 machine-$(CONFIG_ARCH_EBSA110) += ebsa110 149 machine-$(CONFIG_ARCH_EP93XX) += ep93xx 150 machine-$(CONFIG_ARCH_GEMINI) += gemini [all …]
|
/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) 71 #define DEBUG_LL_TNETV107X(machine, port) \ argument 72 _DEBUG_LL_ENTRY(machine, TNETV107X_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/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/arm/mach-spear/ |
D | Kconfig | 40 Supports ST SPEAr1310 machine configured via the device-tree 46 Supports ST SPEAr1340 machine configured via the device-tree 67 Supports ST SPEAr300 machine configured via the device-tree 73 Supports ST SPEAr310 machine configured via the device-tree 79 Supports ST SPEAr320 machine configured via the device-tree
|
/arch/arm/include/asm/xen/ |
D | page.h | 42 static inline xpaddr_t machine_to_phys(xmaddr_t machine) in machine_to_phys() argument 44 unsigned offset = machine.maddr & ~PAGE_MASK; in machine_to_phys() 45 return XPADDR(PFN_PHYS(mfn_to_pfn(PFN_DOWN(machine.maddr))) | offset); in machine_to_phys()
|
/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 | 142 const char *machine, int expected) in process_mcheck_info() argument 154 printk(KERN_CRIT "%s machine check %s\n", machine, in process_mcheck_info() 169 machine, vector, get_irq_regs()->pc, mchk_header->code); in process_mcheck_info()
|
/arch/s390/include/asm/ |
D | cpu.h | 21 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 | 133 static inline xpaddr_t machine_to_phys(xmaddr_t machine) in machine_to_phys() argument 135 unsigned offset = machine.maddr & ~PAGE_MASK; in machine_to_phys() 136 return XPADDR(PFN_PHYS(mfn_to_pfn(PFN_DOWN(machine.maddr))) | offset); in machine_to_phys()
|
/arch/arm/mach-tegra/ |
D | tegra.c | 148 char *machine; member 163 if (of_machine_is_compatible(board_init_funcs[i].machine)) { in tegra_dt_init_late()
|
/arch/powerpc/kernel/ |
D | vmlinux.lds.S | 161 .machine.desc : AT(ADDR(.machine.desc) - LOAD_OFFSET) { 163 *(.machine.desc)
|
/arch/sh/include/asm/ |
D | bugs.h | 22 char *p = &init_utsname()->machine[2]; /* "sh" */ in check_bugs()
|
/arch/powerpc/boot/ |
D | ps3-head.S | 23 .machine "ppc64"
|
/arch/powerpc/lib/ |
D | copypage_power7.S | 45 .machine push 46 .machine "power4" 55 .machine pop
|
/arch/mips/boot/compressed/ |
D | uart-16550.c | 27 #error please define the serial port address for your own machine
|
/arch/x86/kernel/cpu/ |
D | bugs.c | 102 init_utsname()->machine[1] = in check_bugs()
|
/arch/avr32/ |
D | Makefile | 26 machine-$(CONFIG_PLATFORM_AT32AP) := at32ap 27 machdirs := $(patsubst %,arch/avr32/mach-%/, $(machine-y))
|
/arch/parisc/hpux/ |
D | sys_hpux.c | 104 char machine[HPUX_UTSLEN]; member 252 error |= __copy_to_user(&name->machine, &utsname()->machine, in hpux_uname() 254 error |= __put_user(0, name->machine + HPUX_UTSLEN - 1); in hpux_uname()
|
/arch/arm/boot/dts/ |
D | kirkwood-ns2mini.dts | 6 /* This machine is embedded in the first LaCie CloudBox product. */
|
/arch/sh/drivers/ |
D | Kconfig | 9 Use the power-on LED on your machine as a load meter. The exact
|
/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.
|