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
53,177
arch/m68k/fpsp040/res_func.S
| | res_func.sa 3.9 7/29/91 | | Normalizes denormalized numbers if necessary and updates the | stack frame. The function is then restored back into the | machine and the 040 completes the operation. This routine | is only used by the unsupported data type/format handler. | (Exception vector 55). | | For packed move o...
AirFortressIlikara/LS2K0300-linux-4.19
20,372
arch/m68k/fpsp040/get_op.S
| | get_op.sa 3.6 5/19/92 | | get_op.sa 3.5 4/26/91 | | Description: This routine is called by the unsupported format/data | type exception handler ('unsupp' - vector 55) and the unimplemented | instruction exception handler ('unimp' - vector 11). 'get_op' | determines the opclass (0, 2, or 3) and branches to the | o...
AirFortressIlikara/LS2K0300-linux-4.19
5,696
arch/m68k/fpsp040/sint.S
| | sint.sa 3.1 12/10/90 | | The entry point sINT computes the rounded integer | equivalent of the input argument, sINTRZ computes | the integer rounded to zero of the input argument. | | Entry points sint and sintrz are called from do_func | to emulate the fint and fintrz unimplemented instructions, | respectively. E...
AirFortressIlikara/LS2K0300-linux-4.19
3,410
arch/m68k/fpsp040/ssinh.S
| | ssinh.sa 3.1 12/10/90 | | The entry point sSinh computes the hyperbolic sine of | an input argument; sSinhd does the same except for denormalized | input. | | Input: Double-extended number X in location pointed to | by address register a0. | | Output: The value sinh(X) returned in flo...
AirFortressIlikara/LS2K0300-linux-4.19
11,802
arch/m68k/fpsp040/skeleton.S
| | skeleton.sa 3.2 4/26/91 | | This file contains code that is system dependent and will | need to be modified to install the FPSP. | | Each entry point for exception 'xxxx' begins with a 'jmp fpsp_xxxx'. | Put any target system specific handling that must be done immediately | before the jump instruction. If there n...
AirFortressIlikara/LS2K0300-linux-4.19
12,287
arch/m68k/fpsp040/srem_mod.S
| | srem_mod.sa 3.1 12/10/90 | | The entry point sMOD computes the floating point MOD of the | input values X and Y. The entry point sREM computes the floating | point (IEEE) REM of the input values X and Y. | | INPUT | ----- | Double-extended value Y is pointed to by address in register |...
AirFortressIlikara/LS2K0300-linux-4.19
2,257
arch/m68k/fpsp040/x_unsupp.S
| | x_unsupp.sa 3.3 7/1/91 | | fpsp_unsupp --- FPSP handler for unsupported data type exception | | Trap vector #55 (See table 8-1 Mc68030 User's manual). | Invoked when the user program encounters a data format (packed) that | hardware does not support or a data type (denormalized numbers or un- | normalized numbers)....
AirFortressIlikara/LS2K0300-linux-4.19
6,961
arch/m68k/fpsp040/x_unfl.S
| | x_unfl.sa 3.4 7/1/91 | | fpsp_unfl --- FPSP handler for underflow exception | | Trap disabled results | For 881/2 compatibility, sw must denormalize the intermediate | result, then store the result. Denormalization is accomplished | by taking the intermediate result (which is always normalized) and | shifting the ...
AirFortressIlikara/LS2K0300-linux-4.19
10,551
arch/m68k/ifpsp060/os.S
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP |M68000 Hi-Performance Microprocessor Division |M68060 Software Package |Production Release P1.00 -- October 10, 1994 | |M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. | |...
AirFortressIlikara/LS2K0300-linux-4.19
9,892
arch/m68k/ifpsp060/iskeleton.S
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP |M68000 Hi-Performance Microprocessor Division |M68060 Software Package |Production Release P1.00 -- October 10, 1994 | |M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. | |...
AirFortressIlikara/LS2K0300-linux-4.19
10,690
arch/m68k/ifpsp060/fskeleton.S
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP |M68000 Hi-Performance Microprocessor Division |M68060 Software Package |Production Release P1.00 -- October 10, 1994 | |M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. | |...
AirFortressIlikara/LS2K0300-linux-4.19
36,342
arch/m68k/math-emu/fp_util.S
/* * fp_util.S * * Copyright Roman Zippel, 1997. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, and the ...
AirFortressIlikara/LS2K0300-linux-4.19
5,656
arch/m68k/math-emu/fp_cond.S
/* * fp_cond.S * * Copyright Roman Zippel, 1997. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, and the ...
AirFortressIlikara/LS2K0300-linux-4.19
6,805
arch/m68k/math-emu/fp_entry.S
/* * fp_emu.S * * Copyright Roman Zippel, 1997. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, and the e...
AirFortressIlikara/LS2K0300-linux-4.19
5,643
arch/m68k/math-emu/fp_move.S
/* * fp_move.S * * Copyright Roman Zippel, 1997. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, and the ...
AirFortressIlikara/LS2K0300-linux-4.19
8,176
arch/m68k/math-emu/fp_movem.S
/* * fp_movem.S * * Copyright Roman Zippel, 1997. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, and the...
AirFortressIlikara/LS2K0300-linux-4.19
11,682
arch/m68k/math-emu/fp_scan.S
/* * fp_scan.S * * Copyright Roman Zippel, 1997. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, and the ...
AirFortressIlikara/LS2K0300-linux-4.19
8,421
arch/m68k/68000/head.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * head.S - Common startup code for 68000 core based CPU's * * 2012.10.21, Luis Alves <ljalvs@gmail.com>, Single head.S file for all * 68000 core based CPU's. Based on the sources from: * Coldfire by Greg Ungerer <gerg@snapgear.com> * 68...
AirFortressIlikara/LS2K0300-linux-4.19
5,729
arch/m68k/68000/entry.S
/* * entry.S -- non-mmu 68000 interrupt and exception entry points * * Copyright (C) 1991, 1992 Linus Torvalds * * This file is subject to the terms and conditions of the GNU General Public * License. See the file README.legal in the main directory of this archive * for more details. * * Linux/m68k support...
AirFortressIlikara/LS2K0300-linux-4.19
3,254
arch/m68k/lib/umodsi3.S
/* libgcc1 routines for 68000 w/o floating-point hardware. Copyright (C) 1994, 1996, 1997, 1998 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC 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 Foundatio...
AirFortressIlikara/LS2K0300-linux-4.19
4,971
arch/m68k/lib/udivsi3.S
/* libgcc1 routines for 68000 w/o floating-point hardware. Copyright (C) 1994, 1996, 1997, 1998 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC 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 Foundatio...
AirFortressIlikara/LS2K0300-linux-4.19
3,419
arch/m68k/lib/divsi3.S
/* libgcc1 routines for 68000 w/o floating-point hardware. Copyright (C) 1994, 1996, 1997, 1998 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC 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 Foundatio...
AirFortressIlikara/LS2K0300-linux-4.19
3,253
arch/m68k/lib/modsi3.S
/* libgcc1 routines for 68000 w/o floating-point hardware. Copyright (C) 1994, 1996, 1997, 1998 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC 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 Foundatio...
AirFortressIlikara/LS2K0300-linux-4.19
3,122
arch/m68k/lib/mulsi3.S
/* libgcc1 routines for 68000 w/o floating-point hardware. Copyright (C) 1994, 1996, 1997, 1998 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC 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 Foundatio...
AirFortressIlikara/LS2K0300-linux-4.19
12,033
arch/m68k/mac/mac_penguin.S
/* SPDX-License-Identifier: GPL-2.0 */ .byte \ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0F,0xFF,0xFF,0xFF,0xFF,0xF0,0x00,0x00,0x00,0...
AirFortressIlikara/LS2K0300-linux-4.19
30,683
arch/m68k/ifpsp060/src/ilsp.S
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP M68000 Hi-Performance Microprocessor Division M68060 Software Package Production Release P1.00 -- October 10, 1994 M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. THE SOFTW...
AirFortressIlikara/LS2K0300-linux-4.19
293,708
arch/m68k/ifpsp060/src/fplsp.S
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP M68000 Hi-Performance Microprocessor Division M68060 Software Package Production Release P1.00 -- October 10, 1994 M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. THE SOFTW...
AirFortressIlikara/LS2K0300-linux-4.19
462,529
arch/m68k/ifpsp060/src/pfpsp.S
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP M68000 Hi-Performance Microprocessor Division M68060 Software Package Production Release P1.00 -- October 10, 1994 M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. THE SOFTW...
AirFortressIlikara/LS2K0300-linux-4.19
761,576
arch/m68k/ifpsp060/src/fpsp.S
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP M68000 Hi-Performance Microprocessor Division M68060 Software Package Production Release P1.00 -- October 10, 1994 M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. THE SOFTW...
AirFortressIlikara/LS2K0300-linux-4.19
29,213
arch/m68k/ifpsp060/src/ftest.S
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP M68000 Hi-Performance Microprocessor Division M68060 Software Package Production Release P1.00 -- October 10, 1994 M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. THE SOFTW...
AirFortressIlikara/LS2K0300-linux-4.19
126,514
arch/m68k/ifpsp060/src/isp.S
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP M68000 Hi-Performance Microprocessor Division M68060 Software Package Production Release P1.00 -- October 10, 1994 M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. THE SOFTW...
AirFortressIlikara/LS2K0300-linux-4.19
105,822
arch/m68k/ifpsp060/src/itest.S
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP M68000 Hi-Performance Microprocessor Division M68060 Software Package Production Release P1.00 -- October 10, 1994 M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. THE SOFTW...
AirFortressIlikara/LS2K0300-linux-4.19
5,258
arch/um/kernel/dyn.lds.S
#include <asm/vmlinux.lds.h> #include <asm/page.h> OUTPUT_FORMAT(ELF_FORMAT) OUTPUT_ARCH(ELF_ARCH) ENTRY(_start) jiffies = jiffies_64; SECTIONS { PROVIDE (__executable_start = START); . = START + SIZEOF_HEADERS; .interp : { *(.interp) } __binary_start = .; . = ALIGN(4096); /* Init code and data */ ...
AirFortressIlikara/LS2K0300-linux-4.19
2,474
arch/um/kernel/uml.lds.S
/* SPDX-License-Identifier: GPL-2.0 */ #include <asm/vmlinux.lds.h> #include <asm/page.h> OUTPUT_FORMAT(ELF_FORMAT) OUTPUT_ARCH(ELF_ARCH) ENTRY(_start) jiffies = jiffies_64; SECTIONS { /* This must contain the right address - not quite the default ELF one.*/ PROVIDE (__executable_start = START); /* Static binar...
AirFortressIlikara/LS2K0300-linux-4.19
1,697
arch/um/include/asm/common.lds.S
/* SPDX-License-Identifier: GPL-2.0 */ #include <asm-generic/vmlinux.lds.h> .fini : { *(.fini) } =0x9090 _etext = .; PROVIDE (etext = .); . = ALIGN(4096); _sdata = .; PROVIDE (sdata = .); RODATA .unprotected : { *(.unprotected) } . = ALIGN(4096); PROVIDE (_unprotected_end = .); . = AL...
AirFortressIlikara/LS2K0300-linux-4.19
2,028
arch/loongarch/power/hibernate_asm.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Hibernation support specific for loongarch - temporary page tables * * Licensed under the GPLv2 * * Copyright (C) 2009 Lemote Inc. * Author: Hu Hongbing <huhb@lemote.com> * Wu Zhangjin <wuzhangjin@gmail.com> * Copyright (C) 2020 Loongson Technology Co., Ltd. */ #i...
AirFortressIlikara/LS2K0300-linux-4.19
2,853
arch/loongarch/power/suspend_asm.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * 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. * * Sleep helper for Loongson-3 sleep mode. * * Copyright (C) 2020 Loongson Technology Co., Ltd. * ...
AirFortressIlikara/LS2K0300-linux-4.19
1,610
arch/loongarch/vdso/vdso.lds.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020 Loongson Technology Corporation 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, o...
AirFortressIlikara/LS2K0300-linux-4.19
4,024
arch/loongarch/kernel/head.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * 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) 1994, 1995 Waldorf Electronics * Written by Ralf Baechle and Andreas Busse * Copyri...
AirFortressIlikara/LS2K0300-linux-4.19
10,168
arch/loongarch/kernel/scall-trans-mips64.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. * * Copyright (C) 1995, 96, 97, 98, 99, 2000, 01, 02 by Ralf Baechle * Copyright (C) 1999, 2000 Silicon Graphics, Inc. * Copyright (C) 2001 ...
AirFortressIlikara/LS2K0300-linux-4.19
3,495
arch/loongarch/kernel/scall64-64.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * 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) 1995, 96, 97, 98, 99, 2000, 01, 02 by Ralf Baechle * Copyright (C) 1999, 2000 Silico...
AirFortressIlikara/LS2K0300-linux-4.19
15,408
arch/loongarch/kernel/scall-trans-i386.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. * * Copyright (C) 1995, 96, 97, 98, 99, 2000, 01, 02 by Ralf Baechle * Copyright (C) 1999, 2000 Silicon Graphics, Inc. * Copyright (C) 2001 ...
AirFortressIlikara/LS2K0300-linux-4.19
4,440
arch/loongarch/kernel/entry.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * 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) 1994 - 2000, 2001, 2003 Ralf Baechle * Copyright (C) 1999, 2000 Silicon Graphics, In...
AirFortressIlikara/LS2K0300-linux-4.19
2,671
arch/loongarch/kernel/relocate_kernel.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * relocate_kernel.S for kexec * * Copyright (C) 2020-2023 Loongson Technology Corporation Limited */ #include <linux/kexec.h> #include <asm/asm.h> #include <asm/asmmacro.h> #include <asm/regdef.h> #include <asm/loongarchregs.h> #include <asm/stackframe.h> #include <asm/ad...
AirFortressIlikara/LS2K0300-linux-4.19
16,568
arch/loongarch/kernel/fpu.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * 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) 2019 Pei Huang <huangpei@loongson.cn> * Copyright (C) 2019 Lu Zeng <zenglu@loongson....
AirFortressIlikara/LS2K0300-linux-4.19
4,047
arch/loongarch/kernel/mcount_dyn.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Based on arch/arm64/kernel/entry-ftrace.S * * Copyright (C) 2013 Linaro Limited * Copyright (C) 2020 Loongson Technology Corporation Limited */ #include <asm/export.h> #include <asm/regdef.h> #include <asm/stackframe.h> #include <asm/ftrace.h> #include <asm/unwind_hints...
AirFortressIlikara/LS2K0300-linux-4.19
1,474
arch/loongarch/kernel/switch.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * 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) 1994, 1995, 1996, 1998, 1999, 2002, 2003 Ralf Baechle * Copyright (C) 1996 David S. ...
AirFortressIlikara/LS2K0300-linux-4.19
2,319
arch/loongarch/kernel/mcount.S
/* * LoongArch specific _mcount support * * 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) 2009 Lemote Inc. & DSLab, Lanzhou University, China * Copyright (C) 2010 DSLab, La...
AirFortressIlikara/LS2K0300-linux-4.19
3,908
arch/loongarch/kernel/vmlinux.lds.S
/* SPDX-License-Identifier: GPL-2.0 */ #include <asm/asm-offsets.h> #include <asm/thread_info.h> #include <asm/orc_lookup.h> #define PAGE_SIZE _PAGE_SIZE #define RO_EXCEPTION_TABLE_ALIGN 4 /* * Put .bss..swapper_pg_dir as the first thing in .bss. This will * ensure that it has .bss alignment (64K). */ #define BSS_...
AirFortressIlikara/LS2K0300-linux-4.19
4,783
arch/loongarch/kernel/genex.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2021 Loongson Technology Corporation Limited */ #include <linux/init.h> #include <asm/asm.h> #include <asm/asmmacro.h> #include <asm/cacheops.h> #include <asm/irqflags.h> #include <asm/regdef.h> #include <asm/fpregdef.h> #include <asm/loongarchregs.h> #i...
AirFortressIlikara/LS2K0300-linux-4.19
3,808
arch/loongarch/lib/clear_user.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2021 Loongson Technology Corporation Limited */ #include <linux/linkage.h> #include <asm/alternative-asm.h> #include <asm/asmmacro.h> #include <asm/cpu.h> #include <asm/export.h> #include <asm/regdef.h> #include <asm/asm-extable.h> .irp to, 0, 1, 2, 3,...
AirFortressIlikara/LS2K0300-linux-4.19
2,946
arch/loongarch/lib/memcpy.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2021 Loongson Technology Corporation Limited */ #include <linux/linkage.h> #include <asm/alternative-asm.h> #include <asm/asmmacro.h> #include <asm/cpu.h> #include <asm/export.h> #include <asm/regdef.h> SYM_FUNC_START_WEAK(memcpy) SYM_FUNC_START_ALIAS(...
AirFortressIlikara/LS2K0300-linux-4.19
1,477
arch/loongarch/lib/unaligned.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2021 Loongson Technology Corporation Limited */ #include <linux/linkage.h> #include <asm/alternative-asm.h> #include <asm/asmmacro.h> #include <asm/cpu.h> #include <asm/export.h> #include <asm/regdef.h> #include <asm/errno.h> #include <asm/asm-extable.h...
AirFortressIlikara/LS2K0300-linux-4.19
2,479
arch/loongarch/lib/memmove.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2021 Loongson Technology Corporation Limited */ #include <linux/linkage.h> #include <asm/alternative-asm.h> #include <asm/asmmacro.h> #include <asm/cpu.h> #include <asm/export.h> #include <asm/regdef.h> SYM_FUNC_START_WEAK(memmove) SYM_FUNC_START_ALIAS...
AirFortressIlikara/LS2K0300-linux-4.19
2,359
arch/loongarch/lib/memset.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2021 Loongson Technology Corporation Limited */ #include <linux/linkage.h> #include <asm/alternative-asm.h> #include <asm/asmmacro.h> #include <asm/cpu.h> #include <asm/export.h> #include <asm/regdef.h> .macro fill_to_64 r0 bstrins.d \r0, \r0, 15, 8 ...
AirFortressIlikara/LS2K0300-linux-4.19
5,630
arch/loongarch/lib/copy_user.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2021 Loongson Technology Corporation Limited */ #include <linux/linkage.h> #include <asm/alternative-asm.h> #include <asm/asmmacro.h> #include <asm/cpu.h> #include <asm/export.h> #include <asm/regdef.h> #include <asm/asm-extable.h> .irp to, 0, 1, 2, 3,...
AirFortressIlikara/LS2K0300-linux-4.19
7,730
arch/loongarch/kvm/entry.S
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #include <linux/linkage.h> #include <asm/stackframe.h> #include <asm/asm.h> #include <asm/asmmacro.h> #include <asm/regdef.h> #include "kvm_compat.h" #define RESUME_HOST (1 << 1) #define GGPR_OFFSET(x) (KVM_...
AirFortressIlikara/LS2K0300-linux-4.19
14,537
arch/loongarch/mm/tlbex.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020 Loongson Technology Corporation Limited */ #include <linux/linkage.h> #include <asm/asm.h> #include <asm/export.h> #include <asm/page.h> #include <asm/regdef.h> #include <asm/loongarchregs.h> #include <asm/stackframe.h> #include <asm/pgtable.h> #define ...
AirFortressIlikara/LS2K0300-linux-4.19
1,482
arch/loongarch/boot/compressed/head.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * 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) 1994, 1995 Waldorf Electronics * Written by Ralf Baechle and Andreas Busse * Copyri...
AirFortressIlikara/LS2K0300-linux-4.19
4,055
arch/loongarch/boot/compressed/efi-header.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2013 - 2017 Linaro, Ltd. * Copyright (C) 2013, 2014 Red Hat, Inc. * Copyright (C) 2020, 2021 Loongson, 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 * publ...
AirFortressIlikara/LS2K0300-linux-4.19
1,715
arch/c6x/kernel/head.S
; ; Port on Texas Instruments TMS320C6x architecture ; ; Copyright (C) 2004, 2009, 2010, 2011 Texas Instruments Incorporated ; Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com) ; ; This program is free software; you can redistribute it and/or modify ; it under the terms of the GNU General Public License ver...
AirFortressIlikara/LS2K0300-linux-4.19
1,783
arch/c6x/kernel/vectors.S
; ; Port on Texas Instruments TMS320C6x architecture ; ; Copyright (C) 2004, 2006, 2009, 2010, 2011 Texas Instruments Incorporated ; Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com) ; ; This program is free software; you can redistribute it and/or modify ; it under the terms of the GNU General Public Licen...
AirFortressIlikara/LS2K0300-linux-4.19
15,959
arch/c6x/kernel/entry.S
; ; Port on Texas Instruments TMS320C6x architecture ; ; Copyright (C) 2004-2011 Texas Instruments Incorporated ; Author: Aurelien Jacquiot (aurelien.jacquiot@virtuallogix.com) ; Updated for 2.6.34: Mark Salter <msalter@redhat.com> ; ; This program is free software; you can redistribute it and/or modify ; it unde...
AirFortressIlikara/LS2K0300-linux-4.19
1,651
arch/c6x/kernel/switch_to.S
/* * Copyright (C) 2011 Texas Instruments Incorporated * Author: Mark Salter (msalter@redhat.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/link...
AirFortressIlikara/LS2K0300-linux-4.19
2,532
arch/c6x/kernel/vmlinux.lds.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * ld script for the c6x kernel * * Copyright (C) 2010, 2011 Texas Instruments Incorporated * Mark Salter <msalter@redhat.com> */ #include <asm-generic/vmlinux.lds.h> #include <asm/thread_info.h> #include <asm/page.h> ENTRY(_c_int00) #if defined(CONFIG_CPU_BIG_ENDIAN) j...
AirFortressIlikara/LS2K0300-linux-4.19
1,866
arch/c6x/lib/divi.S
;; Copyright 2010 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt <bernds@codesourcery.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 Software Foundation; either version 2 of the Licen...
AirFortressIlikara/LS2K0300-linux-4.19
1,126
arch/c6x/lib/pop_rts.S
;; Copyright 2010 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt <bernds@codesourcery.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 Software Foundation; either version 2 of the Licen...
AirFortressIlikara/LS2K0300-linux-4.19
2,634
arch/c6x/lib/remu.S
;; Copyright 2010 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt <bernds@codesourcery.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 Software Foundation; either version 2 of the Licen...
AirFortressIlikara/LS2K0300-linux-4.19
2,032
arch/c6x/lib/remi.S
;; Copyright 2010 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt <bernds@codesourcery.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 Software Foundation; either version 2 of the Licen...
AirFortressIlikara/LS2K0300-linux-4.19
1,150
arch/c6x/lib/strasgi_64plus.S
;; Copyright 2010 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt <bernds@codesourcery.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 Software Foundation; either version 2 of the Licen...
AirFortressIlikara/LS2K0300-linux-4.19
1,337
arch/c6x/lib/divremi.S
;; Copyright 2010 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt <bernds@codesourcery.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 Software Foundation; either version 2 of the Licen...
AirFortressIlikara/LS2K0300-linux-4.19
2,332
arch/c6x/lib/strasgi.S
;; Copyright 2010 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt <bernds@codesourcery.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 Software Foundation; either version 2 of the Licen...
AirFortressIlikara/LS2K0300-linux-4.19
1,066
arch/c6x/lib/negll.S
;; Copyright (C) 2010 Texas Instruments Incorporated ;; Contributed by Mark Salter <msalter@redhat.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 Software Foundation; either version 2 of the License, ...
AirFortressIlikara/LS2K0300-linux-4.19
1,283
arch/c6x/lib/llshr.S
;; Copyright (C) 2010 Texas Instruments Incorporated ;; Contributed by Mark Salter <msalter@redhat.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 Software Foundation; either version 2 of the License, ...
AirFortressIlikara/LS2K0300-linux-4.19
1,270
arch/c6x/lib/llshl.S
;; Copyright (C) 2010 Texas Instruments Incorporated ;; Contributed by Mark Salter <msalter@redhat.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 Software Foundation; either version 2 of the License, ...
AirFortressIlikara/LS2K0300-linux-4.19
1,122
arch/c6x/lib/push_rts.S
;; Copyright 2010 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt <bernds@codesourcery.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 Software Foundation; either version 2 of the Licen...
AirFortressIlikara/LS2K0300-linux-4.19
1,587
arch/c6x/lib/mpyll.S
;; Copyright (C) 2010 Texas Instruments Incorporated ;; Contributed by Mark Salter <msalter@redhat.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 Software Foundation; either version 2 of the License, ...
AirFortressIlikara/LS2K0300-linux-4.19
7,639
arch/c6x/lib/csum_64plus.S
; ; linux/arch/c6x/lib/csum_64plus.s ; ; Port on Texas Instruments TMS320C6x architecture ; ; Copyright (C) 2006, 2009, 2010, 2011 Texas Instruments Incorporated ; Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com) ; ; This program is free software; you can redistribute it and/or modify ; it under the terms...
AirFortressIlikara/LS2K0300-linux-4.19
2,688
arch/c6x/lib/divremu.S
;; Copyright 2011 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt <bernds@codesourcery.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 Software Foundation; either version 2 of the Licen...
AirFortressIlikara/LS2K0300-linux-4.19
3,249
arch/c6x/lib/divu.S
;; Copyright 2010 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt <bernds@codesourcery.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 Software Foundation; either version 2 of the Licen...
AirFortressIlikara/LS2K0300-linux-4.19
1,282
arch/c6x/lib/llshru.S
;; Copyright (C) 2010 Texas Instruments Incorporated ;; Contributed by Mark Salter <msalter@redhat.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 Software Foundation; either version 2 of the License, ...
AirFortressIlikara/LS2K0300-linux-4.19
11,011
arch/microblaze/kernel/head.S
/* * Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu> * Copyright (C) 2007-2009 PetaLogix * Copyright (C) 2006 Atmark Techno, Inc. * * MMU code derived from arch/ppc/kernel/head_4xx.S: * Copyright (c) 1995-1996 Gary Thomas <gdt@linuxppc.org> * Initial PowerPC version. * Copyright (c) 1996 Cort...
AirFortressIlikara/LS2K0300-linux-4.19
10,365
arch/microblaze/kernel/syscall_table.S
/* SPDX-License-Identifier: GPL-2.0 */ ENTRY(sys_call_table) .long sys_restart_syscall /* 0 - old "setup()" system call, * used for restarting */ .long sys_exit .long sys_fork .long sys_read .long sys_write .long sys_open /* 5 */ .long sys_close .long sys_waitpid .long sys_creat .long sys_link .long ...
AirFortressIlikara/LS2K0300-linux-4.19
29,174
arch/microblaze/kernel/entry.S
/* * Low-level system-call handling, trap handlers and context-switching * * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> * Copyright (C) 2008-2009 PetaLogix * Copyright (C) 2003 John Williams <jwilliams@itee.uq.edu.au> * Copyright (C) 2001,2002 NEC Corporation * Copyright (C) 2001,2002 Miles Bader <...
AirFortressIlikara/LS2K0300-linux-4.19
15,136
arch/microblaze/kernel/entry-nommu.S
/* * Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu> * Copyright (C) 2007-2009 PetaLogix * Copyright (C) 2006 Atmark Techno, 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
34,475
arch/microblaze/kernel/hw_exception_handler.S
/* * Exception handling for Microblaze * * Rewriten interrupt handling * * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> * Copyright (C) 2008-2009 PetaLogix * * uClinux customisation (C) 2005 John Williams * * MMU code derived from arch/ppc/kernel/head_4xx.S: * Copyright (C) 1995-1996 Gary Thomas <...
AirFortressIlikara/LS2K0300-linux-4.19
1,363
arch/microblaze/kernel/misc.S
/* * Miscellaneous low-level MMU functions. * * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> * Copyright (C) 2008-2009 PetaLogix * Copyright (C) 2007 Xilinx, Inc. All rights reserved. * * Derived from arch/ppc/kernel/misc.S * * This file is subject to the terms and conditions of the GNU General * ...
AirFortressIlikara/LS2K0300-linux-4.19
4,066
arch/microblaze/kernel/mcount.S
/* * Low-level ftrace handling * * Copyright (C) 2009 Michal Simek <monstr@monstr.eu> * Copyright (C) 2009 PetaLogix * * 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/linka...
AirFortressIlikara/LS2K0300-linux-4.19
2,802
arch/microblaze/kernel/vmlinux.lds.S
/* * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> * Copyright (C) 2008-2009 PetaLogix * Copyright (C) 2006 Atmark Techno, 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
2,013
arch/microblaze/lib/umodsi3.S
/* SPDX-License-Identifier: GPL-2.0 */ #include <linux/linkage.h> /* * Unsigned modulo operation for 32 bit integers. * Input : op1 in Reg r5 * op2 in Reg r6 * Output: op1 mod op2 in Reg r3 */ .text .globl __umodsi3 .type __umodsi3, @function .ent __umodsi3 __umodsi3: .frame r1, 0, r15 addik r1, r1, -12...
AirFortressIlikara/LS2K0300-linux-4.19
1,958
arch/microblaze/lib/udivsi3.S
/* SPDX-License-Identifier: GPL-2.0 */ #include <linux/linkage.h> /* * Unsigned divide operation. * Input : Divisor in Reg r5 * Dividend in Reg r6 * Output: Result in Reg r3 */ .text .globl __udivsi3 .type __udivsi3, @function .ent __udivsi3 __udivsi3: .frame r1, 0, r15 addik r1, r1, -12 swi r29, r1, 0 sw...
AirFortressIlikara/LS2K0300-linux-4.19
1,789
arch/microblaze/lib/divsi3.S
/* SPDX-License-Identifier: GPL-2.0 */ #include <linux/linkage.h> /* * Divide operation for 32 bit integers. * Input : Dividend in Reg r5 * Divisor in Reg r6 * Output: Result in Reg r3 */ .text .globl __divsi3 .type __divsi3, @function .ent __divsi3 __divsi3: .frame r1, 0, r15 addik r1, r1, -16 swi r28, r1, 0...
AirFortressIlikara/LS2K0300-linux-4.19
20,680
arch/microblaze/lib/fastcopy.S
/* * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> * Copyright (C) 2008-2009 PetaLogix * Copyright (C) 2008 Jim Law - Iris LP All rights reserved. * * 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...
AirFortressIlikara/LS2K0300-linux-4.19
5,281
arch/microblaze/lib/uaccess_old.S
/* * Copyright (C) 2009 Michal Simek <monstr@monstr.eu> * Copyright (C) 2009 PetaLogix * Copyright (C) 2007 LynuxWorks, 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. */ #include <l...
AirFortressIlikara/LS2K0300-linux-4.19
1,798
arch/microblaze/lib/modsi3.S
/* SPDX-License-Identifier: GPL-2.0 */ #include <linux/linkage.h> /* * modulo operation for 32 bit integers. * Input : op1 in Reg r5 * op2 in Reg r6 * Output: op1 mod op2 in Reg r3 */ .text .globl __modsi3 .type __modsi3, @function .ent __modsi3 __modsi3: .frame r1, 0, r15 addik r1, r1, -16 swi r28, r1, 0 ...
AirFortressIlikara/LS2K0300-linux-4.19
6,182
arch/hexagon/kernel/head.S
/* * Early kernel startup code for Hexagon * * Copyright (c) 2010-2013, The Linux Foundation. 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 and * only version 2 as published by the Free Software Fo...
AirFortressIlikara/LS2K0300-linux-4.19
10,823
arch/hexagon/kernel/vm_entry.S
/* * Event entry/exit for Hexagon * * Copyright (c) 2010-2013, The Linux Foundation. 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 and * only version 2 as published by the Free Software Foundation. *...
AirFortressIlikara/LS2K0300-linux-4.19
12,797
arch/hexagon/kernel/vm_init_segtable.S
/* * Initial page table for Linux kernel under Hexagon VM, * * Copyright (c) 2010-2011, The Linux Foundation. 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 and * only version 2 as published by the Fre...
AirFortressIlikara/LS2K0300-linux-4.19
2,281
arch/hexagon/kernel/vm_ops.S
/* * Hexagon VM instruction support * * Copyright (c) 2010-2011, The Linux Foundation. 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 and * only version 2 as published by the Free Software Foundation. ...
AirFortressIlikara/LS2K0300-linux-4.19
1,262
arch/hexagon/kernel/vm_vectors.S
/* * Event jump tables * * Copyright (c) 2010-2012,2013, The Linux Foundation. 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 and * only version 2 as published by the Free Software Foundation. * * Th...