Lines Matching +full:y +full:- +full:rp
1 // SPDX-License-Identifier: GPL-2.0
55 0, 0, /* orig-x, orig-y */
57 0, /* orig-video-page */
58 0, /* orig-video-mode */
59 128, /* orig-video-cols */
61 54, /* orig-video-lines */
62 0, /* orig-video-isVGA */
63 16 /* orig-video-points */
67 * romvec->pv_synchook which I set to the following function.
77 /* XXX Badly broken. FIX! - Anton */ in prom_sync_me()
120 .index = -1,
125 * SPARC or that require special low-level processing.
143 printk("Unknown boot switch (-%c)\n", c); in process_switch()
158 if (*commands == '-') { in boot_flags_init()
166 * "mem=XXX[kKmM] overrides the PROM-reported in boot_flags_init()
215 unsigned long addr = p->addr; in per_cpu_patch()
220 insns = &p->sun4d[0]; in per_cpu_patch()
224 insns = &p->leon[0]; in per_cpu_patch()
254 /* Default instruction is leon - no patching */ in leon_patch()
259 unsigned long addr = start->addr; in leon_patch()
261 *(unsigned int *)(addr) = start->insn; in leon_patch()
270 /* Called from head_32.S - before we have setup anything
273 void __init sparc32_start_kernel(struct linux_romvec *rp) in sparc32_start_kernel() argument
275 prom_init(rp); in sparc32_start_kernel()
282 sparc_cpu_model = sun4m; /* CP-1200 with PROM 2.30 -E */ in sparc32_start_kernel()
360 ((*(short *)linux_dbvec) != -1)) { in setup_arch()
362 (*(linux_dbvec->teach_debugger))(); in setup_arch()
365 /* Run-time patch instructions to match the cpu model */ in setup_arch()
406 err = -ENOMEM; in topology_init()