Lines Matching +full:risc +full:- +full:v
1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Initial setup-routines for HP 9000 based hardware.
6 * Modifications for PA-RISC (C) 1999 Helge Deller <deller@gmx.de>
12 * Initial PA-RISC Version: 04-23-1999 by Helge Deller
54 /* boot_args[0] is free-mem start, boot_args[1] is ptr to command line */ in setup_cmdline()
84 panic( "PA-RISC Linux currently only supports machines that conform to\n" in dma_ops_init()
85 "the PA-RISC 1.1 or 2.0 architecture specification.\n"); in dma_ops_init()
108 printk(KERN_INFO "The 64-bit Kernel has started...\n"); in setup_arch()
110 printk(KERN_INFO "The 32-bit Kernel has started...\n"); in setup_arch()
117 1 << (REAL_HPAGE_SHIFT - 20), 1 << (HPAGE_SHIFT - 20)); in setup_arch()
135 printk(KERN_INFO "Kernel is using PDC in 32-bit mode.\n"); in setup_arch()
161 extern int show_cpuinfo (struct seq_file *m, void *v);
169 * show_cpuinfo() disregarding 'pos' (which I assume is 'v' above) in c_start()
175 c_next (struct seq_file *m, void *v, loff_t *pos) in c_next() argument
182 c_stop (struct seq_file *m, void *v) in c_stop() argument
337 /* These are in a non-obvious order, will fix when we have an iotree */ in parisc_init()
389 running_on_qemu = (memcmp(&PAGE0->pad0, "SeaBIOS", 8) == 0); in start_parisc()