repo_id
stringlengths
5
115
size
int64
590
5.01M
file_path
stringlengths
4
212
content
stringlengths
590
5.01M
AirFortressIlikara/LS2K0300-linux-4.19
12,523
arch/arm64/crypto/aes-neon.S
/* * linux/arch/arm64/crypto/aes-neon.S - AES cipher for ARMv8 NEON * * Copyright (C) 2013 - 2017 Linaro Ltd. <ard.biesheuvel@linaro.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software F...
AirFortressIlikara/LS2K0300-linux-4.19
7,128
arch/arm64/crypto/crc32-ce-core.S
/* * Accelerated CRC32(C) using arm64 CRC, NEON and Crypto Extensions instructions * * Copyright (C) 2016 Linaro Ltd <ard.biesheuvel@linaro.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Sof...
AirFortressIlikara/LS2K0300-linux-4.19
4,130
arch/arm64/crypto/sha2-ce-core.S
/* * sha2-ce-core.S - core SHA-224/SHA-256 transform using v8 Crypto Extensions * * Copyright (C) 2014 Linaro Ltd <ard.biesheuvel@linaro.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Softwa...
AirFortressIlikara/LS2K0300-linux-4.19
1,805
arch/arm64/crypto/aes-ce-core.S
/* * Copyright (C) 2013 - 2017 Linaro Ltd <ard.biesheuvel@linaro.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/linkage.h> #include <asm/assembler.h> ...
AirFortressIlikara/LS2K0300-linux-4.19
12,897
arch/arm64/crypto/crct10dif-ce-core.S
// // Accelerated CRC-T10DIF using arm64 NEON and Crypto Extensions instructions // // Copyright (C) 2016 Linaro Ltd <ard.biesheuvel@linaro.org> // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as // published by the Free Softwa...
AirFortressIlikara/LS2K0300-linux-4.19
5,405
arch/arm64/crypto/aes-cipher-core.S
/* * Scalar AES core transform * * Copyright (C) 2017 Linaro Ltd <ard.biesheuvel@linaro.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/linkage.h> #i...
AirFortressIlikara/LS2K0300-linux-4.19
3,408
arch/arm64/crypto/sm3-ce-core.S
/* * sm3-ce-core.S - SM3 secure hash using ARMv8.2 Crypto Extensions * * Copyright (C) 2018 Linaro Ltd <ard.biesheuvel@linaro.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundati...
AirFortressIlikara/LS2K0300-linux-4.19
1,835
arch/arm64/lib/copy_to_user.S
/* * Copyright (C) 2012 ARM Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANT...
AirFortressIlikara/LS2K0300-linux-4.19
1,679
arch/arm64/lib/clear_user.S
/* * Based on arch/arm/lib/clear_user.S * * Copyright (C) 2012 ARM Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed in the hope that it w...
AirFortressIlikara/LS2K0300-linux-4.19
4,649
arch/arm64/lib/copy_template.S
/* * Copyright (C) 2013 ARM Ltd. * Copyright (C) 2013 Linaro. * * This code is based on glibc cortex strings work originally authored by Linaro * and re-licensed under GPLv2 for the Linux kernel. The original code can * be found @ * * http://bazaar.launchpad.net/~linaro-toolchain-dev/cortex-strings/trunk/ * fi...
AirFortressIlikara/LS2K0300-linux-4.19
1,786
arch/arm64/lib/memcpy.S
/* * Copyright (C) 2013 ARM Ltd. * Copyright (C) 2013 Linaro. * * This code is based on glibc cortex strings work originally authored by Linaro * and re-licensed under GPLv2 for the Linux kernel. The original code can * be found @ * * http://bazaar.launchpad.net/~linaro-toolchain-dev/cortex-strings/trunk/ * fi...
AirFortressIlikara/LS2K0300-linux-4.19
4,403
arch/arm64/lib/memmove.S
/* * Copyright (C) 2013 ARM Ltd. * Copyright (C) 2013 Linaro. * * This code is based on glibc cortex strings work originally authored by Linaro * and re-licensed under GPLv2 for the Linux kernel. The original code can * be found @ * * http://bazaar.launchpad.net/~linaro-toolchain-dev/cortex-strings/trunk/ * fi...
AirFortressIlikara/LS2K0300-linux-4.19
2,105
arch/arm64/lib/copy_page.S
/* * Copyright (C) 2012 ARM Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANT...
AirFortressIlikara/LS2K0300-linux-4.19
1,980
arch/arm64/lib/copy_in_user.S
/* * Copy from user space to user space * * Copyright (C) 2012 ARM Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed in the hope that it w...
AirFortressIlikara/LS2K0300-linux-4.19
9,006
arch/arm64/lib/strncmp.S
/* * Copyright (C) 2013 ARM Ltd. * Copyright (C) 2013 Linaro. * * This code is based on glibc cortex strings work originally authored by Linaro * and re-licensed under GPLv2 for the Linux kernel. The original code can * be found @ * * http://bazaar.launchpad.net/~linaro-toolchain-dev/cortex-strings/trunk/ * fi...
AirFortressIlikara/LS2K0300-linux-4.19
5,036
arch/arm64/lib/memset.S
/* * Copyright (C) 2013 ARM Ltd. * Copyright (C) 2013 Linaro. * * This code is based on glibc cortex strings work originally authored by Linaro * and re-licensed under GPLv2 for the Linux kernel. The original code can * be found @ * * http://bazaar.launchpad.net/~linaro-toolchain-dev/cortex-strings/trunk/ * fi...
AirFortressIlikara/LS2K0300-linux-4.19
1,077
arch/arm64/lib/strrchr.S
/* * Based on arch/arm/lib/strrchr.S * * Copyright (C) 1995-2000 Russell King * Copyright (C) 2013 ARM Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program...
AirFortressIlikara/LS2K0300-linux-4.19
1,860
arch/arm64/lib/copy_from_user.S
/* * Copyright (C) 2012 ARM Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANT...
AirFortressIlikara/LS2K0300-linux-4.19
1,072
arch/arm64/lib/memchr.S
/* * Based on arch/arm/lib/memchr.S * * Copyright (C) 1995-2000 Russell King * Copyright (C) 2013 ARM Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program ...
AirFortressIlikara/LS2K0300-linux-4.19
7,168
arch/arm64/lib/memcmp.S
/* * Copyright (C) 2013 ARM Ltd. * Copyright (C) 2013 Linaro. * * This code is based on glibc cortex strings work originally authored by Linaro * and re-licensed under GPLv2 for the Linux kernel. The original code can * be found @ * * http://bazaar.launchpad.net/~linaro-toolchain-dev/cortex-strings/trunk/ * fi...
AirFortressIlikara/LS2K0300-linux-4.19
3,518
arch/arm64/lib/strlen.S
/* * Copyright (C) 2013 ARM Ltd. * Copyright (C) 2013 Linaro. * * This code is based on glibc cortex strings work originally authored by Linaro * and re-licensed under GPLv2 for the Linux kernel. The original code can * be found @ * * http://bazaar.launchpad.net/~linaro-toolchain-dev/cortex-strings/trunk/ * fi...
AirFortressIlikara/LS2K0300-linux-4.19
4,769
arch/arm64/lib/strnlen.S
/* * Copyright (C) 2013 ARM Ltd. * Copyright (C) 2013 Linaro. * * This code is based on glibc cortex strings work originally authored by Linaro * and re-licensed under GPLv2 for the Linux kernel. The original code can * be found @ * * http://bazaar.launchpad.net/~linaro-toolchain-dev/cortex-strings/trunk/ * fi...
AirFortressIlikara/LS2K0300-linux-4.19
1,086
arch/arm64/lib/strchr.S
/* * Based on arch/arm/lib/strchr.S * * Copyright (C) 1995-2000 Russell King * Copyright (C) 2013 ARM Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program ...
AirFortressIlikara/LS2K0300-linux-4.19
6,683
arch/arm64/lib/strcmp.S
/* * Copyright (C) 2013 ARM Ltd. * Copyright (C) 2013 Linaro. * * This code is based on glibc cortex strings work originally authored by Linaro * and re-licensed under GPLv2 for the Linux kernel. The original code can * be found @ * * http://bazaar.launchpad.net/~linaro-toolchain-dev/cortex-strings/trunk/ * fi...
AirFortressIlikara/LS2K0300-linux-4.19
1,778
arch/arm64/kvm/hyp.S
/* * Copyright (C) 2012,2013 - ARM Ltd * Author: Marc Zyngier <marc.zyngier@arm.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed in the ho...
AirFortressIlikara/LS2K0300-linux-4.19
4,221
arch/arm64/kvm/hyp-init.S
/* * Copyright (C) 2012,2013 - ARM Ltd * Author: Marc Zyngier <marc.zyngier@arm.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, as * published by the Free Software Foundation. * * This program is distributed in the ...
AirFortressIlikara/LS2K0300-linux-4.19
6,017
arch/arm64/mm/cache.S
/* * Cache maintenance * * Copyright (C) 2001 Deep Blue Solutions Ltd. * Copyright (C) 2012 ARM Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is dis...
AirFortressIlikara/LS2K0300-linux-4.19
10,975
arch/arm64/mm/proc.S
/* * Based on arch/arm/mm/proc.S * * Copyright (C) 2001 Deep Blue Solutions Ltd. * Copyright (C) 2012 ARM Ltd. * Author: Catalin Marinas <catalin.marinas@arm.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * publi...
AirFortressIlikara/LS2K0300-linux-4.19
2,417
arch/arm64/kernel/vdso/vdso.lds.S
/* * GNU linker script for the VDSO library. * * Copyright (C) 2012 ARM Limited * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed in the hope th...
AirFortressIlikara/LS2K0300-linux-4.19
1,049
arch/arm64/kernel/vdso/sigreturn.S
/* * Sigreturn trampoline for returning from a signal when the SA_RESTORER * flag is not set. * * Copyright (C) 2012 ARM Limited * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundatio...
AirFortressIlikara/LS2K0300-linux-4.19
8,481
arch/arm64/kernel/vdso/gettimeofday.S
/* * Userspace implementations of gettimeofday() and friends. * * Copyright (C) 2012 ARM Limited * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distribu...
AirFortressIlikara/LS2K0300-linux-4.19
1,718
arch/arm64/kernel/probes/kprobes_trampoline.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * trampoline entry and return code for kretprobes. */ #include <linux/linkage.h> #include <asm/asm-offsets.h> #include <asm/assembler.h> .text .macro save_all_base_regs stp x0, x1, [sp, #S_X0] stp x2, x3, [sp, #S_X2] stp x4, x5, [sp, #S_X4] stp x6, x7, [sp, #S_X6] s...
AirFortressIlikara/LS2K0300-linux-4.19
5,296
arch/arm64/kvm/hyp/entry.S
/* * Copyright (C) 2015 - ARM Ltd * Author: Marc Zyngier <marc.zyngier@arm.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed in the hope th...
AirFortressIlikara/LS2K0300-linux-4.19
7,635
arch/arm64/kvm/hyp/hyp-entry.S
/* * Copyright (C) 2015-2018 - ARM Ltd * Author: Marc Zyngier <marc.zyngier@arm.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed in the ho...
AirFortressIlikara/LS2K0300-linux-4.19
7,011
arch/xtensa/kernel/head.S
/* * arch/xtensa/kernel/head.S * * Xtensa Processor startup code. * * 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) 2001 - 2008 Tensilica Inc. * * Chris Zankel <chris@za...
AirFortressIlikara/LS2K0300-linux-4.19
22,278
arch/xtensa/kernel/vectors.S
/* * arch/xtensa/kernel/vectors.S * * This file contains all exception vectors (user, kernel, and double), * as well as the window vectors (overflow and underflow), and the debug * vector. These are the primary vectors executed by the processor if an * exception occurs. * * This file is subject to the terms and...
AirFortressIlikara/LS2K0300-linux-4.19
47,934
arch/xtensa/kernel/entry.S
/* * Low-level exception handling * * 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) 2004 - 2008 by Tensilica Inc. * Copyright (C) 2015 Cadence Design Systems Inc. * * Chr...
AirFortressIlikara/LS2K0300-linux-4.19
1,310
arch/xtensa/kernel/mxhead.S
/* * Xtensa Secondary Processors startup code. * * 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) 2001 - 2013 Tensilica Inc. * * Joe Taylor <joe@tensilica.com> * Chris Zan...
AirFortressIlikara/LS2K0300-linux-4.19
6,932
arch/xtensa/kernel/coprocessor.S
/* * arch/xtensa/kernel/coprocessor.S * * Xtensa processor configuration-specific table of coprocessor and * other custom register layout information. * * 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 mor...
AirFortressIlikara/LS2K0300-linux-4.19
8,504
arch/xtensa/kernel/vmlinux.lds.S
/* * arch/xtensa/kernel/vmlinux.lds.S * * Xtensa linker script * * 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) 2001 - 2008 Tensilica Inc. * * Chris Zankel <chris@zanke...
AirFortressIlikara/LS2K0300-linux-4.19
12,241
arch/xtensa/kernel/align.S
/* * arch/xtensa/kernel/align.S * * Handle unalignment exceptions in kernel space. * * 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) 2001 - 2005 Tensilica, Inc. * Copyrig...
AirFortressIlikara/LS2K0300-linux-4.19
3,680
arch/xtensa/lib/strnlen_user.S
/* * arch/xtensa/lib/strnlen_user.S * * 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. * * Returns strnlen, including trailing zero terminator. * Zero indicates error. * * Copyright ...
AirFortressIlikara/LS2K0300-linux-4.19
8,825
arch/xtensa/lib/checksum.S
/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * IP/TCP/UDP checksumming routines * * Xtensa version: Copyright (C) 2001 Tensilica, Inc. by Kevin Chea * ...
AirFortressIlikara/LS2K0300-linux-4.19
7,131
arch/xtensa/lib/usercopy.S
/* * arch/xtensa/lib/usercopy.S * * Copy to/from user space (derived from arch/xtensa/lib/hal/memcopy.S) * * DO NOT COMBINE this function with <arch/xtensa/lib/hal/memcopy.S>. * It needs to remain separate and distinct. The hal files are part * of the Xtensa link-time HAL, and those files may differ per *...
AirFortressIlikara/LS2K0300-linux-4.19
3,566
arch/xtensa/lib/memset.S
/* * arch/xtensa/lib/memset.S * * ANSI C standard library function memset * (Well, almost. .fixup code might return zero.) * * 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. * * Cop...
AirFortressIlikara/LS2K0300-linux-4.19
12,566
arch/xtensa/lib/memcopy.S
/* * arch/xtensa/lib/hal/memcopy.S -- Core HAL library functions * xthal_memcpy and xthal_bcopy * * 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) 2002 - 2012 Tensilica Inc....
AirFortressIlikara/LS2K0300-linux-4.19
5,383
arch/xtensa/lib/strncpy_user.S
/* * arch/xtensa/lib/strncpy_user.S * * 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. * * Returns: -EFAULT if exception before terminator, N if the entire * buffer filled, else strlen....
AirFortressIlikara/LS2K0300-linux-4.19
7,587
arch/xtensa/mm/misc.S
/* * arch/xtensa/mm/misc.S * * Miscellaneous assembly functions. * * 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) 2001 - 2007 Tensilica Inc. * * Chris Zankel <chris@zan...
AirFortressIlikara/LS2K0300-linux-4.19
4,664
arch/xtensa/boot/boot-redboot/bootstrap.S
/* SPDX-License-Identifier: GPL-2.0 */ #include <variant/core.h> #include <asm/regs.h> #include <asm/asmmacro.h> #include <asm/cacheasm.h> /* * RB-Data: RedBoot data/bss * P: Boot-Parameters * L: Kernel-Loader * * The Linux-Kernel image including the loader must be loaded * to a position so that th...
AirFortressIlikara/LS2K0300-linux-4.19
1,500
arch/xtensa/boot/boot-elf/bootstrap.S
/* * arch/xtensa/boot/boot-elf/bootstrap.S * * Low-level exception handling * * 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) 2004 - 2013 by Tensilica Inc. * * Chris Zan...
AirFortressIlikara/LS2K0300-linux-4.19
4,480
arch/s390/kernel/pgm_check.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Program check table. * * Copyright IBM Corp. 2012 */ #include <linux/linkage.h> #define PGM_CHECK(handler) .long handler #define PGM_CHECK_DEFAULT PGM_CHECK(default_trap_handler) /* * The program check table contains exactly 128 (0x00-0x7f) entries. Each * line...
AirFortressIlikara/LS2K0300-linux-4.19
3,099
arch/s390/kernel/head64.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright IBM Corp. 1999, 2010 * * Author(s): Hartmut Penner <hp@de.ibm.com> * Martin Schwidefsky <schwidefsky@de.ibm.com> * Rob van der Heij <rvdhei@iae.nl> * Heiko Carstens <heiko.carstens@de.ibm.com> * */ #include <linux/init.h> #include <linux/linkage.h> #in...
AirFortressIlikara/LS2K0300-linux-4.19
41,064
arch/s390/kernel/entry.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * S390 low-level entry points. * * Copyright IBM Corp. 1999, 2012 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com), * Hartmut Penner (hp@de.ibm.com), * Denis Joseph Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com), * Heiko Carstens <heiko.carstens@...
AirFortressIlikara/LS2K0300-linux-4.19
2,048
arch/s390/kernel/relocate_kernel.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright IBM Corp. 2005 * * Author(s): Rolf Adelsberger, * Heiko Carstens <heiko.carstens@de.ibm.com> * */ #include <linux/linkage.h> #include <asm/page.h> #include <asm/sigp.h> /* * moves the new kernel to its destination... * %r2 = pointer to first kimage_e...
AirFortressIlikara/LS2K0300-linux-4.19
3,234
arch/s390/kernel/base.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * arch/s390/kernel/base.S * * Copyright IBM Corp. 2006, 2007 * Author(s): Heiko Carstens <heiko.carstens@de.ibm.com> * Michael Holzheu <holzheu@de.ibm.com> */ #include <linux/linkage.h> #include <asm/asm-offsets.h> #include <asm/nospec-insn.h> #include <asm/ptra...
AirFortressIlikara/LS2K0300-linux-4.19
2,702
arch/s390/kernel/mcount.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright IBM Corp. 2008, 2009 * * Author(s): Heiko Carstens <heiko.carstens@de.ibm.com>, * */ #include <linux/linkage.h> #include <asm/asm-offsets.h> #include <asm/ftrace.h> #include <asm/nospec-insn.h> #include <asm/ptrace.h> #include <asm/export.h> GEN_BR_THUNK %...
AirFortressIlikara/LS2K0300-linux-4.19
3,257
arch/s390/kernel/vmlinux.lds.S
/* SPDX-License-Identifier: GPL-2.0 */ /* ld script to make s390 Linux kernel * Written by Martin Schwidefsky (schwidefsky@de.ibm.com) */ #include <asm/thread_info.h> #include <asm/page.h> /* * Put .bss..swapper_pg_dir as the first thing in .bss. This will * make sure it has 16k alignment. */ #define BSS_FIRST_S...
AirFortressIlikara/LS2K0300-linux-4.19
6,879
arch/s390/kernel/swsusp.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * S390 64-bit swsusp implementation * * Copyright IBM Corp. 2009 * * Author(s): Hans-Joachim Picht <hans@linux.vnet.ibm.com> * Michael Holzheu <holzheu@linux.vnet.ibm.com> */ #include <linux/linkage.h> #include <asm/page.h> #include <asm/ptrace.h> #include <asm/th...
AirFortressIlikara/LS2K0300-linux-4.19
1,828
arch/s390/kernel/reipl.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright IBM Corp 2000, 2011 * Author(s): Holger Smolinski <Holger.Smolinski@de.ibm.com>, * Denis Joseph Barrow, */ #include <linux/linkage.h> #include <asm/asm-offsets.h> #include <asm/nospec-insn.h> #include <asm/sigp.h> GEN_BR_THUNK %r9 # # Issue "store st...
AirFortressIlikara/LS2K0300-linux-4.19
6,239
arch/s390/crypto/crc32be-vx.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Hardware-accelerated CRC-32 variants for Linux on z Systems * * Use the z/Architecture Vector Extension Facility to accelerate the * computing of CRC-32 checksums. * * This CRC-32 implementation algorithm processes the most-significant * bit first (BE). * * Copyright...
AirFortressIlikara/LS2K0300-linux-4.19
7,876
arch/s390/crypto/crc32le-vx.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Hardware-accelerated CRC-32 variants for Linux on z Systems * * Use the z/Architecture Vector Extension Facility to accelerate the * computing of bitreflected CRC-32 checksums for IEEE 802.3 Ethernet * and Castagnoli. * * This CRC-32 implementation algorithm is bitrefl...
AirFortressIlikara/LS2K0300-linux-4.19
3,592
arch/s390/lib/mem.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * String handling functions. * * Copyright IBM Corp. 2012 */ #include <linux/linkage.h> #include <asm/export.h> #include <asm/nospec-insn.h> GEN_BR_THUNK %r14 /* * void *memmove(void *dest, const void *src, size_t n) */ ENTRY(memmove) ltgr %r4,%r4 lgr %r1,%r2 jz .L...
AirFortressIlikara/LS2K0300-linux-4.19
6,288
arch/s390/purgatory/head.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Purgatory setup code * * Copyright IBM Corp. 2018 * * Author(s): Philipp Rudo <prudo@linux.vnet.ibm.com> */ #include <linux/linkage.h> #include <asm/asm-offsets.h> #include <asm/page.h> #include <asm/sigp.h> /* The purgatory is the code running between two kernels. It...
AirFortressIlikara/LS2K0300-linux-4.19
8,749
arch/s390/boot/head.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright IBM Corp. 1999, 2010 * * Author(s): Hartmut Penner <hp@de.ibm.com> * Martin Schwidefsky <schwidefsky@de.ibm.com> * Rob van der Heij <rvdhei@iae.nl> * Heiko Carstens <heiko.carstens@de.ibm.com> * * There are 5 different IPL methods * 1) load the im...
AirFortressIlikara/LS2K0300-linux-4.19
2,348
arch/s390/boot/head_kdump.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * S390 kdump lowlevel functions (new kernel) * * Copyright IBM Corp. 2011 * Author(s): Michael Holzheu <holzheu@linux.vnet.ibm.com> */ #include <asm/sigp.h> #define DATAMOVER_ADDR 0x4000 #define COPY_PAGE_ADDR 0x6000 #ifdef CONFIG_CRASH_DUMP # # kdump entry (new kernel...
AirFortressIlikara/LS2K0300-linux-4.19
4,434
arch/s390/kernel/vdso32/clock_gettime.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Userland implementation of clock_gettime() for 32 bits processes in a * s390 kernel for use in the vDSO * * Copyright IBM Corp. 2008 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) */ #include <asm/vdso.h> #include <asm/asm-offsets.h> #include <asm/unistd.h> ...
AirFortressIlikara/LS2K0300-linux-4.19
1,031
arch/s390/kernel/vdso32/clock_getres.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Userland implementation of clock_getres() for 32 bits processes in a * s390 kernel for use in the vDSO * * Copyright IBM Corp. 2008 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) */ #include <asm/vdso.h> #include <asm/asm-offsets.h> #include <asm/unistd.h> #...
AirFortressIlikara/LS2K0300-linux-4.19
3,516
arch/s390/kernel/vdso32/vdso32.lds.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * This is the infamous ld script for the 32 bits vdso * library */ #include <asm/page.h> #include <asm/vdso.h> OUTPUT_FORMAT("elf32-s390", "elf32-s390", "elf32-s390") OUTPUT_ARCH(s390:31-bit) ENTRY(_start) SECTIONS { . = VDSO32_LBASE + SIZEOF_HEADERS; .hash : { *(.has...
AirFortressIlikara/LS2K0300-linux-4.19
2,521
arch/s390/kernel/vdso32/gettimeofday.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Userland implementation of gettimeofday() for 32 bits processes in a * s390 kernel for use in the vDSO * * Copyright IBM Corp. 2008 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) */ #include <asm/vdso.h> #include <asm/asm-offsets.h> #include <asm/unistd.h> #...
AirFortressIlikara/LS2K0300-linux-4.19
4,543
arch/s390/kernel/vdso64/clock_gettime.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Userland implementation of clock_gettime() for 64 bits processes in a * s390 kernel for use in the vDSO * * Copyright IBM Corp. 2008 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) */ #include <asm/vdso.h> #include <asm/asm-offsets.h> #include <asm/unistd.h> ...
AirFortressIlikara/LS2K0300-linux-4.19
3,516
arch/s390/kernel/vdso64/vdso64.lds.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * This is the infamous ld script for the 64 bits vdso * library */ #include <asm/page.h> #include <asm/vdso.h> OUTPUT_FORMAT("elf64-s390", "elf64-s390", "elf64-s390") OUTPUT_ARCH(s390:64-bit) ENTRY(_start) SECTIONS { . = VDSO64_LBASE + SIZEOF_HEADERS; .hash : { *(.has...
AirFortressIlikara/LS2K0300-linux-4.19
1,201
arch/s390/kernel/vdso64/clock_getres.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Userland implementation of clock_getres() for 64 bits processes in a * s390 kernel for use in the vDSO * * Copyright IBM Corp. 2008 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) */ #include <asm/vdso.h> #include <asm/asm-offsets.h> #include <asm/unistd.h> #...
AirFortressIlikara/LS2K0300-linux-4.19
2,030
arch/s390/kernel/vdso64/gettimeofday.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Userland implementation of gettimeofday() for 64 bits processes in a * s390 kernel for use in the vDSO * * Copyright IBM Corp. 2008 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) */ #include <asm/vdso.h> #include <asm/asm-offsets.h> #include <asm/unistd.h> #...
AirFortressIlikara/LS2K0300-linux-4.19
1,223
arch/s390/boot/compressed/head.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Startup glue code to uncompress the kernel * * Copyright IBM Corp. 2010 * * Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com> */ #include <linux/init.h> #include <linux/linkage.h> #include <asm/asm-offsets.h> #include <asm/thread_info.h> #include <asm/page.h> #i...
AirFortressIlikara/LS2K0300-linux-4.19
1,038
arch/s390/boot/compressed/vmlinux.lds.S
/* SPDX-License-Identifier: GPL-2.0 */ #include <asm-generic/vmlinux.lds.h> OUTPUT_FORMAT("elf64-s390", "elf64-s390", "elf64-s390") OUTPUT_ARCH(s390:64-bit) ENTRY(startup) SECTIONS { /* Be careful parts of head_64.S assume startup_32 is at * address 0. */ . = 0; .head.text : { _head = . ; HEAD_TEXT _ehe...
AirFortressIlikara/LS2K0300-linux-4.19
3,261
arch/x86/xen/xen-asm.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Asm versions of Xen pv-ops, suitable for direct use. * * We only bother with direct forms (ie, vcpu in percpu data) of the * operations here; the indirect forms are better handled in C. */ #include <asm/asm-offsets.h> #include <asm/percpu.h> #include <asm/processor-flag...
AirFortressIlikara/LS2K0300-linux-4.19
6,050
arch/x86/xen/xen-asm_32.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Asm versions of Xen pv-ops, suitable for direct use. * * We only bother with direct forms (ie, vcpu in pda) of the * operations here; the indirect forms are better handled in C. */ #include <asm/thread_info.h> #include <asm/processor-flags.h> #include <asm/segment.h> #i...
AirFortressIlikara/LS2K0300-linux-4.19
3,839
arch/x86/xen/xen-asm_64.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Asm versions of Xen pv-ops, suitable for direct use. * * We only bother with direct forms (ie, vcpu in pda) of the * operations here; the indirect forms are better handled in C. */ #include <asm/errno.h> #include <asm/percpu.h> #include <asm/processor-flags.h> #include ...
AirFortressIlikara/LS2K0300-linux-4.19
3,010
arch/x86/xen/xen-head.S
/* SPDX-License-Identifier: GPL-2.0 */ /* Xen-specific pieces of head.S, intended to be included in the right place in head.S */ #ifdef CONFIG_XEN #include <linux/elfnote.h> #include <linux/init.h> #include <asm/boot.h> #include <asm/asm.h> #include <asm/msr.h> #include <asm/page_types.h> #include <asm/percpu.h> #i...
AirFortressIlikara/LS2K0300-linux-4.19
4,749
arch/x86/xen/xen-pvh.S
/* * Copyright C 2016, Oracle and/or its affiliates. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later...
AirFortressIlikara/LS2K0300-linux-4.19
1,761
arch/x86/power/hibernate_asm_32.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * This may not use any stack, nor any variable that is not "NoSave": * * Its rewriting one kernel image with another. What is stack in "old" * image could very well be data page in "new" image, and overwriting * your own stack under you is bad idea. */ #include <linux/li...
AirFortressIlikara/LS2K0300-linux-4.19
3,634
arch/x86/power/hibernate_asm_64.S
/* * Hibernation support for x86-64 * * Distribute under GPLv2. * * Copyright 2007 Rafael J. Wysocki <rjw@sisk.pl> * Copyright 2005 Andi Kleen <ak@suse.de> * Copyright 2004 Pavel Machek <pavel@suse.cz> * * swsusp_arch_resume must not use any stack or any nonlocal variables while * copying pages: * * Its rew...
AirFortressIlikara/LS2K0300-linux-4.19
1,041
arch/x86/um/setjmp_64.S
/* SPDX-License-Identifier: GPL-2.0 */ # # arch/x86_64/setjmp.S # # setjmp/longjmp for the x86-64 architecture # # # The jmp_buf is assumed to contain the following, in order: # %rbx # %rsp (post-return) # %rbp # %r12 # %r13 # %r14 # %r15 # <return address> # .text .align 4 .globl kernel_setjmp .type kernel_setjm...
AirFortressIlikara/LS2K0300-linux-4.19
4,903
arch/x86/um/checksum_32.S
/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * IP/TCP/UDP checksumming routines * * Authors: Jorge Cwik, <jorge@laser.satlink.net> * Arnt Gulbrandsen, <a...
AirFortressIlikara/LS2K0300-linux-4.19
1,072
arch/x86/um/setjmp_32.S
/* SPDX-License-Identifier: GPL-2.0 */ # # arch/i386/setjmp.S # # setjmp/longjmp for the i386 architecture # # # The jmp_buf is assumed to contain the following, in order: # %ebx # %esp # %ebp # %esi # %edi # <return address> # .text .align 4 .globl kernel_setjmp .type kernel_setjmp, @function kernel_setjmp: #ifd...
AirFortressIlikara/LS2K0300-linux-4.19
5,177
arch/x86/kernel/ftrace_32.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2017 Steven Rostedt, VMware Inc. */ #include <linux/linkage.h> #include <asm/page_types.h> #include <asm/segment.h> #include <asm/export.h> #include <asm/ftrace.h> #include <asm/nospec-branch.h> #include <asm/frame.h> #ifdef CC_USING_FENTRY # define functi...
AirFortressIlikara/LS2K0300-linux-4.19
3,810
arch/x86/kernel/verify_cpu.S
/* * * verify_cpu.S - Code for cpu long mode and SSE verification. This * code has been borrowed from boot/setup.S and was introduced by * Andi Kleen. * * Copyright (c) 2007 Andi Kleen (ak@suse.de) * Copyright (c) 2007 Eric Biederman (ebiederm@xmission.com) * Copyright (c) 2007 Vivek Goyal (vgoyal@in.ibm.co...
AirFortressIlikara/LS2K0300-linux-4.19
8,186
arch/x86/kernel/ftrace_64.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2014 Steven Rostedt, Red Hat Inc */ #include <linux/linkage.h> #include <asm/ptrace.h> #include <asm/ftrace.h> #include <asm/export.h> #include <asm/nospec-branch.h> #include <asm/unwind_hints.h> #include <asm/frame.h> .code64 .section .entry.text, "ax" ...
AirFortressIlikara/LS2K0300-linux-4.19
14,908
arch/x86/kernel/head_32.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * * Copyright (C) 1991, 1992 Linus Torvalds * * Enhanced CPU detection and feature setting code by Mike Jagdis * and Martin Mares, November 1997. */ .text #include <linux/threads.h> #include <linux/init.h> #include <linux/linkage.h> #include <asm/segment.h> #include ...
AirFortressIlikara/LS2K0300-linux-4.19
5,697
arch/x86/kernel/relocate_kernel_32.S
/* * relocate_kernel.S - put the kernel image in place to boot * Copyright (C) 2002-2004 Eric Biederman <ebiederm@xmission.com> * * This source code is licensed under the GNU General Public License, * Version 2. See the file COPYING for more details. */ #include <linux/linkage.h> #include <asm/page_types.h> #i...
AirFortressIlikara/LS2K0300-linux-4.19
10,744
arch/x86/kernel/vmlinux.lds.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * ld script for the x86 kernel * * Historic 32-bit version written by Martin Mares <mj@atrey.karlin.mff.cuni.cz> * * Modernisation, unification and other changes and fixes: * Copyright (C) 2007-2009 Sam Ravnborg <sam@ravnborg.org> * * * Don't define absolute symbols...
AirFortressIlikara/LS2K0300-linux-4.19
5,846
arch/x86/kernel/relocate_kernel_64.S
/* * relocate_kernel.S - put the kernel image in place to boot * Copyright (C) 2002-2005 Eric Biederman <ebiederm@xmission.com> * * This source code is licensed under the GNU General Public License, * Version 2. See the file COPYING for more details. */ #include <linux/linkage.h> #include <asm/page_types.h> #i...
AirFortressIlikara/LS2K0300-linux-4.19
13,249
arch/x86/kernel/head_64.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * linux/arch/x86/kernel/head_64.S -- start in 32bit and switch to 64bit * * Copyright (C) 2000 Andrea Arcangeli <andrea@suse.de> SuSE * Copyright (C) 2000 Pavel Machek <pavel@suse.cz> * Copyright (C) 2000 Karsten Keil <kkeil@suse.de> * Copyright (C) 2001,2002 Andi Kl...
AirFortressIlikara/LS2K0300-linux-4.19
16,236
arch/x86/crypto/crct10dif-pcl-asm_64.S
######################################################################## # Implement fast CRC-T10DIF computation with SSE and PCLMULQDQ instructions # # Copyright (c) 2013, Intel Corporation # # Authors: # Erdinc Ozturk <erdinc.ozturk@intel.com> # Vinodh Gopal <vinodh.gopal@intel.com> # James Guilford <jame...
AirFortressIlikara/LS2K0300-linux-4.19
11,064
arch/x86/crypto/camellia-x86_64-asm_64.S
/* * Camellia Cipher Algorithm (x86_64) * * Copyright (C) 2012 Jussi Kivilinna <jussi.kivilinna@mbnet.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License...
AirFortressIlikara/LS2K0300-linux-4.19
9,831
arch/x86/crypto/poly1305-avx2-x86_64.S
/* * Poly1305 authenticator algorithm, RFC7539, x64 AVX2 functions * * Copyright (C) 2015 Martin Willi * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, o...
AirFortressIlikara/LS2K0300-linux-4.19
14,256
arch/x86/crypto/sha1_avx2_x86_64_asm.S
/* * Implement fast SHA-1 with AVX2 instructions. (x86_64) * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * * GPL LICENSE SUMMARY * * Copyright(c) 2014 Intel Corporation. * * This program is free software; you can redist...
AirFortressIlikara/LS2K0300-linux-4.19
12,590
arch/x86/crypto/morus1280-avx2-asm.S
/* * AVX2 implementation of MORUS-1280 * * Copyright (c) 2017-2018 Ondrej Mosnacek <omosnacek@gmail.com> * Copyright (C) 2017-2018 Red Hat, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as publis...
AirFortressIlikara/LS2K0300-linux-4.19
17,615
arch/x86/crypto/sha256-ssse3-asm.S
######################################################################## # Implement fast SHA-256 with SSSE3 instructions. (x86_64) # # Copyright (C) 2013 Intel Corporation. # # Authors: # James Guilford <james.guilford@intel.com> # Kirk Yap <kirk.s.yap@intel.com> # Tim Chen <tim.c.chen@linux.intel.com> # #...
AirFortressIlikara/LS2K0300-linux-4.19
23,631
arch/x86/crypto/serpent-avx2-asm_64.S
/* * x86_64/AVX2 assembler optimized version of Serpent * * Copyright © 2012-2013 Jussi Kivilinna <jussi.kivilinna@mbnet.fi> * * Based on AVX assembler implementation of Serpent by: * Copyright © 2012 Johannes Goetzfried * <Johannes.Goetzfried@informatik.stud.uni-erlangen.de> * * This program is free sof...