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
1,261
arch/arc/lib/memcpy-700.S
/* * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.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. */ #include <linux/linkage.h> ENTRY_CFI(memcpy...
AirFortressIlikara/LS2K0300-linux-4.19
4,551
arch/arc/lib/memcpy-archs.S
/* * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.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. */ #include <linux/linkage.h> #ifdef __LITTLE_ENDIAN__ # define S...
AirFortressIlikara/LS2K0300-linux-4.19
2,921
arch/arc/lib/memset-archs.S
/* * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.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. */ #include <linux/linkage.h> #include <asm/cache.h> /* * The me...
AirFortressIlikara/LS2K0300-linux-4.19
1,230
arch/arc/lib/memset.S
/* * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.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. */ #include <linux/linkage.h> #define SMALL 7 ...
AirFortressIlikara/LS2K0300-linux-4.19
1,350
arch/arc/lib/strcmp-archs.S
/* * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.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. */ #include <linux/linkage.h> ENTRY_CFI(strcmp) or r2, r0, r1 b...
AirFortressIlikara/LS2K0300-linux-4.19
2,653
arch/arc/lib/memcmp.S
/* * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.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. */ #include <linux/linkage.h> #ifdef __LITTLE_...
AirFortressIlikara/LS2K0300-linux-4.19
1,471
arch/arc/lib/strlen.S
/* * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.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. */ #include <linux/linkage.h> ENTRY_CFI(strlen...
AirFortressIlikara/LS2K0300-linux-4.19
2,657
arch/arc/lib/strcmp.S
/* * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.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 is optimized primarily for the ARC70...
AirFortressIlikara/LS2K0300-linux-4.19
2,461
arch/arc/plat-eznps/entry.S
/******************************************************************************* EZNPS CPU startup Code Copyright(c) 2012 EZchip Technologies. 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 ...
AirFortressIlikara/LS2K0300-linux-4.19
12,540
arch/arc/mm/tlbex.S
/* * TLB Exception Handling for ARC * * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.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. * * Vineet...
AirFortressIlikara/LS2K0300-linux-4.19
44,858
arch/openrisc/kernel/head.S
/* * OpenRISC head.S * * Linux architectural port borrowing liberally from similar works of * others. All original copyrights apply as per the original source * declaration. * * Modifications for the OpenRISC architecture: * Copyright (C) 2003 Matjaz Breskvar <phoenix@bsemi.com> * Copyright (C) 2010-2011 Jona...
AirFortressIlikara/LS2K0300-linux-4.19
33,765
arch/openrisc/kernel/entry.S
/* * OpenRISC entry.S * * Linux architectural port borrowing liberally from similar works of * others. All original copyrights apply as per the original source * declaration. * * Modifications for the OpenRISC architecture: * Copyright (C) 2003 Matjaz Breskvar <phoenix@bsemi.com> * Copyright (C) 2005 Gyorgy J...
AirFortressIlikara/LS2K0300-linux-4.19
2,785
arch/openrisc/kernel/vmlinux.lds.S
/* * OpenRISC vmlinux.lds.S * * Linux architectural port borrowing liberally from similar works of * others. All original copyrights apply as per the original source * declaration. * * Modifications for the OpenRISC architecture: * Copyright (C) 2003 Matjaz Breskvar <phoenix@bsemi.com> * Copyright (C) 2010-20...
AirFortressIlikara/LS2K0300-linux-4.19
2,065
arch/openrisc/lib/string.S
/* * OpenRISC string.S * * Linux architectural port borrowing liberally from similar works of * others. All original copyrights apply as per the original source * declaration. * * Modifications for the OpenRISC architecture: * Copyright (C) 2003 Matjaz Breskvar <phoenix@bsemi.com> * Copyright (C) 2010-2011 Jo...
AirFortressIlikara/LS2K0300-linux-4.19
2,345
arch/openrisc/lib/memset.S
/* * OpenRISC memset.S * * Hand-optimized assembler version of memset for OpenRISC. * Algorithm inspired by several other arch-specific memset routines * in the kernel tree * * Copyright (C) 2015 Olof Kindgren <olof.kindgren@gmail.com> * * This program is free software; you can redistribute it and/or * ...
AirFortressIlikara/LS2K0300-linux-4.19
3,348
arch/riscv/kernel/head.S
/* * Copyright (C) 2012 Regents of the University of California * * 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, version 2. * * This program is distributed in the hope that it wi...
AirFortressIlikara/LS2K0300-linux-4.19
11,897
arch/riscv/kernel/entry.S
/* * Copyright (C) 2012 Regents of the University of California * Copyright (C) 2017 SiFive * * 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, version 2. * * This program is distr...
AirFortressIlikara/LS2K0300-linux-4.19
4,737
arch/riscv/kernel/mcount-dyn.S
/* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (C) 2017 Andes Technology Corporation */ #include <linux/init.h> #include <linux/linkage.h> #include <asm/asm.h> #include <asm/csr.h> #include <asm/unistd.h> #include <asm/thread_info.h> #include <asm/asm-offsets.h> #include <asm-generic/export.h> #include <asm/ftrac...
AirFortressIlikara/LS2K0300-linux-4.19
2,654
arch/riscv/kernel/mcount.S
/* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (C) 2017 Andes Technology Corporation */ #include <linux/init.h> #include <linux/linkage.h> #include <asm/asm.h> #include <asm/csr.h> #include <asm/unistd.h> #include <asm/thread_info.h> #include <asm/asm-offsets.h> #include <asm-generic/export.h> #include <asm/ftrac...
AirFortressIlikara/LS2K0300-linux-4.19
1,689
arch/riscv/kernel/vmlinux.lds.S
/* * Copyright (C) 2012 Regents of the University of California * Copyright (C) 2017 SiFive * * 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, version 2. * * This program is distr...
AirFortressIlikara/LS2K0300-linux-4.19
2,540
arch/riscv/lib/memcpy.S
/* * Copyright (C) 2013 Regents of the University of California * * 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, version 2. * * This program is distributed in the hope that it wi...
AirFortressIlikara/LS2K0300-linux-4.19
2,268
arch/riscv/lib/uaccess.S
#include <linux/linkage.h> #include <asm/asm.h> #include <asm/csr.h> .altmacro .macro fixup op reg addr lbl LOCAL _epc _epc: \op \reg, \addr .section __ex_table,"a" .balign RISCV_SZPTR RISCV_PTR _epc, \lbl .previous .endm ENTRY(__asm_copy_to_user) ENTRY(__asm_copy_from_user) /* Enable access to user memory...
AirFortressIlikara/LS2K0300-linux-4.19
2,756
arch/riscv/lib/memset.S
/* * Copyright (C) 2013 Regents of the University of California * * 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, version 2. * * This program is distributed in the hope that it wi...
AirFortressIlikara/LS2K0300-linux-4.19
2,066
arch/riscv/kernel/vdso/vdso.lds.S
/* * Copyright (C) 2012 Regents of the University of California * * 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, version 2. * * This program is distributed in the hope that it wi...
AirFortressIlikara/LS2K0300-linux-4.19
10,723
arch/sh/kernel/syscalls_64.S
/* * arch/sh/kernel/syscalls_64.S * * Copyright (C) 2000, 2001 Paolo Alberelli * Copyright (C) 2004 - 2007 Paul Mundt * Copyright (C) 2003, 2004 Richard Curnow * * 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 archiv...
AirFortressIlikara/LS2K0300-linux-4.19
4,179
arch/sh/kernel/relocate_kernel.S
/* * relocate_kernel.S - put the kernel image in place to boot * 2005.9.17 kogiidena@eggplant.ddo.jp * * LANDISK/sh4 is supported. Maybe, SH archtecture works well. * * 2009-03-18 Magnus Damm - Added Kexec Jump support * * This source code is licensed under the GNU General Public License, * Version 2. See the...
AirFortressIlikara/LS2K0300-linux-4.19
8,645
arch/sh/kernel/head_32.S
/* $Id: head.S,v 1.7 2003/09/01 17:58:19 lethal Exp $ * * arch/sh/kernel/head.S * * Copyright (C) 1999, 2000 Niibe Yutaka & Kaz Kojima * Copyright (C) 2010 Matt Fleming * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of...
AirFortressIlikara/LS2K0300-linux-4.19
1,158
arch/sh/kernel/debugtraps.S
/* * arch/sh/kernel/debugtraps.S * * Debug trap jump tables for SuperH * * Copyright (C) 2006 - 2008 Paul Mundt * * 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. */ #include <linux/sys.h...
AirFortressIlikara/LS2K0300-linux-4.19
8,892
arch/sh/kernel/entry-common.S
/* * Copyright (C) 1999, 2000, 2002 Niibe Yutaka * Copyright (C) 2003 - 2008 Paul Mundt * * 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. * */ ! NOTE: ! GNU as (as of 2.9.1) changes bf...
AirFortressIlikara/LS2K0300-linux-4.19
1,729
arch/sh/kernel/vmlinux.lds.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * ld script to make SuperH Linux kernel * Written by Niibe Yutaka and Paul Mundt */ #ifdef CONFIG_SUPERH64 #define LOAD_OFFSET PAGE_OFFSET OUTPUT_ARCH(sh:sh5) #else #define LOAD_OFFSET 0 OUTPUT_ARCH(sh) #endif #include <asm/thread_info.h> #include <asm/cache.h> #include <as...
AirFortressIlikara/LS2K0300-linux-4.19
9,396
arch/sh/kernel/head_64.S
/* * arch/sh/kernel/head_64.S * * Copyright (C) 2000, 2001 Paolo Alberelli * Copyright (C) 2003, 2004 Paul Mundt * * 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. */ #include <linux/init...
AirFortressIlikara/LS2K0300-linux-4.19
10,033
arch/sh/kernel/syscalls_32.S
/* * arch/sh/kernel/syscalls.S * * System call table for SuperH * * Copyright (C) 1999, 2000, 2002 Niibe Yutaka * Copyright (C) 2003 Paul Mundt * * 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...
AirFortressIlikara/LS2K0300-linux-4.19
10,233
arch/sh/lib/udivsi3_i4i.S
/* Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 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...
AirFortressIlikara/LS2K0300-linux-4.19
3,918
arch/sh/lib/ashrsi3.S
/* Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 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...
AirFortressIlikara/LS2K0300-linux-4.19
3,969
arch/sh/lib/ashlsi3.S
/* Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 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...
AirFortressIlikara/LS2K0300-linux-4.19
3,689
arch/sh/lib/memcpy.S
/* SPDX-License-Identifier: GPL-2.0 */ /* $Id: memcpy.S,v 1.3 2001/07/27 11:50:52 gniibe Exp $ * * "memcpy" implementation of SuperH * * Copyright (C) 1999 Niibe Yutaka * */ /* * void *memcpy(void *dst, const void *src, size_t n); * No overlap between the memory of DST and of SRC are assumed. */ #include <l...
AirFortressIlikara/LS2K0300-linux-4.19
2,117
arch/sh/lib/udivsi3.S
/* Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 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 optio...
AirFortressIlikara/LS2K0300-linux-4.19
7,514
arch/sh/lib/checksum.S
/* $Id: checksum.S,v 1.10 2001/07/06 13:11:32 gniibe Exp $ * * 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: Jor...
AirFortressIlikara/LS2K0300-linux-4.19
3,969
arch/sh/lib/lshrsi3.S
/* Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 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...
AirFortressIlikara/LS2K0300-linux-4.19
2,213
arch/sh/lib/udiv_qrnnd.S
/* Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 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...
AirFortressIlikara/LS2K0300-linux-4.19
4,048
arch/sh/lib/memmove.S
/* SPDX-License-Identifier: GPL-2.0 */ /* $Id: memmove.S,v 1.2 2001/07/27 11:51:09 gniibe Exp $ * * "memmove" implementation of SuperH * * Copyright (C) 1999 Niibe Yutaka * */ /* * void *memmove(void *dst, const void *src, size_t n); * The memory areas may overlap. */ #include <linux/linkage.h> ENTRY(memmov...
AirFortressIlikara/LS2K0300-linux-4.19
3,414
arch/sh/lib/udivsi3_i4i-Os.S
/* Copyright (C) 2006 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 addition to the permissions in the GNU G...
AirFortressIlikara/LS2K0300-linux-4.19
15,652
arch/sh/lib/memcpy-sh4.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * "memcpy" implementation of SuperH * * Copyright (C) 1999 Niibe Yutaka * Copyright (c) 2002 STMicroelectronics Ltd * Modified from memcpy.S and micro-optimised for SH4 * Stuart Menefy (stuart.menefy@st.com) * */ #include <linux/linkage.h> /* * void *memcpy(void...
AirFortressIlikara/LS2K0300-linux-4.19
6,226
arch/sh/lib/copy_page.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * copy_page, __copy_user_page, __copy_user implementation of SuperH * * Copyright (C) 2001 Niibe Yutaka & Kaz Kojima * Copyright (C) 2002 Toshinobu Sugioka * Copyright (C) 2006 Paul Mundt */ #include <linux/linkage.h> #include <asm/page.h> /* * copy_page * @to: P1 a...
AirFortressIlikara/LS2K0300-linux-4.19
5,457
arch/sh/lib/mcount.S
/* * arch/sh/lib/mcount.S * * Copyright (C) 2008, 2009 Paul Mundt * Copyright (C) 2008, 2009 Matt Fleming * * 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. */ #include <asm/ftrace.h> #i...
AirFortressIlikara/LS2K0300-linux-4.19
1,827
arch/sh/lib/__clear_user.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * __clear_user_page, __clear_user, clear_page implementation of SuperH * * Copyright (C) 2001 Kaz Kojima * Copyright (C) 2001, 2002 Niibe Yutaka * Copyright (C) 2006 Paul Mundt */ #include <linux/linkage.h> #include <asm/page.h> ENTRY(__clear_user) ! mov #0, r0 mov...
AirFortressIlikara/LS2K0300-linux-4.19
3,468
arch/sh/lib/ashiftrt.S
/* Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 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...
AirFortressIlikara/LS2K0300-linux-4.19
5,450
arch/sh/lib/movmem.S
/* Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 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...
AirFortressIlikara/LS2K0300-linux-4.19
1,668
arch/sh/lib/memset-sh4.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * "memset" implementation for SH4 * * Copyright (C) 1999 Niibe Yutaka * Copyright (c) 2009 STMicroelectronics Limited * Author: Stuart Menefy <stuart.menefy:st.com> */ /* * void *memset(void *s, int c, size_t n); */ #include <linux/linkage.h> ENTRY(memse...
AirFortressIlikara/LS2K0300-linux-4.19
5,280
arch/sh/lib64/copy_user_memcpy.S
! SPDX-License-Identifier: GPL-2.0 ! ! Fast SH memcpy ! ! by Toshiyasu Morita (tm@netcom.com) ! hacked by J"orn Rernnecke (joern.rennecke@superh.com) ("o for o-umlaut) ! SH5 code Copyright 2002 SuperH Ltd. ! ! Entry: ARG0: destination pointer ! ARG1: source pointer ! ARG2: byte count ! ! Exit: RESULT: de...
AirFortressIlikara/LS2K0300-linux-4.19
4,415
arch/sh/lib64/memcpy.S
/* SPDX-License-Identifier: GPL-2.0 */ /* Cloned and hacked for uClibc by Paul Mundt, December 2003 */ /* Modified by SuperH, Inc. September 2003 */ ! ! Fast SH memcpy ! ! by Toshiyasu Morita (tm@netcom.com) ! hacked by J"orn Rernnecke (joern.rennecke@superh.com) ("o for o-umlaut) ! SH5 code Copyright 2002 SuperH Ltd. ...
AirFortressIlikara/LS2K0300-linux-4.19
1,115
arch/sh/lib64/udivsi3.S
/* SPDX-License-Identifier: GPL-2.0 */ .global __udivsi3 .section .text..SHmedia32,"ax" .align 2 /* inputs: r4,r5 clobbered: r18,r19,r20,r21,r22,r25,tr0 result in r0. */ __udivsi3: addz.l r5,r63,r22 nsb r22,r0 shlld r22,r0,r25 shlri r25,48,r25 movi 0xffffffffffffbb0c,r20 /* shift count eqiv 76 */ su...
AirFortressIlikara/LS2K0300-linux-4.19
3,275
arch/sh/lib64/udivdi3.S
/* SPDX-License-Identifier: GPL-2.0 */ .section .text..SHmedia32,"ax" .align 2 .global __udivdi3 __udivdi3: shlri r3,1,r4 nsb r4,r22 shlld r3,r22,r6 shlri r6,49,r5 movi 0xffffffffffffbaf1,r21 /* .l shift count 17. */ sub r21,r5,r1 mmulfx.w r1,r1,r4 mshflo.w r1,r63,r1 sub r63,r22,r20 // r63 == 64 % 64 mmul...
AirFortressIlikara/LS2K0300-linux-4.19
1,975
arch/sh/lib64/strcpy.S
/* SPDX-License-Identifier: GPL-2.0 */ /* Cloned and hacked for uClibc by Paul Mundt, December 2003 */ /* Modified by SuperH, Inc. September 2003 */ ! Entry: arg0: destination ! arg1: source ! Exit: result: destination ! ! SH5 code Copyright 2002 SuperH Ltd. #if __BYTE_ORDER == __LITTLE_ENDIAN #define SHHI shl...
AirFortressIlikara/LS2K0300-linux-4.19
2,176
arch/sh/lib64/copy_page.S
/* Copyright 2003 Richard Curnow, SuperH (UK) Ltd. 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. Tight version of mempy for the case of just copying a page. Prefetch strategy empiric...
AirFortressIlikara/LS2K0300-linux-4.19
1,991
arch/sh/lib64/memset.S
/* SPDX-License-Identifier: GPL-2.0 */ /* Cloned and hacked for uClibc by Paul Mundt, December 2003 */ /* Modified by SuperH, Inc. September 2003 */ ! ! Fast SH memset ! ! by Toshiyasu Morita (tm@netcom.com) ! ! SH5 code by J"orn Rennecke (joern.rennecke@superh.com) ! Copyright 2002 SuperH Ltd. ! #if __BYTE_ORDER == _...
AirFortressIlikara/LS2K0300-linux-4.19
2,796
arch/sh/lib64/sdivsi3.S
/* SPDX-License-Identifier: GPL-2.0 */ .global __sdivsi3 .global __sdivsi3_1 .global __sdivsi3_2 .section .text..SHmedia32,"ax" .align 2 /* inputs: r4,r5 */ /* clobbered: r1,r18,r19,r20,r21,r25,tr0 */ /* result in r0 */ __sdivsi3: __sdivsi3_1: ptb __div_table,tr0 gettr tr0,r20 __sdivsi3_2: nsb r5, r1 shll...
AirFortressIlikara/LS2K0300-linux-4.19
1,121
arch/sh/kernel/vsyscall/vsyscall-trapa.S
/* SPDX-License-Identifier: GPL-2.0 */ .text .globl __kernel_vsyscall .type __kernel_vsyscall,@function __kernel_vsyscall: .LSTART_vsyscall: trapa #0x10 nop .LEND_vsyscall: .size __kernel_vsyscall,.-.LSTART_vsyscall .previous .section .eh_frame,"a",@progbits .LCIE: .ualong .LCIE_end - .LCIE_start .LCIE_start...
AirFortressIlikara/LS2K0300-linux-4.19
2,169
arch/sh/kernel/vsyscall/vsyscall.lds.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Linker script for vsyscall DSO. The vsyscall page is an ELF shared * object prelinked to its virtual address, and with only one read-only * segment (that fits in one page). This script controls its layout. */ #include <asm/asm-offsets.h> #ifdef CONFIG_CPU_LITTLE_ENDIAN...
AirFortressIlikara/LS2K0300-linux-4.19
1,775
arch/sh/kernel/vsyscall/vsyscall-sigreturn.S
/* SPDX-License-Identifier: GPL-2.0 */ #include <asm/unistd.h> .text .balign 32 .globl __kernel_sigreturn .type __kernel_sigreturn,@function __kernel_sigreturn: .LSTART_sigreturn: mov.w 1f, r3 trapa #0x10 or r0, r0 or r0, r0 or r0, r0 or r0, r0 or r0, r0 1: .short __NR_sigreturn .LEND_sigreturn: .size __k...
AirFortressIlikara/LS2K0300-linux-4.19
1,827
arch/sh/kernel/cpu/sh3/ex.S
/* * arch/sh/kernel/cpu/sh3/ex.S * * The SH-3 and SH-4 exception vector table. * Copyright (C) 1999, 2000, 2002 Niibe Yutaka * Copyright (C) 2003 - 2008 Paul Mundt * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of th...
AirFortressIlikara/LS2K0300-linux-4.19
10,880
arch/sh/kernel/cpu/sh3/entry.S
/* * arch/sh/kernel/cpu/sh3/entry.S * * Copyright (C) 1999, 2000, 2002 Niibe Yutaka * Copyright (C) 2003 - 2012 Paul Mundt * * 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. */ #include ...
AirFortressIlikara/LS2K0300-linux-4.19
3,009
arch/sh/kernel/cpu/sh3/swsusp.S
/* * arch/sh/kernel/cpu/sh3/swsusp.S * * Copyright (C) 2009 Magnus Damm * * 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. */ #include <linux/sys.h> #include <linux/errno.h> #include <linux/l...
AirFortressIlikara/LS2K0300-linux-4.19
1,160
arch/sh/kernel/cpu/sh2a/ex.S
/* * arch/sh/kernel/cpu/sh2a/ex.S * * The SH-2A exception vector table * * Copyright (C) 2008 Yoshinori Sato * * 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. */ #include <linux/linkage.h...
AirFortressIlikara/LS2K0300-linux-4.19
5,133
arch/sh/kernel/cpu/sh2a/entry.S
/* * arch/sh/kernel/cpu/sh2a/entry.S * * The SH-2A exception entry * * Copyright (C) 2008 Yoshinori Sato * Based on arch/sh/kernel/cpu/sh2/entry.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 ...
AirFortressIlikara/LS2K0300-linux-4.19
6,932
arch/sh/kernel/cpu/sh2/entry.S
/* * arch/sh/kernel/cpu/sh2/entry.S * * The SH-2 exception entry * * Copyright (C) 2005-2008 Yoshinori Sato * Copyright (C) 2005 AXE,Inc. * * 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....
AirFortressIlikara/LS2K0300-linux-4.19
7,017
arch/sh/kernel/cpu/shmobile/sleep.S
/* * arch/sh/kernel/cpu/sh4a/sleep-sh_mobile.S * * Sleep mode and Standby modes support for SuperH Mobile * * Copyright (C) 2009 Magnus Damm * * 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 detail...
AirFortressIlikara/LS2K0300-linux-4.19
47,149
arch/sh/kernel/cpu/sh5/entry.S
/* * arch/sh/kernel/cpu/sh5/entry.S * * Copyright (C) 2000, 2001 Paolo Alberelli * Copyright (C) 2004 - 2008 Paul Mundt * Copyright (C) 2003, 2004 Richard Curnow * * 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 arc...
AirFortressIlikara/LS2K0300-linux-4.19
4,914
arch/sh/kernel/cpu/sh5/switchto.S
/* * arch/sh/kernel/cpu/sh5/switchto.S * * sh64 context switch * * Copyright (C) 2004 Richard Curnow * * 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. */ .section .text..SHmedia32,"ax" ...
AirFortressIlikara/LS2K0300-linux-4.19
2,430
arch/sh/boot/compressed/head_32.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * linux/arch/sh/boot/compressed/head.S * * Copyright (C) 1999 Stuart Menefy * Copyright (C) 2003 SUGIOKA Toshinobu */ .text #include <asm/page.h> .global startup startup: /* Load initial status register */ mov.l init_sr, r1 ldc r1, sr /* Move myself to pr...
AirFortressIlikara/LS2K0300-linux-4.19
4,021
arch/sh/boot/compressed/head_64.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. * * arch/shmedia/boot/compressed/head.S * * Copied from * arch/shmedia/kernel/head.S * which carried the copyright: * Copyright (C) 2...
AirFortressIlikara/LS2K0300-linux-4.19
1,637
arch/sh/boot/romimage/head.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * linux/arch/sh/boot/romimage/head.S * * Board specific setup code, executed before zImage loader */ .text #include <asm/page.h> .global romstart romstart: /* include board specific setup code */ #include <mach/romimage.h> #ifdef CONFIG_ROMIMAGE_MMCIF /* load the ro...
AirFortressIlikara/LS2K0300-linux-4.19
2,889
arch/sh/boards/mach-ecovec24/sdram.S
/* * Ecovec24 sdram self/auto-refresh setup code * * Copyright (C) 2009 Magnus Damm * * 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. */ #include <linux/sys.h> #include <linux/errno.h> #in...
AirFortressIlikara/LS2K0300-linux-4.19
2,078
arch/sh/boards/mach-kfr2r09/sdram.S
/* * KFR2R09 sdram self/auto-refresh setup code * * Copyright (C) 2009 Magnus Damm * * 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. */ #include <linux/sys.h> #include <linux/errno.h> #inc...
AirFortressIlikara/LS2K0300-linux-4.19
1,350
arch/sh/boards/mach-migor/sdram.S
/* * Migo-R sdram self/auto-refresh setup code * * Copyright (C) 2009 Magnus Damm * * 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. */ #include <linux/sys.h> #include <linux/errno.h> #incl...
AirFortressIlikara/LS2K0300-linux-4.19
1,364
arch/sh/boards/mach-ap325rxa/sdram.S
/* * AP325RXA sdram self/auto-refresh setup code * * Copyright (C) 2009 Magnus Damm * * 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. */ #include <linux/sys.h> #include <linux/errno.h> #in...
AirFortressIlikara/LS2K0300-linux-4.19
3,218
arch/sh/boards/mach-se/7724/sdram.S
/* * MS7724SE sdram self/auto-refresh setup code * * Copyright (C) 2009 Magnus Damm * * 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. */ #include <linux/sys.h> #include <linux/errno.h> #in...
AirFortressIlikara/LS2K0300-linux-4.19
1,897
arch/sh/include/asm/entry-macros.S
! SPDX-License-Identifier: GPL-2.0 ! entry.S macro define .macro cli stc sr, r0 or #0xf0, r0 ldc r0, sr .endm .macro sti mov #0xfffffff0, r11 extu.b r11, r11 not r11, r11 stc sr, r10 and r11, r10 #ifdef CONFIG_CPU_HAS_SR_RB stc k_g_imask, r11 or r11, r10 #endif ldc r10, sr .endm .macro get_current_t...
AirFortressIlikara/LS2K0300-linux-4.19
5,547
arch/arm/mach-davinci/sleep.S
/* * (C) Copyright 2009, Texas Instruments, Inc. http://www.ti.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 that it will be...
AirFortressIlikara/LS2K0300-linux-4.19
2,012
arch/arm/mach-sunxi/headsmp.S
/* SPDX-License-Identifier: GPL-2.0 * * Copyright (c) 2018 Chen-Yu Tsai * Copyright (c) 2018 Bootlin * * Chen-Yu Tsai <wens@csie.org> * Mylène Josserand <mylene.josserand@bootlin.com> * * SMP support for sunxi based systems with Cortex A7/A15 * */ #include <linux/linkage.h> #include <asm/assembler.h> #includ...
AirFortressIlikara/LS2K0300-linux-4.19
1,036
arch/arm/mach-sti/headsmp.S
/* * arch/arm/mach-sti/headsmp.S * * Copyright (C) 2013 STMicroelectronics (R&D) Limited. * http://www.st.com * * Cloned from linux/arch/arm/mach-vexpress/headsmp.S * * Copyright (c) 2003 ARM Limited * All Rights Reserved * * This program is free software; you can redistribute it and/or modify * it unde...
AirFortressIlikara/LS2K0300-linux-4.19
3,838
arch/arm/xen/hypercall.S
/****************************************************************************** * hypercall.S * * Xen hypercall wrappers * * Stefano Stabellini <stefano.stabellini@eu.citrix.com>, Citrix, 2012 * * 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,269
arch/arm/mach-prima2/sleep.S
/* * sleep mode for CSR SiRFprimaII * * Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company. * * Licensed under GPLv2 or later. */ #include <linux/linkage.h> #include <asm/ptrace.h> #include <asm/assembler.h> #include "pm.h" #define DENALI_CTL_22_OFF 0x58 #define DENALI_CTL_112_OFF 0x1c...
AirFortressIlikara/LS2K0300-linux-4.19
8,639
arch/arm/mach-ep93xx/crunch-bits.S
/* * arch/arm/kernel/crunch-bits.S * Cirrus MaverickCrunch context switching and handling * * Copyright (C) 2006 Lennert Buytenhek <buytenh@wantstofly.org> * * Shamelessly stolen from the iWMMXt code by Nicolas Pitre, which is * Copyright (c) 2003-2004, MontaVista Software, Inc. * * This program is free softwa...
AirFortressIlikara/LS2K0300-linux-4.19
2,126
arch/arm/vdso/vdso.lds.S
/* * Adapted from arm64 version. * * 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 pr...
AirFortressIlikara/LS2K0300-linux-4.19
2,832
arch/arm/mach-pxa/standby.S
/* * PXA27x standby mode * * Author: David Burrage * * 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 is" without any warranty of any kind, whether express * or implied. */ #include <linux/linkage.h> #inclu...
AirFortressIlikara/LS2K0300-linux-4.19
4,238
arch/arm/mach-pxa/sleep.S
/* * Low-level PXA250/210 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. * * This program is free software; you can redistribute it and/or * modify it under the terms of ...
AirFortressIlikara/LS2K0300-linux-4.19
3,654
arch/arm/mach-omap2/omap-headsmp.S
/* * Secondary CPU startup routine source file. * * Copyright (C) 2009-2014 Texas Instruments, Inc. * * Author: * Santosh Shilimkar <santosh.shilimkar@ti.com> * * Interface functions needed for the SMP. This file is based on arm * realview smp platform. * Copyright (c) 2003 ARM Limited. * * This progra...
AirFortressIlikara/LS2K0300-linux-4.19
2,560
arch/arm/mach-omap2/omap-smc.S
/* * OMAP34xx and OMAP44xx secure APIs file. * * Copyright (C) 2010 Texas Instruments, Inc. * Written by Santosh Shilimkar <santosh.shilimkar@ti.com> * * Copyright (C) 2012 Ivaylo Dimitrov <freemangordon@abv.bg> * Copyright (C) 2013 Pali Rohár <pali.rohar@gmail.com> * * This program is free software,you can re...
AirFortressIlikara/LS2K0300-linux-4.19
5,675
arch/arm/mach-omap2/sleep33xx.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Low level suspend code for AM33XX SoCs * * Copyright (C) 2012-2018 Texas Instruments Incorporated - http://www.ti.com/ * Dave Gerlach, Vaibhav Bedia */ #include <generated/ti-pm-asm-offsets.h> #include <linux/linkage.h> #include <linux/platform_data/pm33xx.h> #include <...
AirFortressIlikara/LS2K0300-linux-4.19
10,559
arch/arm/mach-omap2/sram243x.S
/* * linux/arch/arm/mach-omap2/sram243x.S * * Omap2 specific functions that need to be run in internal SRAM * * (C) Copyright 2004 * Texas Instruments, <www.ti.com> * Richard Woodruff <r-woodruff2@ti.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU ...
AirFortressIlikara/LS2K0300-linux-4.19
3,454
arch/arm/mach-omap2/sleep24xx.S
/* * linux/arch/arm/mach-omap2/sleep.S * * (C) Copyright 2004 * Texas Instruments, <www.ti.com> * Richard Woodruff <r-woodruff2@ti.com> * * (C) Copyright 2006 Nokia Corporation * Fixed idle loop sleep * Igor Stoppa <igor.stoppa@nokia.com> * * This program is free software; you can redistribute it and/or * m...
AirFortressIlikara/LS2K0300-linux-4.19
15,555
arch/arm/mach-omap2/sleep34xx.S
/* * (C) Copyright 2007 * Texas Instruments * Karthik Dasu <karthik-dp@ti.com> * * (C) Copyright 2004 * Texas Instruments, <www.ti.com> * Richard Woodruff <r-woodruff2@ti.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * ...
AirFortressIlikara/LS2K0300-linux-4.19
10,559
arch/arm/mach-omap2/sram242x.S
/* * linux/arch/arm/mach-omap2/sram242x.S * * Omap2 specific functions that need to be run in internal SRAM * * (C) Copyright 2004 * Texas Instruments, <www.ti.com> * Richard Woodruff <r-woodruff2@ti.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU ...
AirFortressIlikara/LS2K0300-linux-4.19
10,856
arch/arm/mach-omap2/sleep43xx.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Low level suspend code for AM43XX SoCs * * Copyright (C) 2013-2018 Texas Instruments Incorporated - http://www.ti.com/ * Dave Gerlach, Vaibhav Bedia */ #include <generated/ti-pm-asm-offsets.h> #include <linux/linkage.h> #include <linux/ti-emif-sram.h> #include <linux/pl...
AirFortressIlikara/LS2K0300-linux-4.19
10,310
arch/arm/mach-omap2/sleep44xx.S
/* * OMAP44xx sleep code. * * Copyright (C) 2011 Texas Instruments, Inc. * Santosh Shilimkar <santosh.shilimkar@ti.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
30,121
arch/arm/kernel/entry-armv.S
/* * linux/arch/arm/kernel/entry-armv.S * * Copyright (C) 1996,1997,1998 Russell King. * ARM700 fix by Matthew Godbolt (linux-user@willothewisp.demon.co.uk) * nommu support by Hyok S. Choi (hyok.choi@samsung.com) * * This program is free software; you can redistribute it and/or modify * it under the terms o...
AirFortressIlikara/LS2K0300-linux-4.19
19,255
arch/arm/kernel/head.S
/* * linux/arch/arm/kernel/head.S * * Copyright (C) 1994-2002 Russell King * 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 License version 2 as * published by the Free Software Fou...
AirFortressIlikara/LS2K0300-linux-4.19
11,408
arch/arm/kernel/entry-header.S
/* SPDX-License-Identifier: GPL-2.0 */ #include <linux/init.h> #include <linux/linkage.h> #include <asm/assembler.h> #include <asm/asm-offsets.h> #include <asm/errno.h> #include <asm/thread_info.h> #include <asm/uaccess-asm.h> #include <asm/v7m.h> @ Bad Abort numbers @ ----------------- @ #define BAD_PREFETCH 0 #defi...
AirFortressIlikara/LS2K0300-linux-4.19
5,982
arch/arm/kernel/head-common.S
/* * linux/arch/arm/kernel/head-common.S * * Copyright (C) 1994-2002 Russell King * 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 License version 2 as * published by the Free Softw...