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
14,306
arch/arm/kernel/head-nommu.S
/* * linux/arch/arm/kernel/head-nommu.S * * Copyright (C) 1994-2002 Russell King * Copyright (C) 2003-2006 Hyok S. Choi * * 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. * ...
AirFortressIlikara/LS2K0300-linux-4.19
7,806
arch/arm/kernel/entry-ftrace.S
/* * 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 <asm/assembler.h> #include <asm/ftrace.h> #include <asm/unwind.h> #include "entry-header.S" /* * When compiling w...
AirFortressIlikara/LS2K0300-linux-4.19
4,935
arch/arm/kernel/vmlinux-xip.lds.S
/* SPDX-License-Identifier: GPL-2.0 */ /* ld script to make ARM Linux kernel * taken from the i386 version by Russell King * Written by Martin Mares <mj@atrey.karlin.mff.cuni.cz> */ /* No __ro_after_init data in the .rodata section - which will always be ro */ #define RO_AFTER_INIT_DATA #include <linux/sizes.h> #...
AirFortressIlikara/LS2K0300-linux-4.19
1,303
arch/arm/kernel/relocate_kernel.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * relocate_kernel.S - put the kernel image in place to boot */ #include <linux/linkage.h> #include <asm/assembler.h> #include <asm/asm-offsets.h> #include <asm/kexec.h> .align 3 /* not needed for this code, but keeps fncpy() happy */ ENTRY(relocate_new_kernel) adr r7, r...
AirFortressIlikara/LS2K0300-linux-4.19
8,685
arch/arm/kernel/iwmmxt.S
/* * linux/arch/arm/kernel/iwmmxt.S * * XScale iWMMXt (Concan) context switching and handling * * Initial code: * Copyright (c) 2003, Intel Corporation * * Full lazy switching support, optimizations and more, by Nicolas Pitre * Copyright (c) 2003-2004, MontaVista Software, Inc. * * This program is free...
AirFortressIlikara/LS2K0300-linux-4.19
3,579
arch/arm/kernel/entry-v7m.S
/* * linux/arch/arm/kernel/entry-v7m.S * * Copyright (C) 2008 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. * * Low-level vector interface routines for the ARMv7-...
AirFortressIlikara/LS2K0300-linux-4.19
3,906
arch/arm/kernel/sigreturn_codes.S
/* * sigreturn_codes.S - code sinpets for sigreturn syscalls * * Created by: Victor Kamensky, 2013-08-13 * Copyright: (C) 2013 Linaro 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 Soft...
AirFortressIlikara/LS2K0300-linux-4.19
1,621
arch/arm/kernel/smccc-call.S
/* * Copyright (c) 2015, Linaro Limited * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This program is distributed in the hope that it will be useful, ...
AirFortressIlikara/LS2K0300-linux-4.19
1,250
arch/arm/kernel/fiqasm.S
/* * linux/arch/arm/kernel/fiqasm.S * * Derived from code originally in linux/arch/arm/kernel/fiq.c: * * Copyright (C) 1998 Russell King * Copyright (C) 1998, 1999 Phil Blundell * Copyright (C) 2011, Linaro Limited * * FIQ support written by Philip Blundell <philb@gnu.org>, 1998. * * FIQ support re-wr...
AirFortressIlikara/LS2K0300-linux-4.19
11,521
arch/arm/kernel/entry-common.S
/* * linux/arch/arm/kernel/entry-common.S * * Copyright (C) 2000 Russell King * * 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 <asm/assembler.h> #include <asm/u...
AirFortressIlikara/LS2K0300-linux-4.19
3,646
arch/arm/kernel/vmlinux.lds.S
/* SPDX-License-Identifier: GPL-2.0 */ /* ld script to make ARM Linux kernel * taken from the i386 version by Russell King * Written by Martin Mares <mj@atrey.karlin.mff.cuni.cz> */ #ifdef CONFIG_XIP_KERNEL #include "vmlinux-xip.lds.S" #else #include <asm-generic/vmlinux.lds.h> #include <asm/cache.h> #include <asm...
AirFortressIlikara/LS2K0300-linux-4.19
5,153
arch/arm/kernel/sleep.S
/* SPDX-License-Identifier: GPL-2.0 */ #include <linux/linkage.h> #include <linux/threads.h> #include <asm/asm-offsets.h> #include <asm/assembler.h> #include <asm/glue-cache.h> #include <asm/glue-proc.h> .text /* * Implementation of MPIDR hash algorithm through shifting * and OR'ing. * * @dst: register containing...
AirFortressIlikara/LS2K0300-linux-4.19
7,662
arch/arm/kernel/hyp-stub.S
/* * Copyright (c) 2012 Linaro Limited. * * 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 version. * * This program is di...
AirFortressIlikara/LS2K0300-linux-4.19
2,660
arch/arm/kernel/debug.S
/* * linux/arch/arm/kernel/debug.S * * Copyright (C) 1994-1999 Russell King * * 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. * * 32-bit debugging code */ #include <linux/...
AirFortressIlikara/LS2K0300-linux-4.19
20,715
arch/arm/crypto/sha1-armv7-neon.S
/* sha1-armv7-neon.S - ARM/NEON accelerated SHA-1 transform function * * Copyright © 2013-2014 Jussi Kivilinna <jussi.kivilinna@iki.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; ei...
AirFortressIlikara/LS2K0300-linux-4.19
2,696
arch/arm/crypto/sha1-ce-core.S
/* * sha1-ce-core.S - SHA-1 secure hash using ARMv8 Crypto Extensions * * Copyright (C) 2015 Linaro Ltd. * Author: Ard Biesheuvel <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 b...
AirFortressIlikara/LS2K0300-linux-4.19
13,768
arch/arm/crypto/sha1-armv4-large.S
#define __ARM_ARCH__ __LINUX_ARM_ARCH__ @ SPDX-License-Identifier: GPL-2.0 @ This code is taken from the OpenSSL project but the author (Andy Polyakov) @ has relicensed it under the GPLv2. Therefore this program is free software; @ you can redistribute it and/or modify it under the terms of the GNU General @ Public Li...
AirFortressIlikara/LS2K0300-linux-4.19
10,981
arch/arm/crypto/chacha20-neon-core.S
/* * ChaCha20 256-bit cipher algorithm, RFC7539, ARM NEON functions * * 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 Software Foundat...
AirFortressIlikara/LS2K0300-linux-4.19
5,231
arch/arm/crypto/ghash-ce-core.S
/* * Accelerated GHASH implementation with NEON/ARMv8 vmull.p8/64 instructions. * * Copyright (C) 2015 - 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 Fre...
AirFortressIlikara/LS2K0300-linux-4.19
21,961
arch/arm/crypto/aes-neonbs-core.S
/* * Bit sliced AES using NEON instructions * * Copyright (C) 2017 Linaro Ltd. * Author: Ard Biesheuvel <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 Founda...
AirFortressIlikara/LS2K0300-linux-4.19
6,853
arch/arm/crypto/crc32-ce-core.S
/* * Accelerated CRC32(C) using ARM 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 Softw...
AirFortressIlikara/LS2K0300-linux-4.19
2,900
arch/arm/crypto/sha2-ce-core.S
/* * sha2-ce-core.S - SHA-224/256 secure hash using ARMv8 Crypto Extensions * * Copyright (C) 2015 Linaro Ltd. * Author: Ard Biesheuvel <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 * publi...
AirFortressIlikara/LS2K0300-linux-4.19
10,898
arch/arm/crypto/aes-ce-core.S
/* * aes-ce-core.S - AES in CBC/CTR/XTS mode using ARMv8 Crypto Extensions * * Copyright (C) 2015 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 Fo...
AirFortressIlikara/LS2K0300-linux-4.19
12,009
arch/arm/crypto/crct10dif-ce-core.S
// // Accelerated CRC-T10DIF using ARM 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 Software...
AirFortressIlikara/LS2K0300-linux-4.19
5,685
arch/arm/crypto/aes-cipher-core.S
/* * Scalar AES core transform * * Copyright (C) 2017 Linaro Ltd. * Author: Ard Biesheuvel <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. */ #i...
AirFortressIlikara/LS2K0300-linux-4.19
1,458
arch/arm/vfp/entry.S
/* * linux/arch/arm/vfp/entry.S * * Copyright (C) 2004 ARM Limited. * Written by Deep Blue Solutions 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. */ #include ...
AirFortressIlikara/LS2K0300-linux-4.19
8,906
arch/arm/vfp/vfphw.S
/* * linux/arch/arm/vfp/vfphw.S * * Copyright (C) 2004 ARM Limited. * Written by Deep Blue Solutions 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 co...
AirFortressIlikara/LS2K0300-linux-4.19
1,118
arch/arm/mach-spear/headsmp.S
/* * arch/arm/mach-spear13XX/headsmp.S * * Picked from realview * Copyright (c) 2012 ST Microelectronics Limited * Shiraz Hashim <shiraz.linux.kernel@gmail.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 * publish...
AirFortressIlikara/LS2K0300-linux-4.19
4,959
arch/arm/mach-lpc32xx/suspend.S
/* * arch/arm/mach-lpc32xx/suspend.S * * Original authors: Dmitry Chigirev, Vitaly Wool <source@mvista.com> * Modified by Kevin Wells <kevin.wells@nxp.com> * * 2005 (c) MontaVista Software, Inc. This file is licensed under * the terms of the GNU General Public License version 2. This program * is licensed "as i...
AirFortressIlikara/LS2K0300-linux-4.19
4,615
arch/arm/nwfpe/entry.S
/* NetWinder Floating Point Emulator (c) Rebel.COM, 1998 (c) 1998, 1999 Philip Blundell Direct questions, comments to Scott Bambrough <scottb@netwinder.org> 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...
AirFortressIlikara/LS2K0300-linux-4.19
9,089
arch/arm/mach-omap1/ams-delta-fiq-handler.S
/* * linux/arch/arm/mach-omap1/ams-delta-fiq-handler.S * * Based on linux/arch/arm/lib/floppydma.S * Renamed and modified to work with 2.6 kernel by Matt Callow * Copyright (C) 1995, 1996 Russell King * Copyright (C) 2004 Pete Trapps * Copyright (C) 2006 Matt Callow * Copyright (C) 2010 Janusz Krzysztof...
AirFortressIlikara/LS2K0300-linux-4.19
1,554
arch/arm/mach-omap1/sram.S
/* * linux/arch/arm/plat-omap/sram-fn.S * * Functions that need to be run in internal SRAM * * 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> #in...
AirFortressIlikara/LS2K0300-linux-4.19
9,340
arch/arm/mach-omap1/sleep.S
/* * linux/arch/arm/mach-omap1/sleep.S * * Low-level OMAP7XX/1510/1610 sleep/wakeUp support * * Initial SA1110 code: * Copyright (c) 2001 Cliff Brake <cbrake@accelent.com> * * Adapted for PXA by Nicolas Pitre: * Copyright (c) 2002 Monta Vista Software, Inc. * * Support for OMAP1510/1610 by Dirk Behme <dirk.b...
AirFortressIlikara/LS2K0300-linux-4.19
1,276
arch/arm/mach-shmobile/headsmp-scu.S
/* * Shared SCU setup for mach-shmobile * * Copyright (C) 2012 Bastian Hecht * * 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 ...
AirFortressIlikara/LS2K0300-linux-4.19
3,240
arch/arm/mach-shmobile/headsmp.S
/* * SMP support for R-Mobile / SH-Mobile * * Copyright (C) 2010 Magnus Damm * Copyright (C) 2010 Takashi Yoshii * * Based on vexpress, Copyright (c) 2003 ARM Limited, All Rights Reserved * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public L...
AirFortressIlikara/LS2K0300-linux-4.19
2,296
arch/arm/lib/copy_to_user.S
/* * linux/arch/arm/lib/copy_to_user.S * * Author: Nicolas Pitre * Created: Sep 29, 2005 * Copyright: MontaVista Software, Inc. * * 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 Fo...
AirFortressIlikara/LS2K0300-linux-4.19
1,440
arch/arm/lib/clear_user.S
/* * linux/arch/arm/lib/clear_user.S * * Copyright (C) 1995, 1996,1997,1998 Russell King * * 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> #incl...
AirFortressIlikara/LS2K0300-linux-4.19
3,122
arch/arm/lib/csumpartial.S
/* * linux/arch/arm/lib/csumpartial.S * * Copyright (C) 1995-1998 Russell King * * 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/a...
AirFortressIlikara/LS2K0300-linux-4.19
4,061
arch/arm/lib/div64.S
/* * linux/arch/arm/lib/div64.S * * Optimized computation of 64-bit dividend / 32-bit divisor * * Author: Nicolas Pitre * Created: Oct 5, 2003 * Copyright: Monta Vista Software, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public ...
AirFortressIlikara/LS2K0300-linux-4.19
6,965
arch/arm/lib/csumpartialcopygeneric.S
/* * linux/arch/arm/lib/csumpartialcopygeneric.S * * Copyright (C) 1995-2001 Russell King * * 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 <asm/assembler.h> /* ...
AirFortressIlikara/LS2K0300-linux-4.19
3,263
arch/arm/lib/backtrace.S
/* * linux/arch/arm/lib/backtrace.S * * Copyright (C) 1995, 1996 Russell King * * 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. * * 27/03/03 Ian Molton Clean up CONFIG_CPU ...
AirFortressIlikara/LS2K0300-linux-4.19
7,018
arch/arm/lib/copy_template.S
/* * linux/arch/arm/lib/copy_template.s * * Code template for optimized memory copy functions * * Author: Nicolas Pitre * Created: Sep 28, 2005 * Copyright: MontaVista Software, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public ...
AirFortressIlikara/LS2K0300-linux-4.19
1,469
arch/arm/lib/memcpy.S
/* * linux/arch/arm/lib/memcpy.S * * Author: Nicolas Pitre * Created: Sep 28, 2005 * Copyright: MontaVista Software, Inc. * * 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,680
arch/arm/lib/ashrdi3.S
/* Copyright 1995, 1996, 1998, 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. This file 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, or (at your option) any later version. In...
AirFortressIlikara/LS2K0300-linux-4.19
1,685
arch/arm/lib/io-writesb.S
/* * linux/arch/arm/lib/io-writesb.S * * Copyright (C) 1995-2000 Russell King * * 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/as...
AirFortressIlikara/LS2K0300-linux-4.19
1,680
arch/arm/lib/lshrdi3.S
/* Copyright 1995, 1996, 1998, 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. This file 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, or (at your option) any later version. In...
AirFortressIlikara/LS2K0300-linux-4.19
2,242
arch/arm/lib/csumpartialcopyuser.S
/* * linux/arch/arm/lib/csumpartialcopyuser.S * * Copyright (C) 1995-1998 Russell King * * 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. * * 27/03/03 Ian Molton Clean up CON...
AirFortressIlikara/LS2K0300-linux-4.19
1,807
arch/arm/lib/io-readsw-armv3.S
/* * linux/arch/arm/lib/io-readsw-armv3.S * * Copyright (C) 1995-2000 Russell King * * 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 <a...
AirFortressIlikara/LS2K0300-linux-4.19
4,915
arch/arm/lib/memmove.S
/* * linux/arch/arm/lib/memmove.S * * Author: Nicolas Pitre * Created: Sep 28, 2005 * Copyright: (C) MontaVista Software Inc. * * 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 Foun...
AirFortressIlikara/LS2K0300-linux-4.19
2,184
arch/arm/lib/io-writesw-armv3.S
/* * linux/arch/arm/lib/io-writesw-armv3.S * * Copyright (C) 1995-2000 Russell King * * 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 <...
AirFortressIlikara/LS2K0300-linux-4.19
1,151
arch/arm/lib/csumpartialcopy.S
/* * linux/arch/arm/lib/csumpartialcopy.S * * Copyright (C) 1995-1998 Russell King * * 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 <a...
AirFortressIlikara/LS2K0300-linux-4.19
4,945
arch/arm/lib/findbit.S
/* * linux/arch/arm/lib/findbit.S * * Copyright (C) 1995-2000 Russell King * * 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. * * 16th March 2001 - John Ripley <jripley@sonic...
AirFortressIlikara/LS2K0300-linux-4.19
1,287
arch/arm/lib/copy_page.S
/* * linux/arch/arm/lib/copypage.S * * Copyright (C) 1995-1999 Russell King * * 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. * * ASM optimised string functions */ #includ...
AirFortressIlikara/LS2K0300-linux-4.19
1,680
arch/arm/lib/ashldi3.S
/* Copyright 1995, 1996, 1998, 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. This file 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, or (at your option) any later version. In...
AirFortressIlikara/LS2K0300-linux-4.19
2,504
arch/arm/lib/io-readsb.S
/* * linux/arch/arm/lib/io-readsb.S * * Copyright (C) 1995-2000 Russell King * * 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/ass...
AirFortressIlikara/LS2K0300-linux-4.19
1,733
arch/arm/lib/io-writesw-armv4.S
/* * linux/arch/arm/lib/io-writesw-armv4.S * * Copyright (C) 1995-2000 Russell King * * 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 <...
AirFortressIlikara/LS2K0300-linux-4.19
3,078
arch/arm/lib/memset.S
/* * linux/arch/arm/lib/memset.S * * Copyright (C) 1995-2000 Russell King * * 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. * * ASM optimised string functions */ #include ...
AirFortressIlikara/LS2K0300-linux-4.19
1,266
arch/arm/lib/io-writesl.S
/* * linux/arch/arm/lib/io-writesl.S * * Copyright (C) 1995-2000 Russell King * * 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/as...
AirFortressIlikara/LS2K0300-linux-4.19
1,209
arch/arm/lib/delay-loop.S
/* * linux/arch/arm/lib/delay.S * * Copyright (C) 1995, 1996 Russell King * * 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/assemb...
AirFortressIlikara/LS2K0300-linux-4.19
1,531
arch/arm/lib/io-readsl.S
/* * linux/arch/arm/lib/io-readsl.S * * Copyright (C) 1995-2000 Russell King * * 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/ass...
AirFortressIlikara/LS2K0300-linux-4.19
2,197
arch/arm/lib/copy_from_user.S
/* * linux/arch/arm/lib/copy_from_user.S * * Author: Nicolas Pitre * Created: Sep 29, 2005 * Copyright: MontaVista Software, Inc. * * 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 ...
AirFortressIlikara/LS2K0300-linux-4.19
8,247
arch/arm/lib/lib1funcs.S
/* * linux/arch/arm/lib/lib1funcs.S: Optimized ARM division routines * * Author: Nicolas Pitre <nico@fluxnic.net> * - contributed to gcc-3.4 on Sep 30, 2003 * - adapted for the Linux kernel on Oct 2, 2003 */ /* Copyright 1995, 1996, 1998, 1999, 2000, 2003 Free Software Foundation, Inc. This file is free sof...
AirFortressIlikara/LS2K0300-linux-4.19
2,378
arch/arm/lib/io-readsw-armv4.S
/* * linux/arch/arm/lib/io-readsw-armv4.S * * Copyright (C) 1995-2000 Russell King * * 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 <a...
AirFortressIlikara/LS2K0300-linux-4.19
3,625
arch/arm/lib/getuser.S
/* * linux/arch/arm/lib/getuser.S * * Copyright (C) 2001 Russell King * * 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. * * Idea from x86 version, (C) Copyright 1998 Linus ...
AirFortressIlikara/LS2K0300-linux-4.19
2,198
arch/arm/lib/putuser.S
/* * linux/arch/arm/lib/putuser.S * * Copyright (C) 2001 Russell King * * 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. * * Idea from x86 version, (C) Copyright 1998 Linus ...
AirFortressIlikara/LS2K0300-linux-4.19
1,182
arch/arm/lib/call_with_stack.S
/* * arch/arm/lib/call_with_stack.S * * Copyright (C) 2011 ARM Ltd. * Written by Will Deacon <will.deacon@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 ...
AirFortressIlikara/LS2K0300-linux-4.19
4,390
arch/arm/kvm/init.S
/* * Copyright (C) 2012 - Virtual Open Systems and Columbia University * Author: Christoffer Dall <c.dall@virtualopensystems.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 Foundati...
AirFortressIlikara/LS2K0300-linux-4.19
1,817
arch/arm/kvm/interrupts.S
/* * Copyright (C) 2012 - Virtual Open Systems and Columbia University * Author: Christoffer Dall <c.dall@virtualopensystems.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 Foundati...
AirFortressIlikara/LS2K0300-linux-4.19
2,297
arch/arm/mach-exynos/sleep.S
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2013 Samsung Electronics Co., Ltd. * http://www.samsung.com * * Exynos low-level resume code */ #include <linux/linkage.h> #include <asm/asm-offsets.h> #include <asm/hardware/cache-l2x0.h> #include "smc.h" #define CPU_MASK 0xff0ffff0 #define CPU_CORTEX_...
AirFortressIlikara/LS2K0300-linux-4.19
2,898
arch/arm/mach-sa1100/sleep.S
/* * SA11x0 Assembler Sleep/WakeUp Management Routines * * Copyright (c) 2001 Cliff Brake <cbrake@accelent.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License. * * History: * * 2001-02-06: Cliff Brake Initial code * * 2...
AirFortressIlikara/LS2K0300-linux-4.19
3,498
arch/arm/mach-imx/suspend-imx53.S
/* * Copyright (C) 2008-2011 Freescale Semiconductor, Inc. */ /* * The code contained herein is licensed under the GNU General Public * License. You may obtain a copy of the GNU General Public License * Version 2 or later at the following locations: * * http://www.opensource.org/licenses/gpl-license.html * http...
AirFortressIlikara/LS2K0300-linux-4.19
3,010
arch/arm/mach-imx/ssi-fiq.S
/* * Copyright (C) 2009 Sascha Hauer <s.hauer@pengutronix.de> * * 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
8,152
arch/arm/mach-imx/suspend-imx6.S
/* * Copyright 2014 Freescale Semiconductor, Inc. * * The code contained herein is licensed under the GNU General Public * License. You may obtain a copy of the GNU General Public License * Version 2 or later at the following locations: * * http://www.opensource.org/licenses/gpl-license.html * http://www.gnu.or...
AirFortressIlikara/LS2K0300-linux-4.19
2,004
arch/arm/mach-s3c64xx/sleep.S
/* SPDX-License-Identifier: GPL-2.0 */ /* linux/arch/arm/plat-s3c64xx/sleep.S * * Copyright 2008 Openmoko, Inc. * Copyright 2008 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * http://armlinux.simtec.co.uk/ * * S3C64XX CPU sleep code */ #include <linux/linkage.h> #include <asm/assembler.h> #include <mach/m...
AirFortressIlikara/LS2K0300-linux-4.19
2,659
arch/arm/common/vlock.S
/* * vlock.S - simple voting lock implementation for ARM * * Created by: Dave Martin, 2012-08-16 * Copyright: (C) 2012-2013 Linaro 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 Softwar...
AirFortressIlikara/LS2K0300-linux-4.19
5,389
arch/arm/common/mcpm_head.S
/* * 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 * * 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
9,707
arch/arm/mach-at91/pm_suspend.S
/* * arch/arm/mach-at91/pm_slow_clock.S * * Copyright (C) 2006 Savin Zlobec * * AT91SAM9 support: * Copyright (C) 2007 Anti Sullin <anti.sullin@artecdesign.ee> * * 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
3,686
arch/arm/mach-socfpga/self-refresh.S
/* * Copyright (C) 2014-2015 Altera Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is distributed in the h...
AirFortressIlikara/LS2K0300-linux-4.19
4,403
arch/arm/mach-mvebu/coherency_ll.S
/* * Coherency fabric: low level functions * * Copyright (C) 2012 Marvell * * Gregory CLEMENT <gregory.clement@free-electrons.com> * * 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 im...
AirFortressIlikara/LS2K0300-linux-4.19
1,147
arch/arm/mach-mvebu/headsmp.S
/* * SMP support: Entry point for secondary CPUs * * Copyright (C) 2012 Marvell * * Yehuda Yitschak <yehuday@marvell.com> * Gregory CLEMENT <gregory.clement@free-electrons.com> * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> * * This file is licensed under the terms of the GNU General Public * Licens...
AirFortressIlikara/LS2K0300-linux-4.19
2,020
arch/arm/mach-mvebu/pmsu_ll.S
/* * Copyright (C) 2014 Marvell * * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> * Gregory Clement <gregory.clement@free-electrons.com> * * 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...
AirFortressIlikara/LS2K0300-linux-4.19
1,145
arch/arm/mach-s3c24xx/sleep-s3c2412.S
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2007 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * S3C2412 Power Manager low-level sleep support */ #include <linux/linkage.h> #include <asm/assembler.h> #include <mach/hardware.h> #include <mach/map.h> #include <mach/regs-irq.h> .text .globa...
AirFortressIlikara/LS2K0300-linux-4.19
1,512
arch/arm/mach-s3c24xx/sleep.S
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2004 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * S3C2410 Power Manager (Suspend-To-RAM) support * * Based on PXA/SA1100 sleep code by: * Nicolas Pitre, (c) 2002 Monta Vista Software Inc * Cliff Brake, (c) 2001 */ #include <linux/linkage.h> #...
AirFortressIlikara/LS2K0300-linux-4.19
1,356
arch/arm/mach-s3c24xx/sleep-s3c2410.S
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2004 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * S3C2410 Power Manager (Suspend-To-RAM) support * * Based on PXA/SA1100 sleep code by: * Nicolas Pitre, (c) 2002 Monta Vista Software Inc * Cliff Brake, (c) 2001 */ #include <linux/linkage.h> #...
AirFortressIlikara/LS2K0300-linux-4.19
18,808
arch/arm/mm/proc-xscale.S
/* * linux/arch/arm/mm/proc-xscale.S * * Author: Nicolas Pitre * Created: November 2000 * Copyright: (C) 2000, 2001 MontaVista Software Inc. * * 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 S...
AirFortressIlikara/LS2K0300-linux-4.19
2,664
arch/arm/mm/tlb-v6.S
/* * linux/arch/arm/mm/tlb-v6.S * * Copyright (C) 1997-2002 Russell King * * 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. * * ARM architecture version 6 TLB handling funct...
AirFortressIlikara/LS2K0300-linux-4.19
1,732
arch/arm/mm/tlb-v4wbi.S
/* * linux/arch/arm/mm/tlbv4wbi.S * * Copyright (C) 1997-2002 Russell King * * 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. * * ARM architecture version 4 and version 5 TL...
AirFortressIlikara/LS2K0300-linux-4.19
16,397
arch/arm/mm/proc-feroceon.S
/* * linux/arch/arm/mm/proc-feroceon.S: MMU functions for Feroceon * * Heavily based on proc-arm926.S * Maintainer: Assaf Hoffman <hoffman@marvell.com> * * 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 So...
AirFortressIlikara/LS2K0300-linux-4.19
1,253
arch/arm/mm/abort-ev6.S
/* SPDX-License-Identifier: GPL-2.0 */ #include <linux/linkage.h> #include <asm/assembler.h> #include "abort-macro.S" /* * Function: v6_early_abort * * Params : r2 = pt_regs * : r4 = aborted context pc * : r5 = aborted context psr * * Returns : r4 - r11, r13 preserved * * Purpose : obtain information ab...
AirFortressIlikara/LS2K0300-linux-4.19
11,826
arch/arm/mm/proc-arm920.S
/* * linux/arch/arm/mm/proc-arm920.S: MMU functions for ARM920 * * Copyright (C) 1999,2000 ARM Limited * Copyright (C) 2000 Deep Blue Solutions Ltd. * hacked for non-paged-MM by Hyok S. Choi, 2003. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gener...
AirFortressIlikara/LS2K0300-linux-4.19
1,603
arch/arm/mm/tlb-v4.S
/* * linux/arch/arm/mm/tlbv4.S * * Copyright (C) 1997-2002 Russell King * * 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. * * ARM architecture version 4 TLB handling functi...
AirFortressIlikara/LS2K0300-linux-4.19
1,999
arch/arm/mm/pv-fixup-asm.S
/* * Copyright (C) 2015 Russell King * * 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 assembly is required to safely remap the physical address space * for Keystone ...
AirFortressIlikara/LS2K0300-linux-4.19
1,499
arch/arm/mm/l2c-l2x0-resume.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * L2C-310 early resume code. This can be used by platforms to restore * the settings of their L2 cache controller before restoring the * processor state. * * This code can only be used to if you are running in the secure world. */ #include <linux/linkage.h> #include <asm...
AirFortressIlikara/LS2K0300-linux-4.19
5,351
arch/arm/mm/proc-sa110.S
/* * linux/arch/arm/mm/proc-sa110.S * * Copyright (C) 1997-2002 Russell King * hacked for non-paged-MM by Hyok S. Choi, 2003. * * 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
25,229
arch/arm/mm/proc-v7.S
/* * linux/arch/arm/mm/proc-v7.S * * Copyright (C) 2001 Deep Blue Solutions 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 is the "shell" of the ARMv7 proc...
AirFortressIlikara/LS2K0300-linux-4.19
2,653
arch/arm/mm/tlb-v7.S
/* * linux/arch/arm/mm/tlb-v7.S * * Copyright (C) 1997-2002 Russell King * Modified for ARMv7 by Catalin Marinas * * 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. * * ARM...
AirFortressIlikara/LS2K0300-linux-4.19
3,975
arch/arm/mm/proc-arm740.S
/* * linux/arch/arm/mm/arm740.S: utility functions for ARM740 * * Copyright (C) 2004-2006 Hyok S. Choi (hyok.choi@samsung.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...
AirFortressIlikara/LS2K0300-linux-4.19
5,221
arch/arm/mm/proc-fa526.S
/* * linux/arch/arm/mm/proc-fa526.S: MMU functions for FA526 * * Written by : Luke Lee * Copyright (C) 2005 Faraday Corp. * Copyright (C) 2008-2009 Paulius Zaleckas <paulius.zaleckas@teltonika.lt> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Genera...
AirFortressIlikara/LS2K0300-linux-4.19
11,963
arch/arm/mm/proc-arm1020e.S
/* * linux/arch/arm/mm/proc-arm1020e.S: MMU functions for ARM1020 * * Copyright (C) 2000 ARM Limited * Copyright (C) 2000 Deep Blue Solutions Ltd. * hacked for non-paged-MM by Hyok S. Choi, 2003. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General...
AirFortressIlikara/LS2K0300-linux-4.19
4,447
arch/arm/mm/proc-v7-3level.S
/* * arch/arm/mm/proc-v7-3level.S * * Copyright (C) 2001 Deep Blue Solutions Ltd. * Copyright (C) 2011 ARM Ltd. * Author: Catalin Marinas <catalin.marinas@arm.com> * based on arch/arm/mm/proc-v7-2level.S * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU ...