repo_id
stringlengths
5
115
size
int64
590
5.01M
file_path
stringlengths
4
212
content
stringlengths
590
5.01M
aixcc-public/challenge-001-exemplar-source
3,635
arch/mips/kernel/relocate_kernel.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * relocate_kernel.S for kexec * Created by <nschichan@corp.free.fr> on Thu Oct 12 17:49:57 2006 */ #include <asm/asm.h> #include <asm/asmmacro.h> #include <asm/regdef.h> #include <asm/mipsregs.h> #include <asm/stackframe.h> #include <asm/addrspace.h> #include <kernel-...
aixcc-public/challenge-001-exemplar-source
13,311
arch/mips/kernel/bmips_5xxx_init.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) 2011-2012 by Broadcom Corporation * * Init for bmips 5000. * Used to init second core in dual core 5000's. */ #include...
aixcc-public/challenge-001-exemplar-source
1,546
arch/mips/kernel/r4k_switch.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) 1994, 1995, 1996, 1998, 1999, 2002, 2003 Ralf Baechle * Copyright (C) 1996 David S. Miller (davem@davemloft.net) * Copyrig...
aixcc-public/challenge-001-exemplar-source
2,752
arch/mips/kernel/scall64-n64.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 ...
aixcc-public/challenge-001-exemplar-source
5,058
arch/mips/kernel/cps-vec-ns16550.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2015 Imagination Technologies * Author: Paul Burton <paul.burton@mips.com> */ #include <asm/addrspace.h> #include <asm/asm.h> #include <asm/asm-offsets.h> #include <asm/mipsregs.h> #include <asm/regdef.h> #include <linux/serial_reg.h> #define UART_...
aixcc-public/challenge-001-exemplar-source
2,548
arch/mips/kernel/scall64-n32.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 by Ralf Baechle * Copyright (C) 1999, 2000 Silicon Graphics, Inc. * Copyright (C) 2001 MIPS...
aixcc-public/challenge-001-exemplar-source
1,495
arch/mips/kernel/r2300_switch.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * r2300_switch.S: R2300 specific task switching code. * * Copyright (C) 1994, 1995, 1996, 1999 by Ralf Baechle * Copyright (C) 1994, 1995, 1996 by Andreas Busse * * Multi-cpu abstraction and macros for easier reading: * Copyright (C) 1996 David S. Miller (davem@davemloft...
aixcc-public/challenge-001-exemplar-source
5,267
arch/mips/kernel/scall64-o32.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 - 2000, 2001 by Ralf Baechle * Copyright (C) 1999, 2000 Silicon Graphics, Inc. * Copyright (C) 2001 MIPS Technologies...
aixcc-public/challenge-001-exemplar-source
4,466
arch/mips/kernel/mcount.S
/* * MIPS 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, Lanzhou...
aixcc-public/challenge-001-exemplar-source
5,038
arch/mips/kernel/vmlinux.lds.S
/* SPDX-License-Identifier: GPL-2.0 */ #include <asm/asm-offsets.h> #include <asm/thread_info.h> #define PAGE_SIZE _PAGE_SIZE /* * Put .bss..swapper_pg_dir as the first thing in .bss. This will * ensure that it has .bss alignment (64K). */ #define BSS_FIRST_SECTIONS *(.bss..swapper_pg_dir) /* Cavium Octeon should...
aixcc-public/challenge-001-exemplar-source
14,543
arch/mips/kernel/genex.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) 1994 - 2000, 2001, 2003 Ralf Baechle * Copyright (C) 1999, 2000 Silicon Graphics, Inc. * Copyright (C) 2002, 2007 Maciej ...
aixcc-public/challenge-001-exemplar-source
12,194
arch/mips/kernel/cps-vec.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2013 Imagination Technologies * Author: Paul Burton <paul.burton@mips.com> */ #include <asm/addrspace.h> #include <asm/asm.h> #include <asm/asm-offsets.h> #include <asm/asmmacro.h> #include <asm/cacheops.h> #include <asm/eva.h> #include <asm/mipsreg...
aixcc-public/challenge-001-exemplar-source
5,216
arch/mips/kernel/scall32-o32.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-99, 2000- 02, 06 Ralf Baechle <ralf@linux-mips.org> * Copyright (C) 2001 MIPS Technologies, Inc. * Copyright (C) 2004...
aixcc-public/challenge-001-exemplar-source
10,172
arch/mips/crypto/chacha-core.S
/* SPDX-License-Identifier: GPL-2.0 OR MIT */ /* * Copyright (C) 2016-2018 René van Dorst <opensource@vdorst.com>. All Rights Reserved. * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */ #define MASK_U32 0x3c #define CHACHA20_BLOCK_SIZE 64 #define STACK_SIZE 32 #define X0 $t0...
aixcc-public/challenge-001-exemplar-source
12,617
arch/mips/cavium-octeon/octeon-memcpy.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. * * Unified implementation of memcpy, memmove and the __copy_user backend. * * Copyright (C) 1998, 99, 2000, 01, 2002 Ralf Baechle (ralf@gnu...
aixcc-public/challenge-001-exemplar-source
1,439
arch/mips/lib/strnlen_user.S
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (c) 1996, 1998, 1999, 2004 by Ralf Baechle * Copyright (c) 1999 Silicon Graphics, Inc. */ #include <asm/asm.h> #include <asm/a...
aixcc-public/challenge-001-exemplar-source
17,966
arch/mips/lib/memcpy.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. * * Unified implementation of memcpy, memmove and the __copy_user backend. * * Copyright (C) 1998, 99, 2000, 01, 2002 Ralf Baechle (ralf@gnu...
aixcc-public/challenge-001-exemplar-source
7,682
arch/mips/lib/memset.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) 1998, 1999, 2000 by Ralf Baechle * Copyright (C) 1999, 2000 Silicon Graphics, Inc. * Copyright (C) 2007 by Maciej W. Rozyc...
aixcc-public/challenge-001-exemplar-source
1,417
arch/mips/lib/strncpy_user.S
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1996, 1999 by Ralf Baechle * Copyright (C) 2011 MIPS Technologies, Inc. */ #include <linux/errno.h> #include <asm/asm.h> #...
aixcc-public/challenge-001-exemplar-source
16,274
arch/mips/lib/csum_partial.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. * * Quick'n'dirty IP checksum ... * * Copyright (C) 1998, 1999 Ralf Baechle * Copyright (C) 1999 Silicon Graphics, Inc. * Copyright (C) 20...
aixcc-public/challenge-001-exemplar-source
4,407
arch/mips/kvm/msa.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. * * MIPS SIMD Architecture (MSA) context handling code for KVM. * * Copyright (C) 2015 Imagination Technologies Ltd. */ #include <asm/asm....
aixcc-public/challenge-001-exemplar-source
3,064
arch/mips/kvm/fpu.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. * * FPU context handling code for KVM. * * Copyright (C) 2015 Imagination Technologies Ltd. */ #include <asm/asm.h> #include <asm/asm-offs...
aixcc-public/challenge-001-exemplar-source
3,975
arch/mips/mm/cex-sb1.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2001,2002,2003 Broadcom Corporation */ #include <asm/asm.h> #include <asm/regdef.h> #include <asm/mipsregs.h> #include <asm/stackframe.h> #include <asm/cacheops.h> #include <asm/sibyte/board.h> #define C0_ERRCTL $26 /* CP0: Error info */ #...
aixcc-public/challenge-001-exemplar-source
1,452
arch/mips/mm/page-funcs.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. * * Micro-assembler generated clear_page/copy_page functions. * * Copyright (C) 2012 MIPS Technologies, Inc. * Copyright (C) 2012 Ralf Ba...
aixcc-public/challenge-001-exemplar-source
1,501
arch/mips/mm/cex-oct.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) 2006 Cavium Networks * Cache error handler */ #include <asm/asm.h> #include <asm/regdef.h> #include <asm/mipsregs.h> #inc...
aixcc-public/challenge-001-exemplar-source
1,085
arch/mips/boot/compressed/head.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) 1994, 1995 Waldorf Electronics * Written by Ralf Baechle and Andreas Busse * Copyright (C) 1995 - 1999 Ralf Baechle * Cop...
aixcc-public/challenge-001-exemplar-source
2,902
arch/mips/fw/lib/call_o32.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * O32 interface for the 64 (or N32) ABI. * * Copyright (C) 2002, 2014 Maciej W. Rozycki */ #include <asm/asm.h> #include <asm/regdef.h> /* O32 register size. */ #define O32_SZREG 4 /* Maximum number of arguments supported. Must be even! */ #define O32_ARGC 32...
aixcc-public/challenge-001-exemplar-source
5,027
arch/mips/alchemy/common/sleeper.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright 2002 Embedded Edge, LLC * Author: dan@embeddededge.com * * Sleep helper for Au1xxx sleep mode. */ #include <asm/asm.h> #include <asm/mipsregs.h> #include <asm/regdef.h> #include <asm/stackframe.h> .extern __flush_cache_all .text .set noreorder ....
aixcc-public/challenge-001-exemplar-source
11,409
arch/powerpc/kexec/relocate_32.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * This file contains kexec low-level functions. * * Copyright (C) 2002-2003 Eric Biederman <ebiederm@xmission.com> * GameCube/ppc32 port Copyright (C) 2004 Albert Herranz * PPC44x port. Copyright (C) 2011, IBM Corporation * Author: Suzuki Poulose <suzuki@in.i...
aixcc-public/challenge-001-exemplar-source
6,972
arch/powerpc/kernel/cpu_setup_e500.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * This file contains low level CPU setup functions. * Kumar Gala <galak@kernel.crashing.org> * Copyright 2009 Freescale Semiconductor, Inc. * * Based on cpu_setup_6xx code by * Benjamin Herrenschmidt <benh@kernel.crashing.org> */ #include <asm/page.h> #include ...
aixcc-public/challenge-001-exemplar-source
8,714
arch/powerpc/kernel/entry_64.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * PowerPC version * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) * Rewritten by Cort Dougan (cort@cs.nmt.edu) for PReP * Copyright (C) 1996 Cort Dougan <cort@cs.nmt.edu> * Adapted for Power Macintosh by Paul Mackerras. * Low-level exception h...
aixcc-public/challenge-001-exemplar-source
10,505
arch/powerpc/kernel/l2cr_6xx.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* L2CR functions Copyright © 1997-1998 by PowerLogix R & D, Inc. */ /* Thur, Dec. 12, 1998. - First public release, contributed by PowerLogix. *********** Sat, Aug. 7, 1999. - Terry: Made sure code disabled interrupts before running. (Previously it was assumed...
aixcc-public/challenge-001-exemplar-source
3,975
arch/powerpc/kernel/cpu_setup_ppc970.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * This file contains low level CPU setup functions. * Copyright (C) 2003 Benjamin Herrenschmidt (benh@kernel.crashing.org) */ #include <asm/processor.h> #include <asm/page.h> #include <asm/cputable.h> #include <asm/ppc_asm.h> #include <asm/asm-offsets.h> #includ...
aixcc-public/challenge-001-exemplar-source
7,079
arch/powerpc/kernel/vector.S
/* SPDX-License-Identifier: GPL-2.0 */ #include <asm/processor.h> #include <asm/ppc_asm.h> #include <asm/reg.h> #include <asm/asm-offsets.h> #include <asm/cputable.h> #include <asm/thread_info.h> #include <asm/page.h> #include <asm/ptrace.h> #include <asm/export.h> #include <asm/asm-compat.h> /* * Load state from mem...
aixcc-public/challenge-001-exemplar-source
1,152
arch/powerpc/kernel/epapr_hcalls.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2012 Freescale Semiconductor, Inc. */ #include <linux/threads.h> #include <asm/epapr_hcalls.h> #include <asm/reg.h> #include <asm/page.h> #include <asm/cputable.h> #include <asm/thread_info.h> #include <asm/ppc_asm.h> #include <asm/asm-compat.h> #inc...
aixcc-public/challenge-001-exemplar-source
8,273
arch/powerpc/kernel/swsusp_32.S
/* SPDX-License-Identifier: GPL-2.0 */ #include <linux/threads.h> #include <asm/processor.h> #include <asm/page.h> #include <asm/cputable.h> #include <asm/thread_info.h> #include <asm/ppc_asm.h> #include <asm/asm-offsets.h> #include <asm/mmu.h> #include <asm/feature-fixups.h> /* * Structure for storing CPU registers ...
aixcc-public/challenge-001-exemplar-source
31,467
arch/powerpc/kernel/head_85xx.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Kernel execution entry point code. * * Copyright (c) 1995-1996 Gary Thomas <gdt@linuxppc.org> * Initial PowerPC version. * Copyright (c) 1996 Cort Dougan <cort@cs.nmt.edu> * Rewritten for PReP * Copyright (c) 1996 Paul Mackerras <paulus@cs.anu.edu.au>...
aixcc-public/challenge-001-exemplar-source
2,503
arch/powerpc/kernel/reloc_64.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Code to process dynamic relocations in the kernel. * * Copyright 2008 Paul Mackerras, IBM Corp. */ #include <asm/ppc_asm.h> RELA = 7 RELASZ = 8 RELAENT = 9 R_PPC64_RELATIVE = 22 R_PPC64_UADDR64 = 43 /* * r3 = desired final address of kernel */ _GLOBAL(reloca...
aixcc-public/challenge-001-exemplar-source
32,819
arch/powerpc/kernel/head_44x.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Kernel execution entry point code. * * Copyright (c) 1995-1996 Gary Thomas <gdt@linuxppc.org> * Initial PowerPC version. * Copyright (c) 1996 Cort Dougan <cort@cs.nmt.edu> * Rewritten for PReP * Copyright (c) 1996 Paul Mackerras <paulus@cs.a...
aixcc-public/challenge-001-exemplar-source
5,509
arch/powerpc/kernel/85xx_entry_mapping.S
/* SPDX-License-Identifier: GPL-2.0 */ /* 1. Find the index of the entry we're executing in */ bcl 20,31,$+4 /* Find our address */ invstr: mflr r6 /* Make it accessible */ mfmsr r7 rlwinm r4,r7,27,31,31 /* extract MSR[IS] */ mfspr r7, SPRN_PID0 slwi r7,r7,16 or r7,r7,r4 mtspr SPRN_MAS6,r7 tlbsx 0,r6 ...
aixcc-public/challenge-001-exemplar-source
4,714
arch/powerpc/kernel/idle_6xx.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * This file contains the power_save function for 6xx & 7xxx CPUs * rewritten in assembler * * Warning ! This code assumes that if your machine has a 750fx * it will have PLL 1 set to low speed mode (used during NAP/DOZE). * if this is not the case some addit...
aixcc-public/challenge-001-exemplar-source
4,315
arch/powerpc/kernel/rtas_entry.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ #include <asm/asm-offsets.h> #include <asm/bug.h> #include <asm/page.h> #include <asm/ppc_asm.h> /* * RTAS is called with MSR IR, DR, EE disabled, and LR in the return address. * * Note: r3 is an input parameter to rtas, so don't trash it... */ #ifdef CONFIG_PPC32 ...
aixcc-public/challenge-001-exemplar-source
3,896
arch/powerpc/kernel/swsusp_85xx.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Based on swsusp_32.S, modified for FSL BookE by * Anton Vorontsov <avorontsov@ru.mvista.com> * Copyright (c) 2009-2010 MontaVista Software, LLC. */ #include <linux/threads.h> #include <asm/processor.h> #include <asm/page.h> #include <asm/cputable.h> #include <asm/thread_...
aixcc-public/challenge-001-exemplar-source
13,117
arch/powerpc/kernel/tm.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Transactional memory support routines to reclaim and recheckpoint * transactional process state. * * Copyright 2012 Matt Evans & Michael Neuling, IBM Corporation. */ #include <asm/asm-offsets.h> #include <asm/ppc_asm.h> #include <asm/ppc-opcode.h> #include <asm/ptrace.h...
aixcc-public/challenge-001-exemplar-source
3,715
arch/powerpc/kernel/fpu.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * FPU support code, moved here from head.S so that it can be used * by chips which use other head-whatever.S files. * * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) * Copyright (C) 1996 Cort Dougan <cort@cs.nmt.edu> * Copyright (C) 1996 Paul ...
aixcc-public/challenge-001-exemplar-source
1,316
arch/powerpc/kernel/ppc_save_regs.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 1996 Paul Mackerras. * * NOTE: assert(sizeof(buf) > 23 * sizeof(long)) */ #include <asm/processor.h> #include <asm/ppc_asm.h> #include <asm/asm-offsets.h> #include <asm/ptrace.h> #include <asm/asm-compat.h> /* * Grab the register values as they ar...
aixcc-public/challenge-001-exemplar-source
2,336
arch/powerpc/kernel/misc.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * This file contains miscellaneous low-level functions. * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) * * Largely rewritten by Cort Dougan (cort@cs.nmt.edu) * and Paul Mackerras. * * PPC64 updates by Dave Engebretsen (engebret@us.ibm.com) * * set...
aixcc-public/challenge-001-exemplar-source
11,096
arch/powerpc/kernel/cpu_setup_6xx.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * This file contains low level CPU setup functions. * Copyright (C) 2003 Benjamin Herrenschmidt (benh@kernel.crashing.org) */ #include <asm/processor.h> #include <asm/page.h> #include <asm/cputable.h> #include <asm/ppc_asm.h> #include <asm/asm-offsets.h> #includ...
aixcc-public/challenge-001-exemplar-source
1,274
arch/powerpc/kernel/note.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * PowerPC ELF notes. * * Copyright 2019, IBM Corporation */ #include <linux/elfnote.h> #include <asm/elfnote.h> /* * Ultravisor-capable bit (PowerNV only). * * Bit 0 indicates that the powerpc kernel binary knows how to run in an * ultravisor-enabled system. * * In ...
aixcc-public/challenge-001-exemplar-source
90,239
arch/powerpc/kernel/exceptions-64s.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * This file contains the 64-bit "server" PowerPC variant * of the low level exception handling including exception * vectors, exception return, part of the slb and stab * handling and other fixed offset specific things. * * This file is meant to be #included from head_64....
aixcc-public/challenge-001-exemplar-source
2,994
arch/powerpc/kernel/optprobes_head.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Code to prepare detour buffer for optprobes in Kernel. * * Copyright 2017, Anju T, IBM Corp. */ #include <asm/ppc_asm.h> #include <asm/ptrace.h> #include <asm/asm-offsets.h> #ifdef CONFIG_PPC64 #define SAVE_30GPRS(base) SAVE_GPRS(2, 31, base) #define REST_30GPR...
aixcc-public/challenge-001-exemplar-source
43,079
arch/powerpc/kernel/exceptions-64e.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Boot code and exception vectors for Book3E processors * * Copyright (C) 2007 Ben. Herrenschmidt (benh@kernel.crashing.org), IBM Corp. */ #include <linux/threads.h> #include <asm/reg.h> #include <asm/page.h> #include <asm/ppc_asm.h> #include <asm/asm-offsets.h>...
aixcc-public/challenge-001-exemplar-source
5,148
arch/powerpc/kernel/swsusp_asm64.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * PowerPC 64-bit swsusp implementation * * Copyright 2006 Johannes Berg <johannes@sipsolutions.net> */ #include <linux/threads.h> #include <asm/processor.h> #include <asm/page.h> #include <asm/cputable.h> #include <asm/thread_info.h> #include <asm/ppc_asm.h> #include ...
aixcc-public/challenge-001-exemplar-source
8,167
arch/powerpc/kernel/kvm_emul.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * * Copyright SUSE Linux Products GmbH 2010 * Copyright 2010-2011 Freescale Semiconductor, Inc. * * Authors: Alexander Graf <agraf@suse.de> */ #include <asm/ppc_asm.h> #include <asm/kvm_asm.h> #include <asm/reg.h> #include <asm/page.h> #include <asm/asm-offsets.h> #...
aixcc-public/challenge-001-exemplar-source
13,442
arch/powerpc/kernel/entry_32.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * PowerPC version * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) * Rewritten by Cort Dougan (cort@fsmlabs.com) for PReP * Copyright (C) 1996 Cort Dougan <cort@fsmlabs.com> * Adapted for Power Macintosh by Paul Mackerras. * Low-level exception ...
aixcc-public/challenge-001-exemplar-source
1,934
arch/powerpc/kernel/idle_85xx.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2008 Freescale Semiconductor, Inc. All rights reserved. * Dave Liu <daveliu@freescale.com> * copy from idle_6xx.S and modify for e500 based processor, * implement the power_save function in idle. */ #include <linux/threads.h> #include <asm/reg.h> ...
aixcc-public/challenge-001-exemplar-source
17,689
arch/powerpc/kernel/interrupt_64.S
#include <asm/asm-offsets.h> #include <asm/bug.h> #ifdef CONFIG_PPC_BOOK3S #include <asm/exception-64s.h> #else #include <asm/exception-64e.h> #endif #include <asm/feature-fixups.h> #include <asm/head-64.h> #include <asm/hw_irq.h> #include <asm/kup.h> #include <asm/mmu.h> #include <asm/ppc_asm.h> #include <asm/ptrace.h...
aixcc-public/challenge-001-exemplar-source
20,578
arch/powerpc/kernel/head_40x.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (c) 1995-1996 Gary Thomas <gdt@linuxppc.org> * Initial PowerPC version. * Copyright (c) 1996 Cort Dougan <cort@cs.nmt.edu> * Rewritten for PReP * Copyright (c) 1996 Paul Mackerras <paulus@cs.anu.edu.au> * Low-level exception ha...
aixcc-public/challenge-001-exemplar-source
22,551
arch/powerpc/kernel/head_8xx.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * PowerPC version * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) * Rewritten by Cort Dougan (cort@cs.nmt.edu) for PReP * Copyright (C) 1996 Cort Dougan <cort@cs.nmt.edu> * Low-level exception handlers and MMU support * rewritten by Paul Macker...
aixcc-public/challenge-001-exemplar-source
9,366
arch/powerpc/kernel/vmlinux.lds.S
/* SPDX-License-Identifier: GPL-2.0 */ #ifdef CONFIG_PPC64 #define PROVIDE32(x) PROVIDE(__unused__##x) #else #define PROVIDE32(x) PROVIDE(x) #endif #define BSS_FIRST_SECTIONS *(.bss.prominit) #define EMITS_PT_NOTE #define RO_EXCEPTION_TABLE_ALIGN 0 #define RUNTIME_DISCARD_EXIT #define SOFT_MASK_TABLE(align) \ ....
aixcc-public/challenge-001-exemplar-source
10,083
arch/powerpc/kernel/misc_64.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * This file contains miscellaneous low-level functions. * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) * * Largely rewritten by Cort Dougan (cort@cs.nmt.edu) * and Paul Mackerras. * Adapted for iSeries by Mike Corrigan (mikejc@us.ibm.com) * PPC64 up...
aixcc-public/challenge-001-exemplar-source
1,459
arch/powerpc/kernel/cpu_setup_44x.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * This file contains low level CPU setup functions. * Valentine Barshak <vbarshak@ru.mvista.com> * MontaVista Software, Inc (c) 2007 * * Based on cpu_setup_6xx code by * Benjamin Herrenschmidt <benh@kernel.crashing.org> */ #include <asm/processor.h> #include <a...
aixcc-public/challenge-001-exemplar-source
25,491
arch/powerpc/kernel/head_64.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * PowerPC version * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) * * Rewritten by Cort Dougan (cort@cs.nmt.edu) for PReP * Copyright (C) 1996 Cort Dougan <cort@cs.nmt.edu> * Adapted for Power Macintosh by Paul Mackerras. * Low-level exception...
aixcc-public/challenge-001-exemplar-source
2,124
arch/powerpc/kernel/idle_64e.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright 2010 IBM Corp, Benjamin Herrenschmidt <benh@kernel.crashing.org> * * Generic idle routine for 64 bits e500 processors */ #include <linux/threads.h> #include <asm/reg.h> #include <asm/ppc_asm.h> #include <asm/asm-offsets.h> #include <asm/ppc-opcode.h> #...
aixcc-public/challenge-001-exemplar-source
5,349
arch/powerpc/kernel/reloc_32.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Code to process dynamic relocations for PPC32. * * Copyrights (C) IBM Corporation, 2011. * Author: Suzuki Poulose <suzuki@in.ibm.com> * * - Based on ppc64 code - reloc_64.S */ #include <asm/ppc_asm.h> /* Dynamic section table entry tags */ DT_RELA = 7 /* ...
aixcc-public/challenge-001-exemplar-source
32,518
arch/powerpc/kernel/head_book3s_32.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * PowerPC version * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) * * Rewritten by Cort Dougan (cort@cs.nmt.edu) for PReP * Copyright (C) 1996 Cort Dougan <cort@cs.nmt.edu> * Adapted for Power Macintosh by Paul Mackerras. * Low-level exception...
aixcc-public/challenge-001-exemplar-source
5,709
arch/powerpc/kernel/idle_book3s.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright 2018, IBM Corporation. * * This file contains general idle entry/exit functions to save * and restore stack and NVGPRs which allows C code to call idle * states that lose GPRs, and it will return transparently with * SRR1 wakeup reason return val...
aixcc-public/challenge-001-exemplar-source
7,450
arch/powerpc/kernel/misc_32.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * This file contains miscellaneous low-level functions. * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) * * Largely rewritten by Cort Dougan (cort@cs.nmt.edu) * and Paul Mackerras. * */ #include <linux/sys.h> #include <asm/unistd.h> #include <asm/er...
aixcc-public/challenge-001-exemplar-source
10,069
arch/powerpc/crypto/sha1-spe-asm.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Fast SHA-1 implementation for SPE instruction set (PPC) * * This code makes use of the SPE SIMD instruction set as defined in * http://cache.freescale.com/files/32bit/doc/ref_manual/SPEPIM.pdf * Implementation is based on optimization guide notes from * http://...
aixcc-public/challenge-001-exemplar-source
6,102
arch/powerpc/crypto/aes-spe-keys.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Key handling functions for PPC AES implementation * * Copyright (c) 2015 Markus Stockhausen <stockhausen@collogia.de> */ #include <asm/ppc_asm.h> #ifdef __BIG_ENDIAN__ #define LOAD_KEY(d, s, off) \ lwz d,off(s); #else #define LOAD_KEY(d, s, off) \ li r0,off...
aixcc-public/challenge-001-exemplar-source
3,915
arch/powerpc/crypto/sha1-powerpc-asm.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * SHA-1 implementation for PowerPC. * * Copyright (C) 2005 Paul Mackerras <paulus@samba.org> */ #include <asm/ppc_asm.h> #include <asm/asm-offsets.h> #include <asm/asm-compat.h> #ifdef __BIG_ENDIAN__ #define LWZ(rt, d, ra) \ lwz rt,d(ra) #else #define LWZ(rt, d, ra) \ l...
aixcc-public/challenge-001-exemplar-source
11,199
arch/powerpc/crypto/sha256-spe-asm.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Fast SHA-256 implementation for SPE instruction set (PPC) * * This code makes use of the SPE SIMD instruction set as defined in * http://cache.freescale.com/files/32bit/doc/ref_manual/SPEPIM.pdf * Implementation is based on optimization guide notes from * http:...
aixcc-public/challenge-001-exemplar-source
14,207
arch/powerpc/crypto/crc32-vpmsum_core.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Core of the accelerated CRC algorithm. * In your file, define the constants and CRC_FUNCTION_NAME * Then include this file. * * Calculate the checksum of data that is 16 byte aligned and a multiple of * 16 bytes. * * The first step is to reduce it to 1024 bit...
aixcc-public/challenge-001-exemplar-source
14,446
arch/powerpc/crypto/aes-tab-4k.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * 4K AES tables for PPC AES implementation * * Copyright (c) 2015 Markus Stockhausen <stockhausen@collogia.de> */ /* * These big endian AES encryption/decryption tables have been taken from * crypto/aes_generic.c and are designed to be simply accessed by a combi...
aixcc-public/challenge-001-exemplar-source
27,722
arch/powerpc/crypto/crc32c-vpmsum_asm.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Calculate a crc32c with vpmsum acceleration * * Copyright (C) 2015 Anton Blanchard <anton@au.ibm.com>, IBM */ .section .rodata .balign 16 .byteswap_constant: /* byte reverse permute constant */ .octa 0x0F0E0D0C0B0A09080706050403020100 .constants: /* Reduce...
aixcc-public/challenge-001-exemplar-source
7,412
arch/powerpc/crypto/md5-asm.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Fast MD5 implementation for PPC * * Copyright (c) 2015 Markus Stockhausen <stockhausen@collogia.de> */ #include <asm/ppc_asm.h> #include <asm/asm-offsets.h> #include <asm/asm-compat.h> #define rHP r3 #define rWP r4 #define rH0 r0 #define rH1 r6 #define rH2 r7 #...
aixcc-public/challenge-001-exemplar-source
24,680
arch/powerpc/crypto/crct10dif-vpmsum_asm.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Calculate a CRC T10DIF with vpmsum acceleration * * Constants generated by crc32-vpmsum, available at * https://github.com/antonblanchard/crc32-vpmsum * * crc32-vpmsum is * Copyright (C) 2015 Anton Blanchard <anton@au.ibm.com>, IBM */ .section .rodata .bali...
aixcc-public/challenge-001-exemplar-source
7,630
arch/powerpc/crypto/aes-spe-core.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Fast AES implementation for SPE instruction set (PPC) * * This code makes use of the SPE SIMD instruction set as defined in * http://cache.freescale.com/files/32bit/doc/ref_manual/SPEPIM.pdf * Implementation is based on optimization guide notes from * http://ca...
aixcc-public/challenge-001-exemplar-source
14,691
arch/powerpc/crypto/aes-spe-modes.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * AES modes (ECB/CBC/CTR/XTS) for PPC AES implementation * * Copyright (c) 2015 Markus Stockhausen <stockhausen@collogia.de> */ #include <asm/ppc_asm.h> #include "aes-spe-regs.h" #ifdef __BIG_ENDIAN__ /* Macros for big endian builds */ #define LOAD_DATA(reg, o...
aixcc-public/challenge-001-exemplar-source
1,718
arch/powerpc/lib/div64.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Divide a 64-bit unsigned number by a 32-bit unsigned number. * This routine assumes that the top 32 bits of the dividend are * non-zero to start with. * On entry, r3 points to the dividend, which get overwritten with * the 64-bit quotient, and r4 contains the di...
aixcc-public/challenge-001-exemplar-source
3,507
arch/powerpc/lib/test_emulate_step_exec_instr.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Non-emulated single-stepping support (currently limited to basic integer * computations) used to validate the instruction emulation infrastructure. * * Copyright (C) 2019 IBM Corporation */ #include <asm/asm-offsets.h> #include <asm/ppc_asm.h> #include <asm/code-patchin...
aixcc-public/challenge-001-exemplar-source
10,214
arch/powerpc/lib/memcpy_power7.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * * Copyright (C) IBM Corporation, 2012 * * Author: Anton Blanchard <anton@au.ibm.com> */ #include <asm/ppc_asm.h> #ifndef SELFTEST_CASE /* 0 == don't use VMX, 1 == use VMX */ #define SELFTEST_CASE 0 #endif #ifdef __BIG_ENDIAN__ #define LVS(VRT,RA,RB) lvsl VRT,...
aixcc-public/challenge-001-exemplar-source
4,272
arch/powerpc/lib/memcpy_64.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2002 Paul Mackerras, IBM Corp. */ #include <asm/processor.h> #include <asm/ppc_asm.h> #include <asm/export.h> #include <asm/asm-compat.h> #include <asm/feature-fixups.h> #include <asm/kasan.h> #ifndef SELFTEST_CASE /* For big-endian, 0 == most CPUs, ...
aixcc-public/challenge-001-exemplar-source
2,721
arch/powerpc/lib/string_64.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * * Copyright (C) IBM Corporation, 2012 * * Author: Anton Blanchard <anton@au.ibm.com> */ #include <asm/ppc_asm.h> #include <asm/linkage.h> #include <asm/asm-offsets.h> #include <asm/export.h> /** * __arch_clear_user: - Zero a block of memory in user space, wit...
aixcc-public/challenge-001-exemplar-source
2,834
arch/powerpc/lib/copypage_power7.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * * Copyright (C) IBM Corporation, 2012 * * Author: Anton Blanchard <anton@au.ibm.com> */ #include <asm/page.h> #include <asm/ppc_asm.h> _GLOBAL(copypage_power7) /* * We prefetch both the source and destination using enhanced touch * instructions. We use a s...
aixcc-public/challenge-001-exemplar-source
2,691
arch/powerpc/lib/strlen_32.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * strlen() for PPC32 * * Copyright (C) 2018 Christophe Leroy CS Systemes d'Information. * * Inspired from glibc implementation */ #include <asm/ppc_asm.h> #include <asm/export.h> #include <asm/cache.h> .text /* * Algorithm: * * 1) Given a word 'x', we can test to se...
aixcc-public/challenge-001-exemplar-source
1,472
arch/powerpc/lib/string_32.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * String handling functions for PowerPC32 * * Copyright (C) 1996 Paul Mackerras. * */ #include <asm/ppc_asm.h> #include <asm/export.h> #include <asm/cache.h> .text CACHELINE_BYTES = L1_CACHE_BYTES LG_CACHELINE_BYTES = L1_CACHE_SHIFT CACHELINE_MASK = (L1_CACHE_BYTES-1)...
aixcc-public/challenge-001-exemplar-source
1,922
arch/powerpc/lib/copypage_64.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2008 Mark Nelson, IBM Corp. */ #include <asm/page.h> #include <asm/processor.h> #include <asm/ppc_asm.h> #include <asm/asm-offsets.h> #include <asm/export.h> #include <asm/feature-fixups.h> _GLOBAL_TOC(copy_page) BEGIN_FTR_SECTION lis r5,PAGE_SIZE@h...
aixcc-public/challenge-001-exemplar-source
2,258
arch/powerpc/lib/mem_64.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * String handling functions for PowerPC. * * Copyright (C) 1996 Paul Mackerras. */ #include <asm/processor.h> #include <asm/errno.h> #include <asm/ppc_asm.h> #include <asm/export.h> #include <asm/kasan.h> #ifndef CONFIG_KASAN _GLOBAL(__memset16) rlwimi r4,r4,16,0...
aixcc-public/challenge-001-exemplar-source
3,787
arch/powerpc/lib/ldstfp.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Floating-point, VMX/Altivec and VSX loads and stores * for use in instruction emulation. * * Copyright 2010 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> */ #include <asm/processor.h> #include <asm/ppc_asm.h> #include <asm/ppc-opcode.h> #include <asm/reg.h> #i...
aixcc-public/challenge-001-exemplar-source
1,078
arch/powerpc/lib/quad.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Quadword loads and stores * for use in instruction emulation. * * Copyright 2017 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> */ #include <asm/processor.h> #include <asm/ppc_asm.h> #include <asm/ppc-opcode.h> #include <asm/reg.h> #include <asm/asm-offsets.h> ...
aixcc-public/challenge-001-exemplar-source
12,150
arch/powerpc/lib/copyuser_power7.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * * Copyright (C) IBM Corporation, 2011 * * Author: Anton Blanchard <anton@au.ibm.com> */ #include <asm/ppc_asm.h> #ifndef SELFTEST_CASE /* 0 == don't use VMX, 1 == use VMX */ #define SELFTEST_CASE 0 #endif #ifdef __BIG_ENDIAN__ #define LVS(VRT,RA,RB) lvsl VRT,...
aixcc-public/challenge-001-exemplar-source
1,213
arch/powerpc/lib/string.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * String handling functions for PowerPC. * * Copyright (C) 1996 Paul Mackerras. */ #include <asm/ppc_asm.h> #include <asm/export.h> #include <asm/cache.h> .text /* This clears out any unused part of the destination buffer, just as the libc version does. -- ...
aixcc-public/challenge-001-exemplar-source
1,866
arch/powerpc/lib/hweight_64.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * * Copyright (C) IBM Corporation, 2010 * * Author: Anton Blanchard <anton@au.ibm.com> */ #include <asm/processor.h> #include <asm/ppc_asm.h> #include <asm/export.h> #include <asm/feature-fixups.h> /* Note: This code relies on -mminimal-toc */ _GLOBAL(__arch_hwe...
aixcc-public/challenge-001-exemplar-source
11,151
arch/powerpc/lib/copyuser_64.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2002 Paul Mackerras, IBM Corp. */ #include <asm/processor.h> #include <asm/ppc_asm.h> #include <asm/export.h> #include <asm/asm-compat.h> #include <asm/feature-fixups.h> #ifndef SELFTEST_CASE /* 0 == most CPUs, 1 == POWER6, 2 == Cell */ #define SELFT...
aixcc-public/challenge-001-exemplar-source
6,420
arch/powerpc/lib/checksum_32.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * This file contains assembly-language implementations * of IP-style 1's complement checksum routines. * * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) * * Severely hacked about by Paul Mackerras (paulus@cs.anu.edu.au). */ #include <linux/sys.h> #...
aixcc-public/challenge-001-exemplar-source
11,692
arch/powerpc/lib/memcmp_64.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Author: Anton Blanchard <anton@au.ibm.com> * Copyright 2015 IBM Corporation. */ #include <asm/ppc_asm.h> #include <asm/export.h> #include <asm/ppc-opcode.h> #define off8 r6 #define off16 r7 #define off24 r8 #define rA r9 #define rB r10 #define rC r11 #define rD ...
aixcc-public/challenge-001-exemplar-source
10,966
arch/powerpc/lib/crtsavres.S
/* * Special support for eabi and SVR4 * * Copyright (C) 1995, 1996, 1998, 2000, 2001 Free Software Foundation, Inc. * Copyright 2008 Freescale Semiconductor, Inc. * Written By Michael Meissner * * Based on gcc/config/rs6000/crtsavres.asm from gcc * 64 bit additions from reading the PPC elf64abi document....
aixcc-public/challenge-001-exemplar-source
20,729
arch/powerpc/lib/feature-fixups-test.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright 2008 Michael Ellerman, IBM Corporation. */ #include <asm/feature-fixups.h> #include <asm/ppc_asm.h> #include <asm/synch.h> #include <asm/asm-compat.h> #include <asm/ppc-opcode.h> .text #define globl(x) \ .globl x; \ x: globl(ftr_fixup_test1) or 1,...
aixcc-public/challenge-001-exemplar-source
4,168
arch/powerpc/lib/copy_mc_64.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) IBM Corporation, 2011 * Derived from copyuser_power7.s by Anton Blanchard <anton@au.ibm.com> * Author - Balbir Singh <bsingharora@gmail.com> */ #include <asm/ppc_asm.h> #include <asm/errno.h> #include <asm/export.h> .macro err1 100: EX_TABLE(100b,.Ldo_err...