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-only */ /* For __aeabi_uidivmod */ #include "../../lib/lib1funcs.S"
arch/arm/boot/compressed/lib1funcs.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/arch/arm/lib/ll_char_wr.S * * Copyright (C) 1995, 1996 Russell King. * * Speedups & 1bpp code (C) 1996 Philip Blundell & Russell King. * * 10-04-96 RMK Various cleanups & reduced register usage. * 08-04-98 RMK Shifts re-ordered */ @ Regs: [] = corrup...
arch/arm/boot/compressed/ll_char_wr.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2006 Lennert Buytenhek <buytenh@wantstofly.org> */ #include <asm/mach-types.h> static inline unsigned int __raw_readl(unsigned int ptr) { return *((volatile unsigned int *)ptr); } static inline void __raw_writeb(unsigned char value, unsigned int p...
arch/arm/boot/compressed/misc-ep93xx.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * misc.c * * This is a collection of several routines from gzip-1.0.3 * adapted for Linux. * * malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994 * * Modified for ARM Linux by Russell King * * Nicolas Pitre <nico@visuaide.com> 1999/04/14 : * For this code to ...
arch/arm/boot/compressed/misc.c
null
null
null
null
null
source
linux
#ifndef MISC_H #define MISC_H #include <linux/compiler.h> void error(char *x) __noreturn; extern unsigned long free_mem_ptr; extern unsigned long free_mem_end_ptr; void __div0(void); void decompress_kernel(unsigned long output_start, unsigned long free_mem_ptr_p, unsigned long free_mem_ptr_end_p, int arch_id); vo...
arch/arm/boot/compressed/misc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ .section .piggydata, "a" .globl input_data input_data: .incbin "arch/arm/boot/compressed/piggy_data" .globl input_data_end input_data_end:
arch/arm/boot/compressed/piggy.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/arm/boot/compressed/string.c * * Small subset of simple string routines */ #define __NO_FORTIFY #include <linux/string.h> /* * The decompressor is built without KASan but uses the same redirects as the * rest of the kernel when CONFIG_KASAN is enabled, defining e.g....
arch/arm/boot/compressed/string.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2000 Russell King */ #include <asm/vmlinux.lds.h> #ifdef CONFIG_CPU_ENDIAN_BE8 #define ZIMAGE_MAGIC(x) ( (((x) >> 24) & 0x000000ff) | \ (((x) >> 8) & 0x0000ff00) | \ (((x) << 8) & 0x00ff0000) | \ (((x) << 24) & 0xff000000) ) #else #defi...
arch/arm/boot/compressed/vmlinux.lds.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2015 MediaTek Inc. * Author: Biao Huang <biao.huang@mediatek.com> */ #ifndef __DTS_MT2701_PINFUNC_H #define __DTS_MT2701_PINFUNC_H #include <dt-bindings/pinctrl/mt65xx.h> #define MT2701_PIN_0_PWRAP_SPI0_MI__FUNC_GPIO0 (MTK_PIN_NO(0) | 0) #define MT270...
arch/arm/boot/dts/mediatek/mt2701-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #define PINMUX_PIN(no, func, ioset) \ (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20)) #define PIN_PA0 0 #define PIN_PA0__GPIO PINMUX_PIN(PIN_PA0, 0, 0) #define PIN_PA0__SDMMC0_CK PINMUX_PIN(PIN_PA0, 1, 1) #define PIN_PA0__QSPI0_SCK PINMUX_PIN(PIN_PA0,...
arch/arm/boot/dts/microchip/sama5d2-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ #define PINMUX_PIN(no, func, ioset) \ (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20)) #define PIN_PA0 0 #define PIN_PA0__GPIO PINMUX_PIN(PIN_PA0, 0, 0) #define PIN_PA0__SDMMC0_CK PINMUX_PIN(PIN_PA0, 1, 1) #define PIN_PA0__FLEXCOM3_IO0 PINMUX...
arch/arm/boot/dts/microchip/sama7d65-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ #define PINMUX_PIN(no, func, ioset) \ (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20)) #define PIN_PA0 0 #define PIN_PA0__GPIO PINMUX_PIN(PIN_PA0, 0, 0) #define PIN_PA0__SDMMC0_CK PINMUX_PIN(PIN_PA0, 1, 1) #define PIN_PA0__FLEXCOM0_IO0 PINMUX...
arch/arm/boot/dts/microchip/sama7g5-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2014 Alexander Shiyan <shc_work@mail.ru> */ #ifndef __DTS_IMX1_PINFUNC_H #define __DTS_IMX1_PINFUNC_H /* * The pin function ID is a tuple of * <pin mux_id> * mux_id consists of * function + (direction << 2) + (gpio_oconf << 4) + (gpio_iconfa << ...
arch/arm/boot/dts/nxp/imx/imx1-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2013 Eukréa Electromatique <denis@eukrea.com> * Based on imx35-pinfunc.h in the same directory Which is: * Copyright 2013 Freescale Semiconductor, Inc. */ #ifndef __DTS_IMX25_PINFUNC_H #define __DTS_IMX25_PINFUNC_H /* * The pin function ID is a tuple of ...
arch/arm/boot/dts/nxp/imx/imx25-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright 2013 Markus Pargmann <mpa@pengutronix.de>, Pengutronix */ #ifndef __DTS_IMX27_PINFUNC_H #define __DTS_IMX27_PINFUNC_H /* * The pin function ID is a tuple of * <pin mux_id> * mux_id consists of * function + (direction << 2) + (gpio_oconf << 4) + (gpi...
arch/arm/boot/dts/nxp/imx/imx27-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2013 Freescale Semiconductor, Inc. */ #ifndef __DTS_IMX35_PINFUNC_H #define __DTS_IMX35_PINFUNC_H /* * The pin function ID is a tuple of * <mux_reg conf_reg input_reg mux_mode input_val> */ #define MX35_PAD_CAPTURE__GPT_CAPIN1 0x004 0x328 0x000 0x0 0x...
arch/arm/boot/dts/nxp/imx/imx35-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2013 Greg Ungerer <gerg@uclinux.org> */ #ifndef __DTS_IMX50_PINFUNC_H #define __DTS_IMX50_PINFUNC_H /* * The pin function ID is a tuple of * <mux_reg conf_reg input_reg mux_mode input_val> */ #define MX50_PAD_KEY_COL0__KPP_COL_0 0x020 0x2cc 0x000 0x0 ...
arch/arm/boot/dts/nxp/imx/imx50-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2013 Freescale Semiconductor, Inc. */ #ifndef __DTS_IMX51_PINFUNC_H #define __DTS_IMX51_PINFUNC_H /* * The pin function ID is a tuple of * <mux_reg conf_reg input_reg mux_mode input_val> */ #define MX51_PAD_EIM_D16__AUD4_RXFS 0x05c 0x3f0 0x000 0x5 0x0 ...
arch/arm/boot/dts/nxp/imx/imx51-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2013 Freescale Semiconductor, Inc. */ #ifndef __DTS_IMX53_PINFUNC_H #define __DTS_IMX53_PINFUNC_H /* * The pin function ID is a tuple of * <mux_reg conf_reg input_reg mux_mode input_val> */ #define MX53_PAD_GPIO_19__KPP_COL_5 0x020 0x348 0x840 0x0 0x0...
arch/arm/boot/dts/nxp/imx/imx53-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2013 Freescale Semiconductor, Inc. */ #ifndef __DTS_IMX6DL_PINFUNC_H #define __DTS_IMX6DL_PINFUNC_H /* * The pin function ID is a tuple of * <mux_reg conf_reg input_reg mux_mode input_val> */ #define MX6QDL_PAD_CSI0_DAT10__IPU1_CSI0_DATA10 0x04c 0x36...
arch/arm/boot/dts/nxp/imx/imx6dl-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2013 Freescale Semiconductor, Inc. */ #ifndef __DTS_IMX6Q_PINFUNC_H #define __DTS_IMX6Q_PINFUNC_H /* * The pin function ID is a tuple of * <mux_reg conf_reg input_reg mux_mode input_val> */ #define MX6QDL_PAD_SD2_DAT1__SD2_DATA1 0x04c 0x360 ...
arch/arm/boot/dts/nxp/imx/imx6q-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2013 Freescale Semiconductor, Inc. */ #ifndef __DTS_IMX6SL_PINFUNC_H #define __DTS_IMX6SL_PINFUNC_H /* * The pin function ID is a tuple of * <mux_reg conf_reg input_reg mux_mode input_val> */ #define MX6SL_PAD_AUD_MCLK__AUDIO_CLK_OUT 0x04c 0x2a4...
arch/arm/boot/dts/nxp/imx/imx6sl-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright 2016 Freescale Semiconductor, Inc. * Copyright 2017-2018 NXP. * */ #ifndef __DTS_IMX6SLL_PINFUNC_H #define __DTS_IMX6SLL_PINFUNC_H /* * The pin function ID is a tuple of * <mux_reg conf_reg input_reg mux_mode input_val> */ #define MX6SLL_PAD_WDOG_B__WDOG1_B...
arch/arm/boot/dts/nxp/imx/imx6sll-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2014 Freescale Semiconductor, Inc. */ #ifndef __DTS_IMX6SX_PINFUNC_H #define __DTS_IMX6SX_PINFUNC_H /* * The pin function ID is a tuple of * <mux_reg conf_reg input_reg mux_mode input_val> */ #define MX6SX_PAD_GPIO1_IO00__I2C1_SCL ...
arch/arm/boot/dts/nxp/imx/imx6sx-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2014 - 2015 Freescale Semiconductor, Inc. */ #ifndef __DTS_IMX6UL_PINFUNC_H #define __DTS_IMX6UL_PINFUNC_H /* * The pin function ID is a tuple of * <mux_reg conf_reg input_reg mux_mode input_val> */ #define MX6UL_PAD_BOOT_MODE0__GPIO5_IO10 0x0014 0x02a0...
arch/arm/boot/dts/nxp/imx/imx6ul-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2016 Freescale Semiconductor, Inc. * Copyright (C) 2017 NXP */ #ifndef __DTS_IMX6ULL_PINFUNC_SNVS_H #define __DTS_IMX6ULL_PINFUNC_SNVS_H /* * The pin function ID is a tuple of * <mux_reg conf_reg input_reg mux_mode input_val> */ #define MX6ULL_PAD_BOOT_MO...
arch/arm/boot/dts/nxp/imx/imx6ull-pinfunc-snvs.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2016 Freescale Semiconductor, Inc. */ #ifndef __DTS_IMX6ULL_PINFUNC_H #define __DTS_IMX6ULL_PINFUNC_H #include "imx6ul-pinfunc.h" /* * The pin function ID is a tuple of * <mux_reg conf_reg input_reg mux_mode input_val> */ /* signals common for i.MX6U...
arch/arm/boot/dts/nxp/imx/imx6ull-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2014-2015 Freescale Semiconductor, Inc. */ #ifndef __DTS_IMX7D_PINFUNC_H #define __DTS_IMX7D_PINFUNC_H /* * The pin function ID is a tuple of * <mux_reg conf_reg input_reg mux_mode input_val> */ #define MX7D_PAD_LPSR_GPIO1_IO00__GPIO1_IO0 ...
arch/arm/boot/dts/nxp/imx/imx7d-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2016 Freescale Semiconductor, Inc. * Copyright 2017 NXP */ #ifndef __DTS_IMX7ULP_PINFUNC_H #define __DTS_IMX7ULP_PINFUNC_H /* * The pin function ID is a tuple of * <mux_conf_reg input_reg mux_mode input_val> */ #define IMX7ULP_PAD_PTC0__PTC0 ...
arch/arm/boot/dts/nxp/imx/imx7ulp-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ /* * Copyright (C) 2019 * Author(s): Giulio Benetti <giulio.benetti@benettiengineering.com> */ #ifndef _DT_BINDINGS_PINCTRL_IMXRT1050_PINFUNC_H #define _DT_BINDINGS_PINCTRL_IMXRT1050_PINFUNC_H #define IMX_PAD_SION 0x40000000 /* * The pin function ID is a tuple of ...
arch/arm/boot/dts/nxp/imx/imxrt1050-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ /* * Copyright (C) 2021 * Author(s): Jesse Taube <Mr.Bossman075@gmail.com> */ #ifndef _DT_BINDINGS_PINCTRL_IMXRT1170_PINFUNC_H #define _DT_BINDINGS_PINCTRL_IMXRT1170_PINFUNC_H #define IMX_PAD_SION 0x40000000 /* * The pin function ID is a tuple of * ...
arch/arm/boot/dts/nxp/imx/imxrt1170-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Header providing constants for i.MX23 pinctrl bindings. * * Copyright (C) 2013 Lothar Waßmann <LW@KARO-electronics.de> */ #ifndef __DT_BINDINGS_MX23_PINCTRL_H__ #define __DT_BINDINGS_MX23_PINCTRL_H__ #include "mxs-pinfunc.h" #define MX23_PAD_GPMI_D00__GPMI_D00 0...
arch/arm/boot/dts/nxp/mxs/imx23-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Header providing constants for i.MX28 pinctrl bindings. * * Copyright (C) 2013 Lothar Waßmann <LW@KARO-electronics.de> */ #ifndef __DT_BINDINGS_MX28_PINCTRL_H__ #define __DT_BINDINGS_MX28_PINCTRL_H__ #include "mxs-pinfunc.h" #define MX28_PAD_GPMI_D00__GPMI_D0 0x...
arch/arm/boot/dts/nxp/mxs/imx28-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Header providing constants for i.MX28 pinctrl bindings. * * Copyright (C) 2013 Lothar Waßmann <LW@KARO-electronics.de> */ #ifndef __DT_BINDINGS_MXS_PINCTRL_H__ #define __DT_BINDINGS_MXS_PINCTRL_H__ /* fsl,drive-strength property */ #define MXS_DRIVE_4mA 0 #define ...
arch/arm/boot/dts/nxp/mxs/mxs-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2013 Freescale Semiconductor, Inc. */ #ifndef __DTS_VF610_PINFUNC_H #define __DTS_VF610_PINFUNC_H /* * The pin function ID for VF610 is a tuple of: * <mux_reg input_reg mux_mode input_val> */ #define ALT0 0x0 #define ALT1 0x1 #define ALT2 0x2 #define AL...
arch/arm/boot/dts/nxp/vf/vf610-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Samsung Exynos DTS pinctrl constants * * Copyright (c) 2016 Samsung Electronics Co., Ltd. * http://www.samsung.com * Copyright (c) 2022 Linaro Ltd * Author: Krzysztof Kozlowski <krzk@kernel.org> */ #ifndef __DTS_ARM_SAMSUNG_EXYNOS_PINCTRL_H__ #define __DTS_ARM_SAMSUN...
arch/arm/boot/dts/samsung/exynos-pinctrl.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Samsung S3C64xx DTS pinctrl constants * * Copyright (c) 2016 Samsung Electronics Co., Ltd. * http://www.samsung.com * Copyright (c) 2022 Linaro Ltd * Author: Krzysztof Kozlowski <krzk@kernel.org> */ #ifndef __DTS_ARM_SAMSUNG_S3C64XX_PINCTRL_H__ #define __DTS_ARM_SAMS...
arch/arm/boot/dts/samsung/s3c64xx-pinctrl.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Samsung S5PV210 DTS pinctrl constants * * Copyright (c) 2016 Samsung Electronics Co., Ltd. * http://www.samsung.com * Copyright (c) 2022 Linaro Ltd * Author: Krzysztof Kozlowski <krzk@kernel.org> */ #ifndef __DTS_ARM_SAMSUNG_S5PV210_PINCTRL_H__ #define __DTS_ARM_SAMS...
arch/arm/boot/dts/samsung/s5pv210-pinctrl.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ST_PINCFG_H_ #define _ST_PINCFG_H_ /* Alternate functions */ #define ALT1 1 #define ALT2 2 #define ALT3 3 #define ALT4 4 #define ALT5 5 #define ALT6 6 #define ALT7 7 /* Output enable */ #define OE (1 << 27) /* Pull Up */ #define PU (1 << 26) /* Open Drain */ #define...
arch/arm/boot/dts/st/st-pincfg.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * arch/arm/common/bL_switcher.c -- big.LITTLE cluster switcher core driver * * Created by: Nicolas Pitre, March 2012 * Copyright: (C) 2012-2013 Linaro Limited */ #include <linux/atomic.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/module.h> #incl...
arch/arm/common/bL_switcher.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * arch/arm/common/bL_switcher_dummy_if.c -- b.L switcher dummy interface * * Created by: Nicolas Pitre, November 2012 * Copyright: (C) 2012-2013 Linaro Limited * * Dummy interface to user space for debugging purpose only. */ #include <linux/init.h> #include <linux/mo...
arch/arm/common/bL_switcher_dummy_if.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2012 Samsung Electronics. * Kyungmin Park <kyungmin.park@samsung.com> * Tomasz Figa <t.figa@samsung.com> */ #include <linux/kernel.h> #include <linux/suspend.h> #include <asm/firmware.h> static const struct firmware_ops default_firmware_ops; const stru...
arch/arm/common/firmware.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 // Copyright (c) 2018, The Linux Foundation. All rights reserved. #include <linux/spinlock.h> #include <linux/export.h> #include <asm/barrier.h> #include <asm/krait-l2-accessors.h> static DEFINE_RAW_SPINLOCK(krait_l2_lock); void krait_set_l2_indirect_reg(u32 addr, u32 val) { uns...
arch/arm/common/krait-l2-accessors.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * linux/arch/arm/common/locomo.c * * Sharp LoCoMo support * * This file contains all generic LoCoMo support. * * All initialization functions provided here are intended to be called * from machine specific code with proper arguments when required. * * Based on sa111...
arch/arm/common/locomo.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * arch/arm/common/mcpm_entry.c -- entry point for multi-cluster PM * * Created by: Nicolas Pitre, March 2012 * Copyright: (C) 2012-2013 Linaro Limited */ #include <linux/export.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/irqflags.h> #include...
arch/arm/common/mcpm_entry.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * arch/arm/common/mcpm_head.S -- kernel entry point for multi-cluster PM * * Created by: Nicolas Pitre, March 2012 * Copyright: (C) 2012-2013 Linaro Limited * * Refer to Documentation/arch/arm/cluster-pm-race-avoidance.rst * for details of the synchronisation al...
arch/arm/common/mcpm_head.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * linux/arch/arm/mach-vexpress/mcpm_platsmp.c * * Created by: Nicolas Pitre, November 2012 * Copyright: (C) 2012-2013 Linaro Limited * * Code to handle secondary CPU bringup and hotplug for the cluster power API. */ #include <linux/init.h> #include <linux/smp.h> #...
arch/arm/common/mcpm_platsmp.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * linux/arch/arm/common/sa1111.c * * SA1111 support * * Original code by John Dorsey * * This file contains all generic SA1111 support. * * All initialization functions provided here are intended to be called * from machine specific code with proper arguments when r...
arch/arm/common/sa1111.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Support code for the SCOOP interface found on various Sharp PDAs * * Copyright (c) 2004 Richard Purdie * * Based on code written by Sharp/Lineo for 2.4 kernels */ #include <linux/device.h> #include <linux/gpio/driver.h> #include <linux/string.h> #include <linux/slab....
arch/arm/common/scoop.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2014 Renesas Electronics Corporation * * Initialization of CNTVOFF register from secure mode * */ #include <linux/linkage.h> #include <asm/assembler.h> ENTRY(secure_cntvoff_init) .arch armv7-a /* * CNTVOFF has to be initialized either from non-secure ...
arch/arm/common/secure_cntvoff.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Hardware parameter area specific to Sharp SL series devices * * Copyright (c) 2005 Richard Purdie * * Based on Sharp's 2.4 kernel patches */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/string.h> #include <asm/mach/sharpsl_param.h> #include <as...
arch/arm/common/sharpsl_param.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * vlock.S - simple voting lock implementation for ARM * * Created by: Dave Martin, 2012-08-16 * Copyright: (C) 2012-2013 Linaro Limited * * This algorithm is described in more detail in * Documentation/arch/arm/vlocks.rst. */ #include <linux/linkage.h> #include "...
arch/arm/common/vlock.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * vlock.h - simple voting lock implementation * * Created by: Dave Martin, 2012-08-16 * Copyright: (C) 2012-2013 Linaro Limited */ #ifndef __VLOCK_H #define __VLOCK_H #include <asm/mcpm.h> /* Offsets and sizes are rounded to a word (4 bytes) */ #define VLOCK_OWNER...
arch/arm/common/vlock.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * aes-ce-core.S - AES in CBC/CTR/XTS mode using ARMv8 Crypto Extensions * * Copyright (C) 2015 Linaro Ltd <ard.biesheuvel@linaro.org> */ #include <linux/linkage.h> #include <asm/assembler.h> .text .arch armv8-a .fpu crypto-neon-fp-armv8 .align 3 .macro enc_...
arch/arm/crypto/aes-ce-core.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * aes-ce-glue.c - wrapper code for ARMv8 AES * * Copyright (C) 2015 Linaro Ltd <ard.biesheuvel@linaro.org> */ #include <asm/hwcap.h> #include <asm/neon.h> #include <asm/simd.h> #include <linux/unaligned.h> #include <crypto/aes.h> #include <crypto/internal/skcipher.h> #in...
arch/arm/crypto/aes-ce-glue.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Bit sliced AES using NEON instructions * * Copyright (C) 2017 Linaro Ltd. * Author: Ard Biesheuvel <ard.biesheuvel@linaro.org> */ /* * The algorithm implemented here is described in detail by the paper * 'Faster and Timing-Attack Resistant AES-GCM' by Emilia Kaes...
arch/arm/crypto/aes-neonbs-core.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Bit sliced AES using NEON instructions * * Copyright (C) 2017 Linaro Ltd <ard.biesheuvel@linaro.org> */ #include <asm/neon.h> #include <asm/simd.h> #include <crypto/aes.h> #include <crypto/internal/skcipher.h> #include <crypto/scatterwalk.h> #include <crypto/xts.h> #in...
arch/arm/crypto/aes-neonbs-glue.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Accelerated GHASH implementation with NEON/ARMv8 vmull.p8/64 instructions. * * Copyright (C) 2015 - 2017 Linaro Ltd. * Copyright (C) 2023 Google LLC. <ardb@google.com> */ #include <linux/linkage.h> #include <asm/assembler.h> .arch armv8-a .fpu crypto-neon-fp-a...
arch/arm/crypto/ghash-ce-core.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Accelerated GHASH implementation with ARMv8 vmull.p64 instructions. * * Copyright (C) 2015 - 2018 Linaro Ltd. * Copyright (C) 2023 Google LLC. */ #include <asm/hwcap.h> #include <asm/neon.h> #include <crypto/aes.h> #include <crypto/b128ops.h> #include <crypto/gcm.h> #...
arch/arm/crypto/ghash-ce-glue.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * arch/arm/include/asm/arch_gicv3.h * * Copyright (C) 2015 ARM Ltd. */ #ifndef __ASM_ARCH_GICV3_H #define __ASM_ARCH_GICV3_H #ifndef __ASSEMBLY__ #include <linux/io.h> #include <linux/io-64-nonatomic-lo-hi.h> #include <asm/barrier.h> #include <asm/cacheflush.h> #incl...
arch/arm/include/asm/arch_gicv3.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASMARM_ARCH_TIMER_H #define __ASMARM_ARCH_TIMER_H #include <asm/barrier.h> #include <asm/errno.h> #include <asm/hwcap.h> #include <linux/clocksource.h> #include <linux/init.h> #include <linux/io-64-nonatomic-lo-hi.h> #include <linux/types.h> #include <clocksource/arm_a...
arch/arm/include/asm/arch_timer.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_ARCHRANDOM_H #define _ASM_ARCHRANDOM_H static inline bool __init smccc_probe_trng(void) { return false; } #include <asm-generic/archrandom.h> #endif /* _ASM_ARCHRANDOM_H */
arch/arm/include/asm/archrandom.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * arch/arm/include/asm/arm-cci.h * * Copyright (C) 2015 ARM Ltd. */ #ifndef __ASM_ARM_CCI_H #define __ASM_ARM_CCI_H #ifdef CONFIG_MCPM #include <asm/mcpm.h> /* * We don't have a reliable way of detecting whether, * if we have access to secure-only registers, unles...
arch/arm/include/asm/arm-cci.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_PMUV3_H #define __ASM_PMUV3_H #include <asm/cp15.h> #include <asm/cputype.h> #define PMCCNTR __ACCESS_CP15_64(0, c9) #define PMCR __ACCESS_CP15(c9, 0, c12, 0) #define PMCNTENSET __ACCESS_CP15(c9, 0, c12, 1) #define PMC...
arch/arm/include/asm/arm_pmuv3.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * arch/arm/include/asm/assembler.h * * Copyright (C) 1996-2000 Russell King * * This file contains arm architecture specific defines * for the different processors. * * Do not include any C declarations in this file - it is included by * assembler source. *...
arch/arm/include/asm/assembler.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * arch/arm/include/asm/atomic.h * * Copyright (C) 1996 Russell King. * Copyright (C) 2002 Deep Blue Solutions Ltd. */ #ifndef __ASM_ARM_ATOMIC_H #define __ASM_ARM_ATOMIC_H #include <linux/compiler.h> #include <linux/prefetch.h> #include <linux/types.h> #include <l...
arch/arm/include/asm/atomic.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * arch/arm/include/asm/bL_switcher.h * * Created by: Nicolas Pitre, April 2012 * Copyright: (C) 2012-2013 Linaro Limited */ #ifndef ASM_BL_SWITCHER_H #define ASM_BL_SWITCHER_H #include <linux/compiler.h> #include <linux/types.h> typedef void (*bL_switch_complet...
arch/arm/include/asm/bL_switcher.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_BARRIER_H #define __ASM_BARRIER_H #ifndef __ASSEMBLY__ #define nop() __asm__ __volatile__("mov\tr0,r0\t@ nop\n\t"); #if __LINUX_ARM_ARCH__ >= 7 || \ (__LINUX_ARM_ARCH__ == 6 && defined(CONFIG_CPU_32v6K)) #define sev() __asm__ __volatile__ ("sev" : : : "memory") ...
arch/arm/include/asm/barrier.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright 1995, Russell King. * Various bits and pieces copyrights include: * Linus Torvalds (test_bit). * Big endian support: Copyright 2001, Nicolas Pitre * reworked by rmk. * * bit 0 is the LSB of an "unsigned long" quantity. * * Please note that the code in thi...
arch/arm/include/asm/bitops.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_BITREV_H #define __ASM_BITREV_H static __always_inline __attribute_const__ u32 __arch_bitrev32(u32 x) { __asm__ ("rbit %0, %1" : "=r" (x) : "r" (x)); return x; } static __always_inline __attribute_const__ u16 __arch_bitrev16(u16 x) { return __arch_bitrev32((u32)...
arch/arm/include/asm/bitrev.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASMARM_BUG_H #define _ASMARM_BUG_H #include <linux/linkage.h> #include <linux/types.h> #include <asm/opcodes.h> /* * Use a suitable undefined instruction to use for ARM/Thumb2 bug handling. * We need to be careful not to conflict with those used by other modules and ...
arch/arm/include/asm/bug.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 1995-2003 Russell King */ #ifndef __ASM_BUGS_H #define __ASM_BUGS_H extern void check_writebuffer_bugs(void); #ifdef CONFIG_MMU extern void check_other_bugs(void); #else #define check_other_bugs() do { } while (0) #endif #endif
arch/arm/include/asm/bugs.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * arch/arm/include/asm/cache.h */ #ifndef __ASMARM_CACHE_H #define __ASMARM_CACHE_H #define L1_CACHE_SHIFT CONFIG_ARM_L1_CACHE_SHIFT #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) /* * Memory returned by kmalloc() may be used for DMA, so we must make * sure that all such...
arch/arm/include/asm/cache.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * arch/arm/include/asm/cacheflush.h * * Copyright (C) 1999-2002 Russell King */ #ifndef _ASMARM_CACHEFLUSH_H #define _ASMARM_CACHEFLUSH_H #include <linux/mm.h> #include <asm/glue-cache.h> #include <asm/shmparam.h> #include <asm/cachetype.h> #include <asm/outercache...
arch/arm/include/asm/cacheflush.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_ARM_CACHETYPE_H #define __ASM_ARM_CACHETYPE_H #define CACHEID_VIVT (1 << 0) #define CACHEID_VIPT_NONALIASING (1 << 1) #define CACHEID_VIPT_ALIASING (1 << 2) #define CACHEID_VIPT (CACHEID_VIPT_ALIASING|CACHEID_VIPT_NONALIASING) #define CACHEID_ASID_TAGGED (1 <<...
arch/arm/include/asm/cachetype.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * arch/arm/include/asm/checksum.h * * IP checksum routines * * Copyright (C) Original authors of ../asm-i386/checksum.h * Copyright (C) 1996-1999 Russell King */ #ifndef __ASM_ARM_CHECKSUM_H #define __ASM_ARM_CHECKSUM_H #include <linux/in6.h> #include <linux/uaccess.h>...
arch/arm/include/asm/checksum.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_CLOCKSOURCE_H #define _ASM_CLOCKSOURCE_H #include <asm/vdso/clocksource.h> #endif /* _ASM_CLOCKSOURCE_H */
arch/arm/include/asm/clocksource.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_ARM_CMPXCHG_H #define __ASM_ARM_CMPXCHG_H #include <linux/irqflags.h> #include <linux/prefetch.h> #include <asm/barrier.h> #include <linux/cmpxchg-emu.h> #if defined(CONFIG_CPU_SA1100) || defined(CONFIG_CPU_SA110) /* * On the StrongARM, "swp" is terminally broken ...
arch/arm/include/asm/cmpxchg.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_ARM_COMPILER_H #define __ASM_ARM_COMPILER_H /* * This is used to ensure the compiler did actually allocate the register we * asked it for some inline assembly sequences. Apparently we can't trust * the compiler from one version to another so a bit of paranoia wo...
arch/arm/include/asm/compiler.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_ARM_CP15_H #define __ASM_ARM_CP15_H #include <asm/barrier.h> /* * CR1 bits (CP#15 CR1) */ #define CR_M (1 << 0) /* MMU enable */ #define CR_A (1 << 1) /* Alignment abort enable */ #define CR_C (1 << 2) /* Dcache enable */ #define CR_W (1 << 3) /* Write buff...
arch/arm/include/asm/cp15.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * arch/arm/include/asm/cpu.h * * Copyright (C) 2004-2005 ARM Ltd. */ #ifndef __ASM_ARM_CPU_H #define __ASM_ARM_CPU_H #include <linux/percpu.h> #include <linux/cpu.h> struct cpuinfo_arm { u32 cpuid; #ifdef CONFIG_SMP unsigned int loops_per_jiffy; #endif }; DECLA...
arch/arm/include/asm/cpu.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2017 Linaro Ltd. <ard.biesheuvel@linaro.org> */ #ifndef __ASM_CPUFEATURE_H #define __ASM_CPUFEATURE_H #include <linux/log2.h> #include <asm/hwcap.h> /* * Due to the fact that ELF_HWCAP is a 32-bit type on ARM, and given the number * of optional CPU f...
arch/arm/include/asm/cpufeature.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_ARM_CPUIDLE_H #define __ASM_ARM_CPUIDLE_H #include <asm/proc-fns.h> #ifdef CONFIG_CPU_IDLE extern int arm_cpuidle_simple_enter(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index); #define __cpuidle_method_section __used __section("__cpuidle_method_...
arch/arm/include/asm/cpuidle.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_ARM_CPUTYPE_H #define __ASM_ARM_CPUTYPE_H #define CPUID_ID 0 #define CPUID_CACHETYPE 1 #define CPUID_TCM 2 #define CPUID_TLBTYPE 3 #define CPUID_MPUIR 4 #define CPUID_MPIDR 5 #define CPUID_REVIDR 6 #ifdef CONFIG_CPU_V7M #define CPUID_EXT_PFR0 0x40 #define CPUID_EXT...
arch/arm/include/asm/cputype.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2021 Keith Packard <keithp@keithp.com> * Copyright (c) 2021 Google, LLC <ardb@kernel.org> */ #ifndef _ASM_ARM_CURRENT_H #define _ASM_ARM_CURRENT_H #ifndef __ASSEMBLY__ #include <asm/insn.h> struct task_struct; extern struct task_struct *__current; s...
arch/arm/include/asm/current.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* Copyright (c) 2010, 2014 The Linux Foundation. All rights reserved. */ #include <asm/barrier.h> static inline u32 __dcc_getstatus(void) { u32 __ret; asm volatile("mrc p14, 0, %0, c0, c1, 0 @ read comms ctrl reg" : "=r" (__ret) : : "cc"); return __ret; } static in...
arch/arm/include/asm/dcc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 1995-2004 Russell King * * Delay routines, using a pre-computed "loops_per_second" value. */ #ifndef __ASM_ARM_DELAY_H #define __ASM_ARM_DELAY_H #include <asm/page.h> #include <asm/param.h> /* HZ */ /* * Loop (or tick) based delay: * * loops = loops_per...
arch/arm/include/asm/delay.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Arch specific extensions to struct device */ #ifndef ASMARM_DEVICE_H #define ASMARM_DEVICE_H struct dev_archdata { #ifdef CONFIG_ARM_DMA_USE_IOMMU struct dma_iommu_mapping *mapping; #endif unsigned int dma_ops_setup:1; }; struct omap_device; struct pdev_archdata {...
arch/arm/include/asm/device.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_ARM_DIV64 #define __ASM_ARM_DIV64 #include <linux/types.h> #include <asm/compiler.h> /* * The semantics of __div64_32() are: * * uint32_t __div64_32(uint64_t *n, uint32_t base) * { * uint32_t remainder = *n % base; * *n = *n / base; * return remainder; *...
arch/arm/include/asm/div64.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef ASMARM_DMA_IOMMU_H #define ASMARM_DMA_IOMMU_H #ifdef __KERNEL__ #include <linux/mm_types.h> #include <linux/scatterlist.h> #include <linux/kref.h> struct dma_iommu_mapping { /* iommu specific data */ struct iommu_domain *domain; unsigned long **bitmaps; /* array of...
arch/arm/include/asm/dma-iommu.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_ARM_DMA_H #define __ASM_ARM_DMA_H /* * This is the maximum virtual address which can be DMA'd from. */ #ifndef CONFIG_ZONE_DMA #define MAX_DMA_ADDRESS 0xffffffffUL #else #define MAX_DMA_ADDRESS ({ \ extern phys_addr_t arm_dma_zone_size; \ arm_dma_zone_size && ar...
arch/arm/include/asm/dma.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __ASM_DMI_H #define __ASM_DMI_H #include <linux/io.h> #include <linux/slab.h> #define dmi_early_remap(x, l) memremap(x, l, MEMREMAP_WB) #define dmi_early_unmap(x, l) memunmap(x) #define dmi_remap(x, l) memremap(x, l, MEMREMAP_WB) #define dmi_unmap(x) memunmap...
arch/arm/include/asm/dmi.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * arch/arm/include/asm/domain.h * * Copyright (C) 1999 Russell King. */ #ifndef __ASM_PROC_DOMAIN_H #define __ASM_PROC_DOMAIN_H #ifndef __ASSEMBLY__ #include <linux/thread_info.h> #include <asm/barrier.h> #endif /* * Domain numbers * * DOMAIN_IO - domain 2 ...
arch/arm/include/asm/domain.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * arch/arm/include/asm/ecard.h * * definitions for expansion cards * * This is a new system as from Linux 1.2.3 * * Changelog: * 11-12-1996 RMK Further minor improvements * 12-09-1997 RMK Added interrupt enable/disable for card level * * Reference: Acorns Risc OS 3...
arch/arm/include/asm/ecard.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2011 Calxeda, Inc. * Based on PPC version Copyright 2007 MontaVista Software, Inc. */ #ifndef ASM_EDAC_H #define ASM_EDAC_H /* * ECC atomic, DMA, SMP and interrupt safe scrub function. * Implements the per arch edac_atomic_scrub() that EDAC use for softwar...
arch/arm/include/asm/edac.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2015 Linaro Ltd <ard.biesheuvel@linaro.org> */ #ifndef __ASM_ARM_EFI_H #define __ASM_ARM_EFI_H #include <asm/cacheflush.h> #include <asm/cachetype.h> #include <asm/early_ioremap.h> #include <asm/fixmap.h> #include <asm/highmem.h> #include <asm/mach/map....
arch/arm/include/asm/efi.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASMARM_ELF_H #define __ASMARM_ELF_H #include <asm/auxvec.h> #include <asm/hwcap.h> /* * ELF register definitions.. */ #include <asm/ptrace.h> #include <asm/user.h> struct task_struct; typedef unsigned long elf_greg_t; typedef unsigned long elf_freg_t[3]; #define E...
arch/arm/include/asm/elf.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Annotations for marking C functions as exception handlers. * * These should only be used for C functions that are called from the low * level exception entry code and not any intervening C code. */ #ifndef __ASM_ARM_EXCEPTION_H #define __ASM_ARM_EXCEPTION_H #include <li...
arch/arm/include/asm/exception.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * arch/arm/include/asm/fiq.h * * Support for FIQ on ARM architectures. * Written by Philip Blundell <philb@gnu.org>, 1998 * Re-written by Russell King * * NOTE: The FIQ mode registers are not magically preserved across * suspend/resume. * * Drivers which require thes...
arch/arm/include/asm/fiq.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 Samsung Electronics. * Kyungmin Park <kyungmin.park@samsung.com> * Tomasz Figa <t.figa@samsung.com> */ #ifndef __ASM_ARM_FIRMWARE_H #define __ASM_ARM_FIRMWARE_H #include <linux/bug.h> /* * struct firmware_ops * * A structure to specify availa...
arch/arm/include/asm/firmware.h
null
null
null
null
null