| /arch/arm/ |
| A D | Makefile | 179 machine-$(CONFIG_ARCH_AT91) += at91 181 machine-$(CONFIG_ARCH_BCM) += bcm 186 machine-$(CONFIG_ARCH_DOVE) += dove 191 machine-$(CONFIG_ARCH_HISI) += hisi 192 machine-$(CONFIG_ARCH_HPE) += hpe 198 machine-$(CONFIG_ARCH_MMP) += mmp 201 machine-$(CONFIG_ARCH_MXC) += imx 204 machine-$(CONFIG_ARCH_MXS) += mxs 211 machine-$(CONFIG_ARCH_PXA) += pxa 215 machine-$(CONFIG_ARCH_RPC) += rpc [all …]
|
| /arch/nios2/platform/ |
| A D | platform.c | 29 const char *machine; in nios2_soc_device_init() local 33 machine = of_flat_dt_get_machine_name(); in nios2_soc_device_init() 34 if (machine) in nios2_soc_device_init() 35 soc_dev_attr->machine = kasprintf(GFP_KERNEL, "%s", in nios2_soc_device_init() 36 machine); in nios2_soc_device_init() 42 kfree(soc_dev_attr->machine); in nios2_soc_device_init()
|
| /arch/arm/mach-spear/ |
| A D | Kconfig | 34 Supports ST SPEAr1310 machine configured via the device-tree 41 Supports ST SPEAr1340 machine configured via the device-tree 60 Supports ST SPEAr300 machine configured via the device-tree 66 Supports ST SPEAr310 machine configured via the device-tree 72 Supports ST SPEAr320 machine configured via the device-tree
|
| /arch/powerpc/platforms/chrp/ |
| A D | setup.c | 300 const char *machine = NULL; in chrp_setup_arch() local 306 machine = of_get_property(root, "model", NULL); in chrp_setup_arch() 307 if (machine && strncmp(machine, "Pegasos", 7) == 0) { in chrp_setup_arch() 309 } else if (machine && strncmp(machine, "IBM", 3) == 0) { in chrp_setup_arch() 311 } else if (machine && strncmp(machine, "MOT", 3) == 0) { in chrp_setup_arch() 313 } else if (machine && strncmp(machine, "TotalImpact,BRIQ-1", 18) == 0) { in chrp_setup_arch()
|
| A 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/um/os-Linux/ |
| A D | util.c | 57 if (!strcmp(host.machine, "x86_64")) { in setup_machinename() 62 if (!strcmp(host.machine, "i686")) { in setup_machinename() 68 strcpy(machine_out, host.machine); in setup_machinename() 77 host.release, host.version, host.machine); in setup_hostinfo()
|
| /arch/mips/jazz/ |
| A D | Kconfig | 7 This is a machine with a R4400 133/150 MHz CPU. To compile a Linux 18 This is a machine with a R4000 100 MHz CPU. To compile a Linux 28 This is a machine with a R4000 100 MHz CPU. To compile a Linux
|
| /arch/alpha/kernel/ |
| A 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/arm/mach-pxa/ |
| A D | Kconfig | 27 the device tree. Needn't select any other machine while 38 the device tree. Needn't select any other machine while 52 the device tree. Needn't select any other machine while 90 bool "Detect machine ID at run-time in the decompressor" 94 the Zaurus machine ID at run-time. For latest kexec-based
|
| /arch/s390/include/asm/ |
| A D | cpu.h | 21 unsigned int machine : 16; member
|
| /arch/x86/include/asm/xen/ |
| A D | page.h | 236 static inline xpaddr_t machine_to_phys(xmaddr_t machine) in machine_to_phys() argument 238 unsigned offset = machine.maddr & ~PAGE_MASK; in machine_to_phys() 239 return XPADDR(PFN_PHYS(mfn_to_pfn(PFN_DOWN(machine.maddr))) | offset); in machine_to_phys()
|
| /arch/powerpc/boot/ |
| A D | ps3-head.S | 11 .machine "ppc64"
|
| /arch/s390/kernel/ |
| A D | processor.c | 178 cpu, id->version, id->ident, id->machine); in show_cpu_summary() 269 switch (cpu_id.machine) { in setup_elf_platform() 326 seq_printf(m, "machine : %04X\n", id->machine); in show_cpu_ids()
|
| /arch/nios2/ |
| A D | Kconfig.debug | 10 This is useful for kernel debugging when your machine crashes very
|
| /arch/mips/boot/compressed/ |
| A D | uart-16550.c | 33 #error please define the serial port address for your own machine
|
| /arch/m68k/ |
| A D | Kconfig.devices | 15 Use the power-on LED on your machine as a load meter. The exact 25 access to information about the machine you're running on, 112 machine, say Y here. 119 machine, say Y here.
|
| /arch/m68k/fpsp040/ |
| A 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/powerpc/include/asm/ |
| A D | ppc_asm.h | 490 .machine push; \ 491 .machine "power4"; \ 493 .machine pop; \ 511 .machine push; \ 512 .machine power4; \ 514 .machine pop; 519 .machine push; \ 520 .machine power4; \ 529 .machine pop;
|
| /arch/powerpc/kernel/ |
| A D | vmlinux.lds.S | 313 .machine.desc : AT(ADDR(.machine.desc) - LOAD_OFFSET) { 315 KEEP(*(.machine.desc))
|
| /arch/sh/drivers/ |
| A D | Kconfig | 10 Use the power-on LED on your machine as a load meter. The exact
|
| /arch/s390/boot/ |
| A D | als.c | 66 boot_emerg("Detected machine-type number: %4x\n", id.machine); in facility_mismatch()
|
| /arch/s390/kvm/ |
| A D | pci.h | 71 switch (cpu_id.machine) { in kvm_s390_pci_interp_allowed()
|
| /arch/alpha/ |
| A D | Kconfig | 277 Is this a machine based on the EV67 core? If in doubt, select N here 278 and the machine will be treated as an EV6. 338 The usual way to load Linux on an Alpha machine is to use MILO 363 machines, but will use only one CPU of a multiprocessor machine. If 365 uniprocessor machines. On a uniprocessor machine, the kernel 440 machine checks, but wanted the default to be as if verbose 441 machine check printing was turned off, then one would choose 444 verbose machine check printing, or "verbose_mcheck=2" to get 501 build it even if your particular machine doesn't know about SRM
|
| /arch/arm/boot/dts/marvell/ |
| A D | kirkwood-ns2mini.dts | 8 /* This machine is embedded in the first LaCie CloudBox product. */
|
| /arch/arm/mach-s3c/ |
| A D | Kconfig.s3c64xx | 125 bool "Samsung S3C6400/S3C6410 machine using Device Tree" 136 supported with this machine file.
|