data_type
large_stringclasses
3 values
source
large_stringclasses
29 values
code
large_stringlengths
98
49.4M
filepath
large_stringlengths
5
161
message
large_stringclasses
234 values
commit
large_stringclasses
234 values
subject
large_stringclasses
418 values
critique
large_stringlengths
101
1.26M
metadata
dict
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Registration of Cobalt RTC platform device. * * Copyright (C) 2007 Yoichi Yuasa <yuasa@linux-mips.org> */ #include <linux/errno.h> #include <linux/init.h> #include <linux/ioport.h> #include <linux/mc146818rtc.h> #include <linux/platform_device.h> static struct r...
arch/mips/cobalt/rtc.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Registration of Cobalt UART platform device. * * Copyright (C) 2007 Yoichi Yuasa <yuasa@linux-mips.org> */ #include <linux/errno.h> #include <linux/init.h> #include <linux/ioport.h> #include <linux/platform_device.h> #include <linux/serial_8250.h> #include <coba...
arch/mips/cobalt/serial.c
null
null
null
null
null
source
linux
/* * Setup pointers to hardware dependent routines. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1996, 1997, 2004, 05 by Ralf Baechle (ralf@linux-mips.org) * Copyright...
arch/mips/cobalt/setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Cobalt time initialization. * * Copyright (C) 2007 Yoichi Yuasa <yuasa@linux-mips.org> */ #include <linux/i8253.h> #include <linux/init.h> #include <asm/gt64120.h> #include <asm/time.h> #define GT641XX_BASE_CLOCK 50000000 /* 50MHz */ void __init plat_time_init...
arch/mips/cobalt/time.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Bus error event handling code for systems equipped with ECC * handling logic, i.e. DECstation/DECsystem 5000/200 (KN02), * 5000/240 (KN03), 5000/260 (KN05) and DECsystem 5900 (KN03), * 5900/260 (KN05) systems. * * Copyright (c) 2003, 2005 Maciej W. Rozycki */ #...
arch/mips/dec/ecc-berr.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 1995, 1996, 1997 Paul M. Antoine and Harald Koerfgen * Copyright (C) 2000, 2001, 2002, 2003, 2005 Maciej W. Rozycki * * Written by Ralf Baechle and Andreas Busse, modified for DECstation * support by Paul Antoine and Harald Koerfgen. * * completely rewri...
arch/mips/dec/int-handler.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * DEC I/O ASIC interrupts. * * Copyright (c) 2002, 2003, 2013 Maciej W. Rozycki */ #include <linux/init.h> #include <linux/irq.h> #include <linux/types.h> #include <asm/dec/ioasic.h> #include <asm/dec/ioasic_addrs.h> #include <asm/dec/ioasic_ints.h> static int ioa...
arch/mips/dec/ioasic-irq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Bus error event handling code for DECstation/DECsystem 3100 * and 2100 (KN01) systems equipped with parity error detection * logic. * * Copyright (c) 2005 Maciej W. Rozycki */ #include <linux/init.h> #include <linux/interrupt.h> #include <linux/kernel.h> #includ...
arch/mips/dec/kn01-berr.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * DECstation 5000/200 (KN02) Control and Status Register * interrupts. * * Copyright (c) 2002, 2003, 2005 Maciej W. Rozycki */ #include <linux/init.h> #include <linux/irq.h> #include <linux/types.h> #include <asm/dec/kn02.h> /* * Bits 7:0 of the Control Registe...
arch/mips/dec/kn02-irq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Bus error event handling code for 5000-series systems equipped * with parity error detection logic, i.e. DECstation/DECsystem * 5000/120, /125, /133 (KN02-BA), 5000/150 (KN04-BA) and Personal * DECstation/DECsystem 5000/20, /25, /33 (KN02-CA), 5000/50 * (KN04-CA) s...
arch/mips/dec/kn02xa-berr.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * DEC platform devices. * * Copyright (c) 2014 Maciej W. Rozycki */ #include <linux/ioport.h> #include <linux/kernel.h> #include <linux/mc146818rtc.h> #include <linux/platform_device.h> static struct resource dec_rtc_resources[] = { { .name = "rtc", .flags = I...
arch/mips/dec/platform.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Reset a DECstation machine. * * Copyright (C) 199x the Anonymous * Copyright (C) 2001, 2002, 2003 Maciej W. Rozycki */ #include <linux/interrupt.h> #include <linux/linkage.h> #include <asm/addrspace.h> typedef void __noreturn (* noret_func_t)(void); static inline void ...
arch/mips/dec/reset.c
null
null
null
null
null
source
linux
/* * System-specific setup, especially interrupts. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1998 Harald Koerfgen * Copyright (C) 2000, 2001, 2002, 2003, 2005, 2020...
arch/mips/dec/setup.c
null
null
null
null
null
source
linux
/* * TURBOchannel architecture calls. * * Copyright (c) Harald Koerfgen, 1998 * Copyright (c) 2001, 2003, 2005, 2006 Maciej W. Rozycki * Copyright (c) 2005 James Simmons * * This file is subject to the terms and conditions of the GNU * General Public License. See the file "COPYING" in the main * directory o...
arch/mips/dec/tc.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 1991, 1992, 1995 Linus Torvalds * Copyright (C) 2000, 2003 Maciej W. Rozycki * * This file contains the time handling details for PC-style clocks as * found in some MIPS systems. * */ #include <linux/bcd.h> #include <linux/init.h> #include <linux/mc14681...
arch/mips/dec/time.c
null
null
null
null
null
source
linux
/* * Setup the right wbflush routine for the different DECstations. * * Created with information from: * DECstation 3100 Desktop Workstation Functional Specification * DECstation 5000/200 KN02 System Module Functional Specification * mipsel-linux-objdump --disassemble vmunix | grep "wbflush" :-) * * This file i...
arch/mips/dec/wbflush.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * cmdline.c: read the command line passed to us by the PROM. * * Copyright (C) 1998 Harald Koerfgen * Copyright (C) 2002, 2004 Maciej W. Rozycki */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/string.h> #include <linux/types.h> #include <asm/bootinfo.h>...
arch/mips/dec/prom/cmdline.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * DECstation PROM-based early console support. * * Copyright (C) 2004, 2007 Maciej W. Rozycki */ #include <linux/console.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/string.h> #include <asm/dec/prom.h> static void __init prom_console_write(s...
arch/mips/dec/prom/console.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef DECTYPES #define DECTYPES #define DS2100_3100 1 /* DS2100/3100 Pmax */ #define DS5000_200 2 /* DS5000/200 3max */ #define DS5000_1XX 3 /* DS5000/1xx kmin */ #define DS5000_2X0 4 /* DS5000/2x0 3max+ */ #define DS5800 5 /* DS5800 Isis */ #define DS5400 6 /* DS5400 MI...
arch/mips/dec/prom/dectypes.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * identify.c: machine identification code. * * Copyright (C) 1998 Harald Koerfgen and Paul M. Antoine * Copyright (C) 2002, 2003, 2004, 2005 Maciej W. Rozycki */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/mc146818rtc.h> #include <linux/export.h> #inclu...
arch/mips/dec/prom/identify.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * init.c: PROM library initialisation code. * * Copyright (C) 1998 Harald Koerfgen * Copyright (C) 2002, 2004 Maciej W. Rozycki */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/linkage.h> #include <linux/smp.h> #include <linux/string.h> #include <linux/ty...
arch/mips/dec/prom/init.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * locore.S */ #include <asm/asm.h> #include <asm/regdef.h> #include <asm/mipsregs.h> .text /* * Simple general exception handling routine. This one is used for the * Memory sizing routine for pmax machines. HK */ NESTED(genexcept_early, 0, sp) .set noat .set noreorde...
arch/mips/dec/prom/locore.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * memory.c: memory initialisation code. * * Copyright (C) 1998 Harald Koerfgen, Frieder Streffer and Paul M. Antoine * Copyright (C) 2000, 2002 Maciej W. Rozycki */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/mm.h> #include <linux/memblock.h> #include <...
arch/mips/dec/prom/memory.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * EcoNet setup code * * Copyright (C) 2025 Caleb James DeLisle <cjd@cjdns.fr> */ #include <linux/init.h> #include <linux/of_clk.h> #include <linux/irqchip.h> #include <asm/addrspace.h> #include <asm/io.h> #include <asm/bootinfo.h> #include <asm/time.h> #include <asm/pro...
arch/mips/econet/init.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Wrap-around code for a console using the * ARC io-routines. * * Copyright (c) 1998 Harald Koerfgen * Copyright (c) 2001 Ralf Baechle * Copyright (c) 2002 Thiemo Seufer */ #include <linux/tty.h> #include <linux/major.h> #include <linux/init.h> #include <linux/console.h> #i...
arch/mips/fw/arc/arc_con.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * cmdline.c: Kernel command line creation using ARCS argc/argv. * * Copyright (C) 1996 David S. Miller (davem@davemloft.net) */ #include ...
arch/mips/fw/arc/cmdline.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * env.c: ARCS environment variable routines. * * Copyright (C) 1996 David S. Miller (davem@davemloft.net) */ #include <linux/init.h> #inc...
arch/mips/fw/arc/env.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * ARC firmware interface. * * Copyright (C) 1994, 1995, 1996, 1999 Ralf Baechle * Copyright (C) 1999 Silicon Graphics, Inc. */ #include...
arch/mips/fw/arc/file.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * identify.c: identify machine by looking up system identifier * * Copyright (C) 1998 Thomas Bogendoerfer * * This code is based on arch...
arch/mips/fw/arc/identify.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * PROM library initialisation code. * * Copyright (C) 1996 David S. Miller (davem@davemloft.net) */ #include <linux/init.h> #include <lin...
arch/mips/fw/arc/init.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * memory.c: PROM library functions for acquiring/using memory descriptors * given to us from the ARCS firmware. * * Copyright (C) 1996 by David S. Miller * Copyright (C) 1999, 2000, 2001 by Ralf Baechle * Copyright (C) 1999, 2000 by Silicon Graphics, Inc. * * PROM lib...
arch/mips/fw/arc/memory.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Miscellaneous ARCS PROM routines. * * Copyright (C) 1996 David S. Miller (davem@davemloft.net) * Copyright (C) 1999 Ralf Baechle (ralf@...
arch/mips/fw/arc/misc.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1996 David S. Miller (dm@sgi.com) * Compatibility with board caches, Ulf Carlsson */ #include <linux/kernel.h> #include <a...
arch/mips/fw/arc/promlib.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2000, 2001, 2002 Broadcom Corporation */ /* * * Broadcom Common Firmware Environment (CFE) * * This module contains device function stubs (small routines to * call the standard "iocb" interface entry point to CFE). * There should be one routine he...
arch/mips/fw/cfe/cfe_api.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2000, 2001, 2002 Broadcom Corporation */ #ifndef CFE_API_INT_H #define CFE_API_INT_H /* * Constants. */ #define CFE_CMD_FW_GETINFO 0 #define CFE_CMD_FW_RESTART 1 #define CFE_CMD_FW_BOOT 2 #define CFE_CMD_FW_CPUCTL 3 #define CFE_CMD_FW_GETTIME ...
arch/mips/fw/cfe/cfe_api_int.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * O32 interface for the 64 (or N32) ABI. * * Copyright (C) 2002, 2014 Maciej W. Rozycki */ #include <asm/asm.h> #include <asm/regdef.h> /* O32 register size. */ #define O32_SZREG 4 /* Maximum number of arguments supported. Must be even! */ #define O32_ARGC 32...
arch/mips/fw/lib/call_o32.S
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved. */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/str...
arch/mips/fw/lib/cmdline.c
null
null
null
null
null
source
linux
/* * Big Endian PROM code for SNI RM machines * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2005-2006 Florian Lohoff (flo@rfc822.org) * Copyright (C) 2005-2006 Thomas B...
arch/mips/fw/sni/sniprom.c
null
null
null
null
null
source
linux
/ { images { fdt-boston { description = "img,boston Device Tree"; data = /incbin/("boot/dts/img/boston.dtb"); type = "flat_dt"; arch = "mips"; compression = "none"; hash { algo = "sha1"; }; }; }; configurations { conf-boston { description = "Boston Linux kernel"; kernel = "kerne...
arch/mips/generic/board-boston.its.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Support for Ingenic SoCs * * Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de> * Copyright (C) 2011, Maarten ter Huurne <maarten@treewalker.org> * Copyright (C) 2020 Paul Cercueil <paul@crapouillou.net> */ #include <linux/clk.h> #include <linux/of.h> ...
arch/mips/generic/board-ingenic.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ / { images { fdt-jaguar2_pcb110 { description = "MSCC Jaguar2 PCB110 Device Tree"; data = /incbin/("boot/dts/mscc/jaguar2_pcb110.dtb"); type = "flat_dt"; arch = "mips"; compression = "none"; hash { algo = "sha1"; }; }; fdt-jaguar2_pcb111 { ...
arch/mips/generic/board-jaguar2.its.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ / { images { fdt-luton_pcb091 { description = "MSCC Luton PCB091 Device Tree"; data = /incbin/("boot/dts/mscc/luton_pcb091.dtb"); type = "flat_dt"; arch = "mips"; compression = "none"; hash { algo = "sha1"; }; }; }; configurations { pcb0...
arch/mips/generic/board-luton.its.S
null
null
null
null
null
source
linux
/ { images { fdt-marduk { description = "img,pistachio-marduk Device Tree"; data = /incbin/("boot/dts/img/pistachio_marduk.dtb"); type = "flat_dt"; arch = "mips"; compression = "none"; hash { algo = "sha1"; }; }; }; configurations { conf-marduk { description = "Marduk Linux kernel"...
arch/mips/generic/board-marduk.its.S
null
null
null
null
null
source
linux
/ { images { fdt-ni169445 { description = "NI 169445 device tree"; data = /incbin/("boot/dts/ni/169445.dtb"); type = "flat_dt"; arch = "mips"; compression = "none"; hash { algo = "sha1"; }; }; }; configurations { conf-ni169445 { description = "NI 169445 Linux Kernel"; kernel = "...
arch/mips/generic/board-ni169445.its.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: (GPL-2.0 OR MIT) /* * Microsemi MIPS SoC support * * Copyright (c) 2017 Microsemi Corporation */ #include <linux/string.h> #include <asm/machine.h> #include <asm/prom.h> #define DEVCPU_GCB_CHIP_REGS_CHIP_ID 0x71070000 #define CHIP_ID_PART_ID GENMASK(27, 12) #define OCELOT_PART_ID (...
arch/mips/generic/board-ocelot.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ / { images { fdt-ocelot_pcb123 { description = "MSCC Ocelot PCB123 Device Tree"; data = /incbin/("boot/dts/mscc/ocelot_pcb123.dtb"); type = "flat_dt"; arch = "mips"; compression = "none"; hash { algo = "sha1"; }; }; fdt-ocelot_pcb120 { ...
arch/mips/generic/board-ocelot.its.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Support code for virtual Ranchu board for MIPS. * * Author: Miodrag Dinic <miodrag.dinic@mips.com> */ #include <linux/of_address.h> #include <linux/types.h> #include <asm/machine.h> #include <asm/mipsregs.h> #include <asm/time.h> #define GOLDFISH_TIMER_LOW 0x00 ...
arch/mips/generic/board-ranchu.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2024 Allied Telesis */ #include <linux/errno.h> #include <linux/libfdt.h> #include <linux/printk.h> #include <linux/types.h> #include <asm/fw/fw.h> #include <asm/machine.h> static __init int realtek_add_initrd(void *fdt) { int node, err; u32 start, size...
arch/mips/generic/board-realtek.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2016 Imagination Technologies * Author: Paul Burton <paul.burton@mips.com> */ #define pr_fmt(fmt) "sead3: " fmt #include <linux/errno.h> #include <linux/libfdt.h> #include <linux/printk.h> #include <linux/sizes.h> #include <asm/fw/fw.h> #include <asm...
arch/mips/generic/board-sead3.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ / { images { fdt-serval_pcb105 { description = "MSCC Serval PCB105 Device Tree"; data = /incbin/("boot/dts/mscc/serval_pcb105.dtb"); type = "flat_dt"; arch = "mips"; compression = "none"; hash { algo = "sha1"; }; }; }; configurations { p...
arch/mips/generic/board-serval.its.S
null
null
null
null
null
source
linux
/ { images { fdt-xilfpga { description = "MIPSfpga (xilfpga) Device Tree"; data = /incbin/("boot/dts/xilfpga/nexys4ddr.dtb"); type = "flat_dt"; arch = "mips"; compression = "none"; hash { algo = "sha1"; }; }; }; configurations { conf-xilfpga { description = "MIPSfpga Linux kernel";...
arch/mips/generic/board-xilfpga.its.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2016 Imagination Technologies * Author: Paul Burton <paul.burton@mips.com> */ #include <linux/clk.h> #include <linux/clocksource.h> #include <linux/init.h> #include <linux/irqchip.h> #include <linux/of_clk.h> #include <linux/of_fdt.h> #include <asm/bo...
arch/mips/generic/init.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2016 Imagination Technologies * Author: Paul Burton <paul.burton@mips.com> */ #include <linux/clk.h> #include <linux/clk-provider.h> #include <linux/clocksource.h> #include <linux/init.h> #include <linux/types.h> #include <asm/irq.h> #include <asm/mip...
arch/mips/generic/irq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2016 Imagination Technologies * Author: Paul Burton <paul.burton@mips.com> */ #include <linux/of.h> #include <asm/bootinfo.h> char *system_type; const char *get_system_type(void) { const char *str; int err; if (system_type) return system_type;...
arch/mips/generic/proc.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /dts-v1/; / { description = KERNEL_NAME; #address-cells = <ADDR_CELLS>; images { kernel { description = KERNEL_NAME; data = /incbin/(VMLINUX_BINARY); type = "kernel"; arch = "mips"; os = "linux"; compression = VMLINUX_COMPRESSION; load = /bits/ ADDR_BIT...
arch/mips/generic/vmlinux.its.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2016 Imagination Technologies * Author: Paul Burton <paul.burton@mips.com> */ #define pr_fmt(fmt) "yamon-dt: " fmt #include <linux/bug.h> #include <linux/errno.h> #include <linux/kernel.h> #include <linux/libfdt.h> #include <linux/printk.h> #include ...
arch/mips/generic/yamon-dt.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2005, 06 by Ralf Baechle (ralf@linux-mips.org) * Copyright (C) 2005 MIPS Technologies, Inc. */ #ifndef _ASM_ABI_H #define ...
arch/mips/include/asm/abi.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1996, 99 Ralf Baechle * Copyright (C) 2000, 2002 Maciej W. Rozycki * Copyright (C) 1990, 1999 by Silicon Graphics, Inc. ...
arch/mips/include/asm/addrspace.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2013 Imagination Technologies Ltd. * * Arbitrary Monitor Support (AMON) */ int amon_cpu_avail(int cpu); int amon_cpu_star...
arch/mips/include/asm/amon.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * */ #ifndef _ASM_ARCH_HWEIGHT_H #define _ASM_ARCH_HWEIGHT_H #ifdef ARCH_HAS_USABLE_BUILTIN_POPCOUNT #include <asm/types.h> static inline u...
arch/mips/include/asm/arch_hweight.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2014 Imagination Technologies Ltd. * */ #ifndef __ASM_ASM_EVA_H #define __ASM_ASM_EVA_H #ifndef __ASSEMBLER__ /* Kernel...
arch/mips/include/asm/asm-eva.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #include <asm/checksum.h> #include <asm/page.h> #include <asm/fpu.h> #include <asm-generic/asm-prototypes.h> #include <linux/uaccess.h> #include <asm/ftrace.h> #include <asm/mmu_context.h> extern void clear_page_cpu(void *page); extern void copy_page_cpu(void *to, void *from);
arch/mips/include/asm/asm-prototypes.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1995, 1996, 1997, 1999, 2001 by Ralf Baechle * Copyright (C) 1999 by Silicon Graphics, Inc. * Copyright (C) 2001 MIPS Tech...
arch/mips/include/asm/asm.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * asmmacro.h: Assembler macros to make things easier to read. * * Copyright (C) 1996 David S. Miller (davem@davemloft.net) * Copyright (C) 1998, 1999, 2003 Ralf Baechle */ #ifndef _ASM_ASMMACRO_32_H #define _ASM_ASMMACRO_32_H #include <asm/asm-offsets.h> #include <asm/reg...
arch/mips/include/asm/asmmacro-32.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * asmmacro.h: Assembler macros to make things easier to read. * * Copyright (C) 1996 David S. Miller (davem@davemloft.net) * Copyright (C) 1998, 1999 Ralf Baechle * Copyright (C) 1999 Silicon Graphics, Inc. */ #ifndef _ASM_ASMMACRO_64_H #define _ASM_ASMMACRO_64_H #includ...
arch/mips/include/asm/asmmacro-64.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2003 Ralf Baechle */ #ifndef _ASM_ASMMACRO_H #define _ASM_ASMMACRO_H #include <asm/hazards.h> #include <asm/asm-offsets.h>...
arch/mips/include/asm/asmmacro.h
null
null
null
null
null
source
linux
/* * Atomic operations that C can't guarantee us. Useful for * resource counting etc.. * * But use these as seldom as possible since they are much more slower * than regular operations. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main...
arch/mips/include/asm/atomic.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2006 by Ralf Baechle (ralf@linux-mips.org) */ #ifndef __ASM_BARRIER_H #define __ASM_BARRIER_H #include <asm/addrspace.h> #...
arch/mips/include/asm/barrier.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (c) 1997, 1999 by Ralf Baechle * Copyright (c) 1999 Silicon Graphics, Inc. */ #ifndef _ASM_BCACHE_H #define _ASM_BCACHE_H #in...
arch/mips/include/asm/bcache.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (c) 1994 - 1997, 99, 2000, 06, 07 Ralf Baechle (ralf@linux-mips.org) * Copyright (c) 1999, 2000 Silicon Graphics, Inc. */ #i...
arch/mips/include/asm/bitops.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __MIPS_ASM_BITREV_H__ #define __MIPS_ASM_BITREV_H__ #include <linux/swab.h> static __always_inline __attribute_const__ u32 __arch_bitrev32(u32 x) { u32 ret; asm("bitswap %0, %1" : "=r"(ret) : "r"(__swab32(x))); return ret; } static __always_inline __attribute_const_...
arch/mips/include/asm/bitrev.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_BMIPS_SPACES_H #define __ASM_BMIPS_SPACES_H /* Avoid collisions with system base register (SBR) region on BMIPS3300 */ #define FIXADDR_TOP ((unsigned long)(long)(int)0xff000000) #endif /* __ASM_BMIPS_SPACES_H */
arch/mips/include/asm/bmips-spaces.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2011 by Kevin Cernekee (cernekee@gmail.com) * * Definitions for BMIPS processors */ #ifndef _ASM_BMIPS_H #define _ASM_BMI...
arch/mips/include/asm/bmips.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive * for more details. * * Copyright (C) 1995, 1996, 2003 by Ralf Baechle * Copyright (C) 1995, 1996 Andreas Busse * Copyright (C) 1995, 1996 Stoned Elipot * Copyri...
arch/mips/include/asm/bootinfo.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1996, 1997, 1998, 2001 by Ralf Baechle */ #ifndef _ASM_BRANCH_H #define _ASM_BRANCH_H #include <asm/cpu-features.h> #inclu...
arch/mips/include/asm/branch.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1995, 2003 by Ralf Baechle * Copyright (C) 1999 Silicon Graphics, Inc. */ #ifndef __ASM_BREAK_H #define __ASM_BREAK_H #if...
arch/mips/include/asm/break.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_BUG_H #define __ASM_BUG_H #include <linux/compiler.h> #include <asm/sgidefs.h> #ifdef CONFIG_BUG #include <asm/break.h> static inline void __noreturn BUG(void) { __asm__ __volatile__("break %0" : : "i" (BRK_BUG)); unreachable(); } #define HAVE_ARCH_BUG #if (_...
arch/mips/include/asm/bug.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2007 Maciej W. Rozycki */ #ifndef _ASM_BUGS_H #define _ASM_BUGS_H #include <linux/bug.h> #include <linux/smp.h> #include <asm/cpu.h> #include <asm/cpu-info.h> extern int daddiu_bug; extern void check_bugs64_early(void); extern void check_bugs32(void); ex...
arch/mips/include/asm/bugs.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1997, 98, 99, 2000, 2003 Ralf Baechle * Copyright (C) 1999 Silicon Graphics, Inc. */ #ifndef _ASM_CACHE_H #define _ASM_CAC...
arch/mips/include/asm/cache.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1994, 95, 96, 97, 98, 99, 2000, 01, 02, 03 by Ralf Baechle * Copyright (C) 1999, 2000, 2001 Silicon Graphics, Inc. */ #ifn...
arch/mips/include/asm/cacheflush.h
null
null
null
null
null
source
linux
/* * Cache operations for the cache instruction. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * (C) Copyright 1996, 97, 99, 2002, 03 Ralf Baechle * (C) Copyright 1999 Silicon Graphics...
arch/mips/include/asm/cacheops.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_MIPS_CACHETYPE_H #define __ASM_MIPS_CACHETYPE_H #include <asm/cpu-features.h> #define cpu_dcache_is_aliasing() cpu_has_dc_aliases #endif
arch/mips/include/asm/cachetype.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2014 Imagination Technologies Ltd. */ #ifndef __ASM_CDMM_H #define __ASM_CDMM_H #include <linux/device.h> #include <linux/...
arch/mips/include/asm/cdmm.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2008 Kevin D. Kissell */ /* * Definitions used for common event timer implementation * for MIPS 4K-type processors and t...
arch/mips/include/asm/cevt-r4k.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1995, 96, 97, 98, 99, 2001 by Ralf Baechle * Copyright (C) 1999 Silicon Graphics, Inc. * Copyright (C) 2001 Thiemo Seufer....
arch/mips/include/asm/checksum.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2015 Imagination Technologies * Author: Alex Smith <alex.smith@imgtec.com> */ #ifndef __ASM_CLOCKSOURCE_H #define __ASM_CLOCKSOURCE_H #include <asm/vdso/clocksource.h> #endif /* __ASM_CLOCKSOURCE_H */
arch/mips/include/asm/clocksource.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_CMP_H #define _ASM_CMP_H /* * Definitions for CMP multitasking on MIPS cores */ struct task_struct; #endif /* _ASM_CMP_H */
arch/mips/include/asm/cmp.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2003, 06, 07 by Ralf Baechle (ralf@linux-mips.org) */ #ifndef __ASM_CMPXCHG_H #define __ASM_CMPXCHG_H #include <linux/bug....
arch/mips/include/asm/cmpxchg.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_COMPAT_SIGNAL_H #define __ASM_COMPAT_SIGNAL_H #include <linux/bug.h> #include <linux/compat.h> #include <linux/compiler.h> #include <asm/signal.h> #include <asm/siginfo.h> #include <linux/uaccess.h> static inline int __copy_conv_sigset_to_user(compat_sigset_t __u...
arch/mips/include/asm/compat-signal.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_COMPAT_H #define _ASM_COMPAT_H /* * Architecture specific compatibility types */ #include <linux/thread_info.h> #include <linux/types.h> #include <asm/page.h> #include <asm/ptrace.h> #define __compat_uid_t __compat_uid_t typedef s32 __compat_uid_t; typedef s32 __...
arch/mips/include/asm/compat.h
null
null
null
null
null
source
linux
/* * Copyright (C) 2004, 2007 Maciej W. Rozycki * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. */ #ifndef _ASM_COMPILER_H #define _ASM_COMPILER_H /* * With GCC 4.5 onwards we can use __b...
arch/mips/include/asm/compiler.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2009 Wind River Systems, * written by Ralf Baechle <ralf@linux-mips.org> */ #ifndef __ASM_COP2_H #define __ASM_COP2_H #...
arch/mips/include/asm/cop2.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2003, 2004 Ralf Baechle * Copyright (C) 2004 Maciej W. Rozycki */ #ifndef __ASM_CPU_FEATURES_H #define __ASM_CPU_FEATURES...
arch/mips/include/asm/cpu-features.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1994 Waldorf GMBH * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003 Ralf Baechle * Copyright (C) 1996 Paul M....
arch/mips/include/asm/cpu-info.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2003, 2004 Ralf Baechle * Copyright (C) 2004 Maciej W. Rozycki */ #ifndef __ASM_CPU_TYPE_H #define __ASM_CPU_TYPE_H #inc...
arch/mips/include/asm/cpu-type.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * cpu.h: Values of the PRId register used to match up * various MIPS cpu types. * * Copyright (C) 1996 David S. Miller (davem@davemloft.net) * Copyright (C) 2004, 2013 Maciej W. Rozycki */ #ifndef _ASM_CPU_H #define _ASM_CPU_H #include <linux/bits.h> /* As of the ...
arch/mips/include/asm/cpu.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * CPU feature definitions for module loading, used by * module_cpu_feature_match(), see uapi/asm/hwcap.h for MIPS CPU features. */ #ifndef __ASM_CPUFEATURE_H #define __ASM_CPUFEATURE_H #include <uapi/asm/hwcap.h> #include <asm/elf.h> #define MAX_CPU_FEATURES (8 *...
arch/mips/include/asm/cpufeature.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2015 Imagination Technologies */ #ifndef __MIPS_ASM_DEBUG_H__ #define __MIPS_ASM_DEBUG_H__ #include <linux/dcache.h> /* * mips_debugfs_dir corresponds to the "mips" directory at the top level * of the DebugFS hierarchy. MIPS-specific DebugFS entr...
arch/mips/include/asm/debug.h
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1994 by Waldorf Electronics * Copyright (C) 1995 - 2000, 01, 03 by Ralf Baechle * Copyright (C) 1999, 2000 Silicon Graphic...
arch/mips/include/asm/delay.h
null
null
null
null
null
source
linux
/* * Copyright (C) 2000, 2004, 2021 Maciej W. Rozycki * Copyright (C) 2003, 07 Ralf Baechle (ralf@linux-mips.org) * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. */ #ifndef __ASM_DIV64_H #...
arch/mips/include/asm/div64.h
null
null
null
null
null