Home
last modified time | relevance | path

Searched refs:machine (Results 1 – 25 of 105) sorted by relevance

12345

/arch/arm/
DMakefile138 machine-$(CONFIG_ARCH_AT91) := at91
139 machine-$(CONFIG_ARCH_BCMRING) := bcmring
140 machine-$(CONFIG_ARCH_CLPS711X) := clps711x
141 machine-$(CONFIG_ARCH_CNS3XXX) := cns3xxx
142 machine-$(CONFIG_ARCH_DAVINCI) := davinci
143 machine-$(CONFIG_ARCH_DOVE) := dove
144 machine-$(CONFIG_ARCH_EBSA110) := ebsa110
145 machine-$(CONFIG_ARCH_EP93XX) := ep93xx
146 machine-$(CONFIG_ARCH_GEMINI) := gemini
147 machine-$(CONFIG_ARCH_GOLDFISH) := goldfish
[all …]
/arch/blackfin/
DMakefile28 machine-$(CONFIG_BF512) := bf518
29 machine-$(CONFIG_BF514) := bf518
30 machine-$(CONFIG_BF516) := bf518
31 machine-$(CONFIG_BF518) := bf518
32 machine-$(CONFIG_BF522) := bf527
33 machine-$(CONFIG_BF523) := bf527
34 machine-$(CONFIG_BF524) := bf527
35 machine-$(CONFIG_BF525) := bf527
36 machine-$(CONFIG_BF526) := bf527
37 machine-$(CONFIG_BF527) := bf527
[all …]
/arch/arm/mach-davinci/include/mach/
Duncompress.h60 #define _DEBUG_LL_ENTRY(machine, phys, virt) \ argument
61 if (machine_is_##machine()) { \
66 #define DEBUG_LL_DAVINCI(machine, port) \ argument
67 _DEBUG_LL_ENTRY(machine, DAVINCI_UART##port##_BASE, \
70 #define DEBUG_LL_DA8XX(machine, port) \ argument
71 _DEBUG_LL_ENTRY(machine, DA8XX_UART##port##_BASE, \
74 #define DEBUG_LL_TNETV107X(machine, port) \ argument
75 _DEBUG_LL_ENTRY(machine, TNETV107X_UART##port##_BASE, \
/arch/um/os-Linux/
Dutil.c54 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/
Dsetup.c304 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()
Dpci.c214 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/
DKconfig7 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/
Dirq_alpha.c135 const char *machine, int expected) in process_mcheck_info() argument
147 printk(KERN_CRIT "%s machine check %s\n", machine, in process_mcheck_info()
162 machine, vector, get_irq_regs()->pc, mchk_header->code); in process_mcheck_info()
/arch/s390/include/asm/
Dcpu.h21 unsigned int machine : 16; member
/arch/arm/mach-tegra/
Dboard-dt-tegra20.c99 char *machine; member
116 if (of_machine_is_compatible(pinmux_configs[i].machine)) { in tegra_dt_init()
/arch/x86/include/asm/xen/
Dpage.h132 static inline xpaddr_t machine_to_phys(xmaddr_t machine) in machine_to_phys() argument
134 unsigned offset = machine.maddr & ~PAGE_MASK; in machine_to_phys()
135 return XPADDR(PFN_PHYS(mfn_to_pfn(PFN_DOWN(machine.maddr))) | offset); in machine_to_phys()
/arch/mips/txx9/
DKconfig37 support this machine type
45 support this machine type
54 support this machine type
/arch/powerpc/kernel/
Dvmlinux.lds.S158 .machine.desc : AT(ADDR(.machine.desc) - LOAD_OFFSET) {
160 *(.machine.desc)
/arch/mips/boot/compressed/
Duart-16550.c22 #error please define the serial port address for your own machine
/arch/sh/include/asm/
Dbugs.h22 char *p = &init_utsname()->machine[2]; /* "sh" */ in check_bugs()
/arch/powerpc/boot/
Dps3-head.S23 .machine "ppc64"
/arch/arm/plat-spear/
DKconfig27 # Adding SPEAr machine specific configuration files
/arch/avr32/
DMakefile26 machine-$(CONFIG_PLATFORM_AT32AP) := at32ap
27 machdirs := $(patsubst %,arch/avr32/mach-%/, $(machine-y))
/arch/m68k/
DKconfig.devices14 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,
86 machine, say Y here.
93 machine, say Y here.
/arch/parisc/hpux/
Dsys_hpux.c104 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/sh/drivers/
DKconfig9 Use the power-on LED on your machine as a load meter. The exact
/arch/arm/mach-sa1100/
DKconfig63 H3100 handheld computer. Information about this machine and the
64 Linux port to this machine can be found at:
74 H3600 handheld computer. Information about this machine and the
75 Linux port to this machine can be found at:
/arch/m68k/fpsp040/
Dkernel_ex.S54 | 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/x86/kernel/cpu/
Dbugs.c171 init_utsname()->machine[1] = in check_bugs()
/arch/s390/kernel/
Dprocessor.c71 n, id->version, id->ident, id->machine); in show_cpuinfo()

12345