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
/* * arch/arm/plat-orion/include/plat/orion-gpio.h * * Marvell Orion SoC GPIO handling. * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #ifndef __PLAT_GPIO_H #define __P...
arch/arm/plat-orion/include/plat/orion-gpio.h
null
null
null
null
null
source
linux
/* * arch/arm/plat-orion/include/plat/pcie.h * * Marvell Orion SoC PCIe handling. * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #ifndef __PLAT_PCIE_H #define __PLAT_PC...
arch/arm/plat-orion/include/plat/pcie.h
null
null
null
null
null
source
linux
/* * arch/arm/plat-orion/include/plat/time.h * * Marvell Orion SoC time handling. * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #ifndef __PLAT_TIME_H #define __PLAT_TI...
arch/arm/plat-orion/include/plat/time.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * * arch/arm/probes/decode-arm.c * * Some code moved here from arch/arm/kernel/kprobes-arm.c * * Copyright (C) 2006, 2007 Motorola Inc. */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/stddef.h> #include <linux/ptrace.h> #include "decode.h" #inc...
arch/arm/probes/decode-arm.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * arch/arm/probes/decode-arm.h * * Copyright 2013 Linaro Ltd. * Written by: David A. Long */ #ifndef _ARM_KERNEL_PROBES_ARM_H #define _ARM_KERNEL_PROBES_ARM_H #include "decode.h" enum probes_arm_action { PROBES_PRELOAD_IMM, PROBES_PRELOAD_REG, PROBES_BRANCH...
arch/arm/probes/decode-arm.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * arch/arm/probes/decode-thumb.c * * Copyright (C) 2011 Jon Medhurst <tixy@yxit.co.uk>. */ #include <linux/stddef.h> #include <linux/kernel.h> #include <linux/module.h> #include "decode.h" #include "decode-thumb.h" static const union decode_item t32_table_1110_100x_x0...
arch/arm/probes/decode-thumb.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * arch/arm/probes/decode-thumb.h * * Copyright 2013 Linaro Ltd. * Written by: David A. Long */ #ifndef _ARM_KERNEL_PROBES_THUMB_H #define _ARM_KERNEL_PROBES_THUMB_H #include "decode.h" /* * True if current instruction is in an IT block. */ #define in_it_bloc...
arch/arm/probes/decode-thumb.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * arch/arm/probes/decode.c * * Copyright (C) 2011 Jon Medhurst <tixy@yxit.co.uk>. * * Some contents moved here from arch/arm/include/asm/kprobes-arm.c which is * Copyright (C) 2006, 2007 Motorola Inc. */ #include <linux/kernel.h> #include <linux/types.h> #include <asm...
arch/arm/probes/decode.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * arch/arm/probes/decode.h * * Copyright (C) 2011 Jon Medhurst <tixy@yxit.co.uk>. * * Some contents moved here from arch/arm/include/asm/kprobes.h which is * Copyright (C) 2006, 2007 Motorola Inc. */ #ifndef _ARM_KERNEL_PROBES_H #define _ARM_KERNEL_PROBES_H #incl...
arch/arm/probes/decode.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * arch/arm/probes/kprobes/actions-arm.c * * Copyright (C) 2006, 2007 Motorola Inc. */ /* * We do not have hardware single-stepping on ARM, This * effort is further complicated by the ARM not having a * "next PC" register. Instructions that change the PC * can't be s...
arch/arm/probes/kprobes/actions-arm.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * arch/arm/probes/kprobes/actions-common.c * * Copyright (C) 2011 Jon Medhurst <tixy@yxit.co.uk>. * * Some contents moved here from arch/arm/include/asm/kprobes-arm.c which is * Copyright (C) 2006, 2007 Motorola Inc. */ #include <linux/kernel.h> #include <linux/kprobe...
arch/arm/probes/kprobes/actions-common.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * arch/arm/probes/kprobes/actions-thumb.c * * Copyright (C) 2011 Jon Medhurst <tixy@yxit.co.uk>. */ #include <linux/types.h> #include <linux/kernel.h> #include <linux/ptrace.h> #include <linux/kprobes.h> #include "../decode-thumb.h" #include "core.h" #include "checkers....
arch/arm/probes/kprobes/actions-thumb.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * arch/arm/probes/kprobes/checkers-arm.c * * Copyright (C) 2014 Huawei Inc. */ #include <linux/kernel.h> #include "../decode.h" #include "../decode-arm.h" #include "checkers.h" static enum probes_insn __kprobes arm_check_stack(probes_opcode_t insn, struct arch_probes_...
arch/arm/probes/kprobes/checkers-arm.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * arch/arm/probes/kprobes/checkers-common.c * * Copyright (C) 2014 Huawei Inc. */ #include <linux/kernel.h> #include "../decode.h" #include "../decode-arm.h" #include "checkers.h" enum probes_insn checker_stack_use_none(probes_opcode_t insn, struct arch_probes_insn *a...
arch/arm/probes/kprobes/checkers-common.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * arch/arm/probes/kprobes/checkers-thumb.c * * Copyright (C) 2014 Huawei Inc. */ #include <linux/kernel.h> #include "../decode.h" #include "../decode-thumb.h" #include "checkers.h" static enum probes_insn __kprobes t32_check_stack(probes_opcode_t insn, struct arch_pro...
arch/arm/probes/kprobes/checkers-thumb.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * arch/arm/probes/kprobes/checkers.h * * Copyright (C) 2014 Huawei Inc. */ #ifndef _ARM_KERNEL_PROBES_CHECKERS_H #define _ARM_KERNEL_PROBES_CHECKERS_H #include <linux/kernel.h> #include <linux/types.h> #include "../decode.h" extern probes_check_t checker_stack_use_no...
arch/arm/probes/kprobes/checkers.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * arch/arm/kernel/kprobes.c * * Kprobes on ARM * * Abhishek Sagar <sagar.abhishek@gmail.com> * Copyright (C) 2006, 2007 Motorola Inc. * * Nicolas Pitre <nico@marvell.com> * Copyright (C) 2007 Marvell Ltd. */ #define pr_fmt(fmt) "kprobes: " fmt #include <linux/kern...
arch/arm/probes/kprobes/core.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * arch/arm/kernel/kprobes.h * * Copyright (C) 2011 Jon Medhurst <tixy@yxit.co.uk>. * * Some contents moved here from arch/arm/include/asm/kprobes.h which is * Copyright (C) 2006, 2007 Motorola Inc. */ #ifndef _ARM_KERNEL_KPROBES_H #define _ARM_KERNEL_KPROBES_H #in...
arch/arm/probes/kprobes/core.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Kernel Probes Jump Optimization (Optprobes) * * Copyright (C) IBM Corporation, 2002, 2004 * Copyright (C) Hitachi Ltd., 2012 * Copyright (C) Huawei Inc., 2014 */ #include <linux/kprobes.h> #include <linux/jump_label.h> #include <asm/kprobes.h> #include <asm/cach...
arch/arm/probes/kprobes/opt-arm.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * arch/arm/kernel/kprobes-test-arm.c * * Copyright (C) 2011 Jon Medhurst <tixy@yxit.co.uk>. */ #include <linux/kernel.h> #include <linux/module.h> #include <asm/system_info.h> #include <asm/opcodes.h> #include <asm/probes.h> #include "test-core.h" #define TEST_ISA "32...
arch/arm/probes/kprobes/test-arm.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * arch/arm/kernel/kprobes-test.c * * Copyright (C) 2011 Jon Medhurst <tixy@yxit.co.uk>. */ /* * This file contains test code for ARM kprobes. * * The top level function run_all_tests() executes tests for all of the * supported instruction sets: ARM, 16-bit Thumb, and...
arch/arm/probes/kprobes/test-core.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * arch/arm/probes/kprobes/test-core.h * * Copyright (C) 2011 Jon Medhurst <tixy@yxit.co.uk>. */ #define VERBOSE 0 /* Set to '1' for more logging of test cases */ #ifdef CONFIG_THUMB2_KERNEL #define NORMAL_ISA "16" #else #define NORMAL_ISA "32" #endif /* Flags used ...
arch/arm/probes/kprobes/test-core.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * arch/arm/probes/kprobes/test-thumb.c * * Copyright (C) 2011 Jon Medhurst <tixy@yxit.co.uk>. */ #include <linux/kernel.h> #include <linux/module.h> #include <asm/opcodes.h> #include <asm/probes.h> #include "test-core.h" #define TEST_ISA "16" #define DONT_TEST_IN_ITB...
arch/arm/probes/kprobes/test-thumb.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2012 Rabin Vincent <rabin at rab.in> */ #include <linux/kernel.h> #include <linux/types.h> #include <linux/stddef.h> #include <linux/wait.h> #include <linux/uprobes.h> #include <linux/module.h> #include "../decode.h" #include "../decode-arm.h" #include "co...
arch/arm/probes/uprobes/actions-arm.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2012 Rabin Vincent <rabin at rab.in> */ #include <linux/kernel.h> #include <linux/stddef.h> #include <linux/errno.h> #include <linux/highmem.h> #include <linux/sched.h> #include <linux/uprobes.h> #include <linux/notifier.h> #include <asm/opcodes.h> #includ...
arch/arm/probes/uprobes/core.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 Rabin Vincent <rabin at rab.in> */ #ifndef __ARM_KERNEL_UPROBES_H #define __ARM_KERNEL_UPROBES_H enum probes_insn uprobe_decode_ldmstm(probes_opcode_t insn, struct arch_probes_insn *asi, const struct decode_header *d); enum pro...
arch/arm/probes/uprobes/core.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2012-2018 ARM Limited * * This supplies .note.* sections to go into the PT_NOTE inside the vDSO text. * Here we can supply some information useful to userland. */ #include <linux/uts.h> #include <linux/version.h> #include <linux/elfnote.h> #include <linux/bui...
arch/arm/vdso/note.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Adapted from arm64 version. * * Copyright (C) 2012 ARM Limited * * Author: Will Deacon <will.deacon@arm.com> */ #include <linux/init.h> #include <linux/linkage.h> #include <linux/const.h> #include <asm/page.h> .globl vdso_start, vdso_end .section .data..ro_afte...
arch/arm/vdso/vdso.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Adapted from arm64 version. * * GNU linker script for the VDSO library. * * Copyright (C) 2012 ARM Limited * * Author: Will Deacon <will.deacon@arm.com> * Heavily based on the vDSO linker scripts for other archs. */ #include <linux/const.h> #include <asm/page.h...
arch/arm/vdso/vdso.lds.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright 2015 Mentor Graphics Corporation. * * vdsomunge - Host program which produces a shared object * architecturally specified to be usable by both soft- and hard-float * programs. * * The Procedure Call Standard for the ARM Architecture (ARM IHI * 0042E) says:...
arch/arm/vdso/vdsomunge.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * ARM userspace implementations of gettimeofday() and similar. * * Copyright 2015 Mentor Graphics Corporation. */ #include <linux/time.h> #include <linux/types.h> #include <asm/vdso.h> #include <asm/unwind.h> #include <vdso/gettime.h> int __vdso_clock_gettime(clockid_t c...
arch/arm/vdso/vgettimeofday.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/arch/arm/vfp/vfp.h * * Copyright (C) 2004 ARM Limited. * Written by Deep Blue Solutions Limited. */ static inline u32 vfp_shiftright32jamming(u32 val, unsigned int shift) { if (shift) { if (shift < 32) val = val >> shift | ((val << (32 - shift)) != 0...
arch/arm/vfp/vfp.h
null
null
null
null
null
source
linux
/* * linux/arch/arm/vfp/vfpdouble.c * * This code is derived in part from John R. Housers softfloat library, which * carries the following notice: * * =========================================================================== * This C source file is part of the SoftFloat IEC/IEEE Floating-point * Arithmetic P...
arch/arm/vfp/vfpdouble.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/arch/arm/vfp/vfphw.S * * Copyright (C) 2004 ARM Limited. * Written by Deep Blue Solutions Limited. */ #include <linux/init.h> #include <linux/linkage.h> #include <asm/thread_info.h> #include <asm/vfpmacros.h> #include <linux/kern_levels.h> #include <asm/ass...
arch/arm/vfp/vfphw.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/arch/arm/vfp/vfpinstr.h * * Copyright (C) 2004 ARM Limited. * Written by Deep Blue Solutions Limited. * * VFP instruction masks. */ #define INST_CPRTDO(inst) (((inst) & 0x0f000000) == 0x0e000000) #define INST_CPRT(inst) ((inst) & (1 << 4)) #define INST_C...
arch/arm/vfp/vfpinstr.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * linux/arch/arm/vfp/vfpmodule.c * * Copyright (C) 2004 ARM Limited. * Written by Deep Blue Solutions Limited. */ #include <linux/types.h> #include <linux/cpu.h> #include <linux/cpu_pm.h> #include <linux/hardirq.h> #include <linux/kernel.h> #include <linux/notifier.h>...
arch/arm/vfp/vfpmodule.c
null
null
null
null
null
source
linux
/* * linux/arch/arm/vfp/vfpsingle.c * * This code is derived in part from John R. Housers softfloat library, which * carries the following notice: * * =========================================================================== * This C source file is part of the SoftFloat IEC/IEEE Floating-point * Arithmetic P...
arch/arm/vfp/vfpsingle.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only #include <xen/xen.h> #include <xen/events.h> #include <xen/grant_table.h> #include <xen/hvm.h> #include <xen/interface/vcpu.h> #include <xen/interface/xen.h> #include <xen/interface/memory.h> #include <xen/interface/hvm/params.h> #include <xen/features.h> #include <xen/platform_...
arch/arm/xen/enlighten.c
null
null
null
null
null
source
linux
/****************************************************************************** * grant_table.c * ARM specific part * * Granting foreign access to our memory reservation. * * as published by the Free Software Foundation; or, when distributed * separately from the Linux kernel or incorporated into other * softwa...
arch/arm/xen/grant-table.c
null
null
null
null
null
source
linux
/****************************************************************************** * hypercall.S * * Xen hypercall wrappers * * Stefano Stabellini <stefano.stabellini@eu.citrix.com>, Citrix, 2012 * * as published by the Free Software Foundation; or, when distributed * separately from the Linux kernel or incorporat...
arch/arm/xen/hypercall.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only #include <linux/cpu.h> #include <linux/dma-direct.h> #include <linux/dma-map-ops.h> #include <linux/gfp.h> #include <linux/highmem.h> #include <linux/export.h> #include <linux/memblock.h> #include <linux/of_address.h> #include <linux/slab.h> #include <linux/types.h> #include <li...
arch/arm/xen/mm.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only #include <linux/memblock.h> #include <linux/gfp.h> #include <linux/export.h> #include <linux/spinlock.h> #include <linux/slab.h> #include <linux/types.h> #include <linux/dma-mapping.h> #include <linux/vmalloc.h> #include <linux/swiotlb.h> #include <xen/xen.h> #include <xen/inte...
arch/arm/xen/p2m.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */ /* * Copyright (c) 2024 Amlogic, Inc. All rights reserved. */ #ifndef __DTS_AMLOGIC_A4_RESET_H #define __DTS_AMLOGIC_A4_RESET_H /* RESET0 */ /* 0-3 */ #define RESET_USB 4 /* 5-6*/ #define RESET_U2PHY22 7 #define RESET_USBPHY20 8 #define RESET_U...
arch/arm64/boot/dts/amlogic/amlogic-a4-reset.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */ /* * Copyright (c) 2024 Amlogic, Inc. All rights reserved. */ #ifndef __DTS_AMLOGIC_A5_RESET_H #define __DTS_AMLOGIC_A5_RESET_H /* RESET0 */ /* 0-3 */ #define RESET_USB 4 /* 5-7 */ #define RESET_USBPHY20 8 /* 9 */ #define RESET_USB2DRD 10 ...
arch/arm64/boot/dts/amlogic/amlogic-a5-reset.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */ /* * Copyright (c) 2024 Amlogic, Inc. All rights reserved. */ #ifndef __DTS_AMLOGIC_T7_RESET_H #define __DTS_AMLOGIC_T7_RESET_H /* RESET0 */ /* 0-3 */ #define RESET_USB 4 #define RESET_U2DRD 5 #define RESET_U3DRD 6 #define RESET_U3DRD_PIPE0 7 #define R...
arch/arm64/boot/dts/amlogic/amlogic-t7-reset.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0+ OR MIT * * C preprocessor macros for t600x multi die support. */ #ifndef __DTS_APPLE_MULTI_DIE_CPP_H #define __DTS_APPLE_MULTI_DIE_CPP_H #ifndef __stringify #define __stringify_1(x...) #x #define __stringify(x...) __stringify_1(x) #endif #ifndef __concat #define __co...
arch/arm64/boot/dts/apple/multi-die-cpp.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ /* * Copyright 2024-2025 Cix Technology Group Co., Ltd. */ #ifndef __CIX_SKY1_H #define __CIX_SKY1_H /* s5 pads */ #define CIX_PAD_GPIO001_FUNC_GPIO001 (0 << 8 | 0x0) #define CIX_PAD_GPIO002_FUNC_GPIO002 (1 << 8 | 0x0) #define CIX_PAD_GPIO003...
arch/arm64/boot/dts/cix/sky1-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_ARM64_SAMSUNG_EXYNOS_PINCTRL_H__ #define __DTS_ARM64_SA...
arch/arm64/boot/dts/exynos/exynos-pinctrl.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ /* * Axis ARTPEC-8 SoC device tree pinctrl constants * * Copyright (c) 2025 Samsung Electronics Co., Ltd. * https://www.samsung.com * Copyright (c) 2025 Axis Communications AB. * https://www.axis.com */ #ifndef __DTS_ARM64_SAMSUNG_EXYNOS_A...
arch/arm64/boot/dts/exynos/axis/artpec-pinctrl.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Pinctrl binding constants for GS101 * * Copyright 2020-2023 Google LLC */ #ifndef __DTS_ARM64_SAMSUNG_EXYNOS_GOOGLE_PINCTRL_GS101_H__ #define __DTS_ARM64_SAMSUNG_EXYNOS_GOOGLE_PINCTRL_GS101_H__ #define GS101_PIN_PULL_NONE 0 #define GS101_PIN_PULL_DOWN 1 #define GS101_...
arch/arm64/boot/dts/exynos/google/gs101-pinctrl.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright 2017-2018 NXP */ #ifndef __DTS_IMX8MM_PINFUNC_H #define __DTS_IMX8MM_PINFUNC_H /* * The pin function ID is a tuple of * <mux_reg conf_reg input_reg mux_mode input_val> */ #define MX8MM_IOMUXC_GPIO1_IO00_GPIO1_IO0 0x028 0x29...
arch/arm64/boot/dts/freescale/imx8mm-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright 2018-2019 NXP */ #ifndef __DTS_IMX8MN_PINFUNC_H #define __DTS_IMX8MN_PINFUNC_H /* * The pin function ID is a tuple of * <mux_reg conf_reg input_reg mux_mode input_val> */ #define MX8MN_IOMUXC_BOOT_MODE2_CCMSRCGPCMIX_BOOT_MODE2 0x020 0...
arch/arm64/boot/dts/freescale/imx8mn-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */ /* * Copyright 2025 NXP */ #ifndef __IMX8MP_AIPSTZ_H #define __IMX8MP_AIPSTZ_H /* consumer type - master or peripheral */ #define IMX8MP_AIPSTZ_MASTER 0x0 #define IMX8MP_AIPSTZ_PERIPH 0x1 /* master configuration options */ #define IMX8MP_AIPSTZ_MPL (1 << 0) #...
arch/arm64/boot/dts/freescale/imx8mp-aipstz.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright 2019 NXP */ #ifndef __DTS_IMX8MP_PINFUNC_H #define __DTS_IMX8MP_PINFUNC_H /* Drive Strength */ #define MX8MP_DSE_X1 0x0 #define MX8MP_DSE_X2 0x4 #define MX8MP_DSE_X4 0x2 #define MX8MP_DSE_X6 0x6 /* Slew Rate */ #define MX8MP_FSEL_FAST 0x10 #define MX8MP_F...
arch/arm64/boot/dts/freescale/imx8mp-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2016 Freescale Semiconductor, Inc. * Copyright 2017 NXP */ #ifndef __DTS_IMX8MQ_PINFUNC_H #define __DTS_IMX8MQ_PINFUNC_H /* * The pin function ID is a tuple of * <mux_reg conf_reg input_reg mux_mode input_val> */ #define MX8MQ_IOMUXC_PMIC_STBY_REQ_CCMSR...
arch/arm64/boot/dts/freescale/imx8mq-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0+ OR MIT */ /* * Copyright 2021 NXP */ #ifndef __DTS_IMX8ULP_PINFUNC_H #define __DTS_IMX8ULP_PINFUNC_H /* * The pin function ID is a tuple of * <mux_reg input_reg mux_mode input_val> */ #define MX8ULP_PAD_PTD0__PTD0 0x0000 0x0000 0x1 0x0 #...
arch/arm64/boot/dts/freescale/imx8ulp-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ /* * Copyright 2025 NXP */ #ifndef __DTS_IMX91_PINFUNC_H #define __DTS_IMX91_PINFUNC_H /* * The pin function ID is a tuple of * <mux_reg conf_reg input_reg mux_mode input_val> */ #define MX91_PAD_DAP_TDI__JTAG_MUX_TDI 0x00...
arch/arm64/boot/dts/freescale/imx91-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ /* * Copyright 2022 NXP */ #ifndef __DTS_IMX93_PINFUNC_H #define __DTS_IMX93_PINFUNC_H /* * The pin function ID is a tuple of * <mux_reg conf_reg input_reg mux_mode input_val> */ #define MX93_PAD_DAP_TDI__JTAG_MUX_TDI 0x0000 0x01B0 0x03D...
arch/arm64/boot/dts/freescale/imx93-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only OR MIT */ /* * Copyright 2024-2025 NXP */ #ifndef __IMX94_CLOCK_H #define __IMX94_CLOCK_H #define IMX94_CLK_EXT 0 #define IMX94_CLK_32K 1 #define IMX94_CLK_24M 2 #define IMX94_CLK_FRO 3 #define IMX94_CLK_SYSPLL1_VCO 4 #define IMX94_CLK_SYSPLL1_PFD0_UNGATED 5 #...
arch/arm64/boot/dts/freescale/imx94-clock.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ /* * Copyright 2024-2025 NXP */ #ifndef __DTS_IMX94_PINFUNC_H #define __DTS_IMX94_PINFUNC_H /* Drive Strength */ #define IMX94_DSE_X1 0x2 #define IMX94_DSE_X2 0x6 #define IMX94_DSE_X3 0xe #define IMX94_DSE_X4 0x1e #define IMX94_DSE_X5 0x3e #define IMX94_DSE_X6 ...
arch/arm64/boot/dts/freescale/imx94-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ /* * Copyright 2024-2025 NXP */ #ifndef __IMX94_POWER_H #define __IMX94_POWER_H #define IMX94_PD_ANA 0 #define IMX94_PD_AON 1 #define IMX94_PD_BBSM 2 #define IMX94_PD_M71 3 #define IMX94_PD_CCMSRCGPC 4 #define IMX94_PD_A55C0 5 #define IMX94_PD_A55C1 6 #define I...
arch/arm64/boot/dts/freescale/imx94-power.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only OR MIT */ /* * Copyright 2024 NXP */ #ifndef __CLOCK_IMX95_H #define __CLOCK_IMX95_H /* The index should match i.MX95 SCMI Firmware */ #define IMX95_CLK_32K 1 #define IMX95_CLK_24M 2 #define IMX95_CLK_FRO 3 #d...
arch/arm64/boot/dts/freescale/imx95-clock.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */ /* * Copyright 2024 NXP */ #ifndef __DTS_IMX95_PINFUNC_H #define __DTS_IMX95_PINFUNC_H /* * The pin function ID is a tuple of * <mux_reg conf_reg input_reg mux_mode input_val> */ #define IMX95_PAD_DAP_TDI__JTAG_MUX_TDI 0x0000 0x02...
arch/arm64/boot/dts/freescale/imx95-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */ /* * Copyright 2024 NXP */ #ifndef __IMX95_POWER_H__ #define __IMX95_POWER_H__ #define IMX95_PD_ANA 0 #define IMX95_PD_AON 1 #define IMX95_PD_BBSM 2 #define IMX95_PD_CAMERA 3 #define IMX95_PD_CCMSRCGPC 4 #define IMX95_PD_A55C0 5 #define IMX95_PD_A55C1 6 #d...
arch/arm64/boot/dts/freescale/imx95-power.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only OR MIT */ /* * Copyright 2025 NXP */ #ifndef __CLOCK_IMX952_H__ #define __CLOCK_IMX952_H__ /* Clock Source */ #define IMX952_CLK_EXT 0 #define IMX952_CLK_OSC32K 1 #define IMX952_CLK_OSC24M 2 #define IMX952_CLK_FRO 3 #define IMX952_CLK_SYSPLL1_VCO 4 #define IMX952_CLK_...
arch/arm64/boot/dts/freescale/imx952-clock.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */ /* * Copyright 2025 NXP */ #ifndef __DTS_IMX952_PINFUNC_H__ #define __DTS_IMX952_PINFUNC_H__ /* * The pin function ID is a tuple of * <mux_reg conf_reg input_reg mux_mode input_val> */ #define IMX952_PAD_DAP_TDI__WAKEUPMIX_TOP_TDI 0x000...
arch/arm64/boot/dts/freescale/imx952-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */ /* * Copyright 2025 NXP */ #ifndef __IMX952_POWER_H__ #define __IMX952_POWER_H__ #define IMX952_PD_ANA 0 #define IMX952_PD_AON 1 #define IMX952_PD_BBSM 2 #define IMX952_PD_CAMERA 3 #define IMX952_PD_CCMSRCGPC 4 #define IMX952_PD_A55C0 5 #define IMX952_PD_A55...
arch/arm64/boot/dts/freescale/imx952-power.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2018 MediaTek Inc. * Author: Zhiyong Tao <zhiyong.tao@mediatek.com> * */ #ifndef __DTS_MT2712_PINFUNC_H #define __DTS_MT2712_PINFUNC_H #include <dt-bindings/pinctrl/mt65xx.h> #define MT2712_PIN_0_EINT0__FUNC_GPIO0 (MTK_PIN_NO(0) | 0) #define MT2712_PIN_0_E...
arch/arm64/boot/dts/mediatek/mt2712-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2023 MediaTek Inc. * Author: Light Hsieh <light.hsieh@mediatek.com> * * Copyright (C) 2025 Igor Belwon <igor.belwon@mentallysanemainliners.org> */ #ifndef __MT6878_PINFUNC_H #define __MT6878_PINFUNC_H #include "mt65xx.h" #define PINMUX_GPIO0__FUNC_GPIO0 ...
arch/arm64/boot/dts/mediatek/mt6878-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2019 MediaTek Inc. * Copyright (c) 2025 Collabora Ltd */ #ifndef __MT6893_PINFUNC_H #define __MT6893_PINFUNC_H #include "mt65xx.h" #define PINMUX_GPIO0__FUNC_GPIO0 (MTK_PIN_NO(0) | 0) #define PINMUX_GPIO0__FUNC_SPI6_CLK (MTK_PIN_NO(0) | 1) #define PINMUX_G...
arch/arm64/boot/dts/mediatek/mt6893-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020 MediaTek Inc. */ #ifndef __DTS_MT8167_PINFUNC_H #define __DTS_MT8167_PINFUNC_H #include <dt-bindings/pinctrl/mt65xx.h> #define MT8167_PIN_0_EINT0__FUNC_GPIO0 (MTK_PIN_NO(0) | 0) #define MT8167_PIN_0_EINT0__FUNC_PWM_B (MTK_PIN_NO(0) | 1) #define MT8167_P...
arch/arm64/boot/dts/mediatek/mt8167-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2014 MediaTek Inc. * Author: Hongzhou.Yang <hongzhou.yang@mediatek.com> */ #ifndef __DTS_MT8173_PINFUNC_H #define __DTS_MT8173_PINFUNC_H #include <dt-bindings/pinctrl/mt65xx.h> #define MT8173_PIN_0_EINT0__FUNC_GPIO0 (MTK_PIN_NO(0) | 0) #define MT8173_...
arch/arm64/boot/dts/mediatek/mt8173-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */ /* * Copyright (c) 2025 MediaTek Inc. * */ #ifndef __DTS_GCE_MT8196_H #define __DTS_GCE_MT8196_H /* GCE Thread Priority * The GCE core has multiple GCE threads, each of which can independently * execute its own sequence of instructions. * However, the ...
arch/arm64/boot/dts/mediatek/mt8196-gce.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */ /* * Copyright (C) 2025 MediaTek Inc. * Author: Guodong Liu <guodong.liu@mediatek.com> * Lei Xue <lei.xue@mediatek.com> * Cathy Xu <ot_cathy.xu@mediatek.com> */ #ifndef __MT8196_PINFUNC_H #define __MT8196_PINFUNC_H #include <dt-bindings/...
arch/arm64/boot/dts/mediatek/mt8196-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2019 MediaTek Inc. */ #ifndef __DTS_MT8516_PINFUNC_H #define __DTS_MT8516_PINFUNC_H #include <dt-bindings/pinctrl/mt65xx.h> #define MT8516_PIN_0_EINT0__FUNC_GPIO0 (MTK_PIN_NO(0) | 0) #define MT8516_PIN_0_EINT0__FUNC_PWM_B (MTK_PIN_NO(0) | 1) #define MT8516_P...
arch/arm64/boot/dts/mediatek/mt8516-pinfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */ /* * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. */ #ifndef __DTS_GLYMUR_MAILBOX_IPCC_H #define __DTS_GLYMUR_MAILBOX_IPCC_H /* Glymur physical client IDs */ #define IPCC_MPROC_AOP 0 #define IPCC_MPROC_TZ 1 #define IPCC_MPROC_MPSS 2 ...
arch/arm64/boot/dts/qcom/glymur-ipcc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */ /* * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. */ #ifndef __DTS_KAANAPALI_MAILBOX_IPCC_H #define __DTS_KAANAPALI_MAILBOX_IPCC_H /* Physical client IDs */ #define IPCC_MPROC_AOP 0 #define IPCC_MPROC_TZ 1 #define IPCC_MPROC_MPSS 2 #...
arch/arm64/boot/dts/qcom/kaanapali-ipcc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ /* * On-board switches for the Renesas RZ/G3S SMARC Module and RZ SMARC Carrier II * boards. * * Copyright (C) 2024 Renesas Electronics Corp. */ #ifndef __RZG3S_SMARC_SWITCHES_H__ #define __RZG3S_SMARC_SWITCHES_H__ /* * On-board switches' states: * ...
arch/arm64/boot/dts/renesas/rzg3s-smarc-switches.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: (GPL-2.0-or-later OR MIT) */ /* * Device Tree defines for Rockchip RK8xx PMICs * * Copyright 2025 Cherry Embedded Solutions GmbH * * Author: Quentin Schulz <quentin.schulz@cherry.de> */ #ifndef _DT_MFD_ROCKCHIP_RK8XX_H #define _DT_MFD_ROCKCHIP_RK8XX_H /* For use with rockchip,reset-m...
arch/arm64/boot/dts/rockchip/rk8xx.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Tesla FSD 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_ARM64_TESLA_FSD_PINCTRL_H__ #define __DTS_ARM64_TESLA_FSD_PI...
arch/arm64/boot/dts/tesla/fsd-pinctrl.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only OR MIT */ /* * This header provides constants for pinctrl bindings for TI's K3 SoC * family. * * Copyright (C) 2018-2025 Texas Instruments Incorporated - https://www.ti.com/ */ #ifndef DTS_ARM64_TI_K3_PINCTRL_H #define DTS_ARM64_TI_K3_PINCTRL_H #define WKUP_LVL_EN_SHIFT ...
arch/arm64/boot/dts/ti/k3-pinctrl.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only OR MIT */ /* * This header provides constants for SERDES MUX for TI SoCs * * Copyright (C) 2023-2024 Texas Instruments Incorporated - https://www.ti.com/ */ #ifndef DTS_ARM64_TI_K3_SERDES_H #define DTS_ARM64_TI_K3_SERDES_H /* J721E */ #define J721E_SERDES0_LANE0_QSGMII_LA...
arch/arm64/boot/dts/ti/k3-serdes.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Xilinx Zynq MPSoC Firmware layer * * Copyright (C) 2014-2018 Xilinx, Inc. * */ #ifndef _XLNX_ZYNQMP_CLK_H #define _XLNX_ZYNQMP_CLK_H #define IOPLL 0 #define RPLL 1 #define APLL 2 #define DPLL 3 #define VPLL 4 #define IOPLL_TO_FPD 5 #define RPLL_TO_FPD 6 #d...
arch/arm64/boot/dts/xilinx/xlnx-zynqmp-clk.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * aes-ce-ccm-core.S - AES-CCM transform for ARMv8 with Crypto Extensions * * Copyright (C) 2013 - 2017 Linaro Ltd. * Copyright (C) 2024 Google LLC * * Author: Ard Biesheuvel <ardb@kernel.org> */ #include <linux/linkage.h> #include <asm/assembler.h> .text .arch a...
arch/arm64/crypto/aes-ce-ccm-core.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * aes-ce-ccm-glue.c - AES-CCM transform for ARMv8 with Crypto Extensions * * Copyright (C) 2013 - 2017 Linaro Ltd. * Copyright (C) 2024 Google LLC * * Author: Ard Biesheuvel <ardb@kernel.org> */ #include <linux/unaligned.h> #include <crypto/aes.h> #include <crypto/sca...
arch/arm64/crypto/aes-ce-ccm-glue.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/arch/arm64/crypto/aes-ce.S - AES cipher for ARMv8 with * Crypto Extensions * * Copyright (C) 2013 - 2017 Linaro Ltd <ard.biesheuvel@linaro.org> */ #include <linux/linkage.h> #include <asm/assembler.h> #define AES_FUNC_START...
arch/arm64/crypto/aes-ce.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * linux/arch/arm64/crypto/aes-glue.c - wrapper code for ARMv8 AES * * Copyright (C) 2013 - 2017 Linaro Ltd <ard.biesheuvel@linaro.org> */ #include <crypto/aes.h> #include <crypto/ctr.h> #include <crypto/internal/hash.h> #include <crypto/internal/skcipher.h> #include <cry...
arch/arm64/crypto/aes-glue.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/arch/arm64/crypto/aes-modes.S - chaining mode wrappers for AES * * Copyright (C) 2013 - 2017 Linaro Ltd <ard.biesheuvel@linaro.org> */ /* included by aes-ce.S and aes-neon.S */ .text .align 4 #ifndef MAX_STRIDE #define MAX_STRIDE 4 #endif #if MAX_STRIDE ...
arch/arm64/crypto/aes-modes.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/arch/arm64/crypto/aes-neon.S - AES cipher for ARMv8 NEON * * Copyright (C) 2013 - 2017 Linaro Ltd. <ard.biesheuvel@linaro.org> */ #include <linux/linkage.h> #include <asm/assembler.h> #define AES_FUNC_START(func) SYM_FUNC_START(neon_ ## func) #define AES_FUN...
arch/arm64/crypto/aes-neon.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Bit sliced AES using NEON instructions * * Copyright (C) 2016 Linaro Ltd <ard.biesheuvel@linaro.org> */ /* * The algorithm implemented here is described in detail by the paper * 'Faster and Timing-Attack Resistant AES-GCM' by Emilia Kaesper and * Peter Schwabe (h...
arch/arm64/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) 2016 - 2017 Linaro Ltd <ard.biesheuvel@linaro.org> */ #include <asm/neon.h> #include <asm/simd.h> #include <crypto/aes.h> #include <crypto/ctr.h> #include <crypto/internal/simd.h> #include <crypto/internal/skciph...
arch/arm64/crypto/aes-neonbs-glue.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Accelerated GHASH implementation with ARMv8 PMULL instructions. * * Copyright (C) 2014 - 2018 Linaro Ltd. <ard.biesheuvel@linaro.org> */ #include <linux/linkage.h> #include <linux/cfi_types.h> #include <asm/assembler.h> SHASH .req v0 SHASH2 .req v1 T1 .req v2...
arch/arm64/crypto/ghash-ce-core.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Accelerated GHASH implementation with ARMv8 PMULL instructions. * * Copyright (C) 2014 - 2018 Linaro Ltd. <ard.biesheuvel@linaro.org> */ #include <crypto/aes.h> #include <crypto/b128ops.h> #include <crypto/gcm.h> #include <crypto/ghash.h> #include <crypto/gf128mul.h> #...
arch/arm64/crypto/ghash-ce-glue.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * sm3-ce-core.S - SM3 secure hash using ARMv8.2 Crypto Extensions * * Copyright (C) 2018 Linaro Ltd <ard.biesheuvel@linaro.org> */ #include <linux/linkage.h> #include <linux/cfi_types.h> #include <asm/assembler.h> .irp b, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ....
arch/arm64/crypto/sm3-ce-core.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * sm3-ce-glue.c - SM3 secure hash using ARMv8.2 Crypto Extensions * * Copyright (C) 2018 Linaro Ltd <ard.biesheuvel@linaro.org> */ #include <crypto/internal/hash.h> #include <crypto/sm3.h> #include <crypto/sm3_base.h> #include <linux/cpufeature.h> #include <linux/kernel....
arch/arm64/crypto/sm3-ce-glue.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * sm3-neon-core.S - SM3 secure hash using NEON instructions * * Linux/arm64 port of the libgcrypt SM3 implementation for AArch64 * * Copyright (C) 2021 Jussi Kivilinna <jussi.kivilinna@iki.fi> * Copyright (c) 2022 Tianjia Zhang <tianjia.zhang@linux.alibaba.com> */ ...
arch/arm64/crypto/sm3-neon-core.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * sm3-neon-glue.c - SM3 secure hash using NEON instructions * * Copyright (C) 2022 Tianjia Zhang <tianjia.zhang@linux.alibaba.com> */ #include <asm/simd.h> #include <crypto/internal/hash.h> #include <crypto/sm3.h> #include <crypto/sm3_base.h> #include <linux/cpufeatu...
arch/arm64/crypto/sm3-neon-glue.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * SM4 helper macros for Crypto Extensions * Copyright (C) 2022 Tianjia Zhang <tianjia.zhang@linux.alibaba.com> */ #define SM4_PREPARE(ptr) \ ld1 {v24.16b-v27.16b}, [ptr], #64; \ ld1 {v28.16b-v31.16b}, [ptr]; #define SM4_CRYPT_BLK_BE(b0) \ sm4e b0.4s...
arch/arm64/crypto/sm4-ce-asm.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * SM4-CCM AEAD Algorithm using ARMv8 Crypto Extensions * as specified in rfc8998 * https://datatracker.ietf.org/doc/html/rfc8998 * * Copyright (C) 2022 Tianjia Zhang <tianjia.zhang@linux.alibaba.com> */ #include <linux/linkage.h> #include <linux/cfi_types.h> #in...
arch/arm64/crypto/sm4-ce-ccm-core.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * SM4-CCM AEAD Algorithm using ARMv8 Crypto Extensions * as specified in rfc8998 * https://datatracker.ietf.org/doc/html/rfc8998 * * Copyright (C) 2022 Tianjia Zhang <tianjia.zhang@linux.alibaba.com> */ #include <linux/module.h> #include <linux/crypto.h> #includ...
arch/arm64/crypto/sm4-ce-ccm-glue.c
null
null
null
null
null