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
7,141
arch/sparc/lib/csum_copy.S
/* SPDX-License-Identifier: GPL-2.0 */ /* csum_copy.S: Checksum+copy code for sparc64 * * Copyright (C) 2005 David S. Miller <davem@davemloft.net> */ #include <asm/export.h> #ifdef __KERNEL__ #define GLOBAL_SPARE %g7 #else #define GLOBAL_SPARE %g5 #endif #ifndef EX_LD #define EX_LD(x) x #endif #ifndef EX_ST #def...
aixcc-public/challenge-001-exemplar-source
2,633
arch/sparc/lib/mcount.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2000 Anton Blanchard (anton@linuxcare.com) * * This file implements mcount(), which is used to collect profiling data. * This can also be tweaked for kernel stack overflow detection. */ #include <linux/linkage.h> #include <asm/export.h> /* * This is the ...
aixcc-public/challenge-001-exemplar-source
4,174
arch/sparc/lib/atomic_64.S
/* SPDX-License-Identifier: GPL-2.0 */ /* atomic.S: These things are too big to do inline. * * Copyright (C) 1999, 2007 2012 David S. Miller (davem@davemloft.net) */ #include <linux/linkage.h> #include <asm/asi.h> #include <asm/backoff.h> #include <asm/export.h> .text /* Three versions of the atomic routines, o...
aixcc-public/challenge-001-exemplar-source
2,332
arch/sparc/lib/NG4memset.S
/* SPDX-License-Identifier: GPL-2.0 */ /* NG4memset.S: Niagara-4 optimized memset/bzero. * * Copyright (C) 2012 David S. Miller (davem@davemloft.net) */ #include <asm/asi.h> .register %g2, #scratch .register %g3, #scratch .text .align 32 .globl NG4memset NG4memset: andcc %o1, 0xff, %o4 be,pt %icc, 1f ...
aixcc-public/challenge-001-exemplar-source
1,109
arch/sparc/lib/NG2copy_to_user.S
/* SPDX-License-Identifier: GPL-2.0 */ /* NG2copy_to_user.S: Niagara-2 optimized copy to userspace. * * Copyright (C) 2007 David S. Miller (davem@davemloft.net) */ #define EX_ST(x,y) \ 98: x; \ .section __ex_table,"a";\ .align 4; \ .word 98b, y; \ .text; \ .align 4; #define EX_ST_FP(x,y) \ 98: x; \ ...
aixcc-public/challenge-001-exemplar-source
31,360
arch/sparc/lib/M7memcpy.S
/* * M7memcpy: Optimized SPARC M7 memcpy * * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. */ .file "M7memcpy.S" /* * memcpy(s1, s2, len) * * Copy s2 to s1, always copy n bytes. * Note: this C code does not work for overlapped copies. * * Fast assembler language version of the foll...
aixcc-public/challenge-001-exemplar-source
1,608
arch/sparc/lib/strlen.S
/* SPDX-License-Identifier: GPL-2.0 */ /* strlen.S: Sparc optimized strlen code * Hand optimized from GNU libc's strlen * Copyright (C) 1991,1996 Free Software Foundation * Copyright (C) 1996,2008 David S. Miller (davem@davemloft.net) * Copyright (C) 1996, 1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz) */ #include <...
aixcc-public/challenge-001-exemplar-source
16,228
arch/sparc/lib/xor.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * arch/sparc64/lib/xor.S * * High speed xor_block operation for RAID4/5 utilizing the * UltraSparc Visual Instruction Set and Niagara store-init/twin-load. * * Copyright (C) 1997, 1999 Jakub Jelinek (jj@ultra.linux.cz) * Copyright (C) 2006 David S. Miller <davem@davemlof...
aixcc-public/challenge-001-exemplar-source
1,059
arch/sparc/lib/fls64.S
/* fls64.S: SPARC default __fls definition. * * SPARC default __fls definition, which follows the same algorithm as * in generic __fls(). This function will be boot time patched on T4 * and onward. */ #include <linux/linkage.h> #include <asm/export.h> .text .register %g2, #scratch .register %g3, #scratch ENTR...
aixcc-public/challenge-001-exemplar-source
1,211
arch/sparc/lib/M7patch.S
/* * M7patch.S: Patch generic routines with M7 variant. * * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. */ #include <linux/linkage.h> #define BRANCH_ALWAYS 0x10680000 #define NOP 0x01000000 #define NG_DO_PATCH(OLD, NEW) \ sethi %hi(NEW), %g1; \ or %g1, %lo(NEW), %g1; \ sethi %hi(OL...
aixcc-public/challenge-001-exemplar-source
3,984
arch/sparc/lib/checksum_64.S
/* SPDX-License-Identifier: GPL-2.0 */ /* checksum.S: Sparc V9 optimized checksum code. * * Copyright(C) 1995 Linus Torvalds * Copyright(C) 1995 Miguel de Icaza * Copyright(C) 1996, 2000 David S. Miller * Copyright(C) 1997 Jakub Jelinek * * derived from: * Linux/Alpha checksum c-code * Linux/ix86 inli...
aixcc-public/challenge-001-exemplar-source
4,271
arch/sparc/net/bpf_jit_asm_32.S
/* SPDX-License-Identifier: GPL-2.0 */ #include <asm/ptrace.h> #include "bpf_jit_32.h" #define SAVE_SZ 96 #define SCRATCH_OFF 72 #define BE_PTR(label) be label #define SIGN_EXTEND(reg) #define SKF_MAX_NEG_OFF (-0x200000) /* SKF_LL_OFF from filter.h */ .text .globl bpf_jit_load_word bpf_jit_load_word: cmp r_OFF,...
aixcc-public/challenge-001-exemplar-source
9,770
arch/sparc/mm/hypersparc.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * hypersparc.S: High speed Hypersparc mmu/cache operations. * * Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu) */ #include <asm/ptrace.h> #include <asm/psr.h> #include <asm/asm-offsets.h> #include <asm/asi.h> #include <asm/page.h> #include <asm/pgtable.h> #inc...
aixcc-public/challenge-001-exemplar-source
25,181
arch/sparc/mm/ultra.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * ultra.S: Don't expand these all over the place... * * Copyright (C) 1997, 2000, 2008 David S. Miller (davem@davemloft.net) */ #include <linux/pgtable.h> #include <asm/asi.h> #include <asm/page.h> #include <asm/spitfire.h> #include <asm/mmu_context.h> #include <asm/mmu.h>...
aixcc-public/challenge-001-exemplar-source
6,160
arch/sparc/mm/viking.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * viking.S: High speed Viking cache/mmu operations * * Copyright (C) 1997 Eddie C. Dost (ecd@skynet.be) * Copyright (C) 1997,1998,1999 Jakub Jelinek (jj@ultra.linux.cz) * Copyright (C) 1999 Pavel Semerad (semerad@ss1000.ms.mff.cuni.cz) */ #include <asm/ptrace.h> #i...
aixcc-public/challenge-001-exemplar-source
3,219
arch/sparc/mm/tsunami.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * tsunami.S: High speed MicroSparc-I mmu/cache operations. * * Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu) */ #include <asm/ptrace.h> #include <asm/asm-offsets.h> #include <asm/psr.h> #include <asm/asi.h> #include <asm/page.h> #include <asm/pgtsrmmu.h> .t...
aixcc-public/challenge-001-exemplar-source
5,349
arch/sparc/mm/swift.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * swift.S: MicroSparc-II mmu/cache operations. * * Copyright (C) 1999 David S. Miller (davem@redhat.com) */ #include <asm/psr.h> #include <asm/asi.h> #include <asm/page.h> #include <asm/pgtsrmmu.h> #include <asm/asm-offsets.h> .text .align 4 #if 1 /* XXX screw this, I ...
aixcc-public/challenge-001-exemplar-source
1,937
arch/sparc/mm/srmmu_access.S
/* SPDX-License-Identifier: GPL-2.0 */ /* Assembler variants of srmmu access functions. * Implemented in assembler to allow run-time patching. * LEON uses a different ASI for MMUREGS than SUN. * * The leon_1insn_patch infrastructure is used * for the run-time patching. */ #include <linux/linkage.h> #include <as...
ajeet17181/mplayer-android
1,852
loader/wrapper.S
#include "config.h" #define GLUE(a, b) a ## b #define JOIN(a, b) GLUE(a, b) #define MANGLE(s) JOIN(EXTERN_ASM, s) .data .globl MANGLE(caller_return) MANGLE(caller_return): .long 0 .globl MANGLE(report_entry) MANGLE(report_entry): .long MANGLE(null_call) .globl MANGLE(report_ret) MANGLE(report_ret): .long MANGLE(n...
aixcc-public/challenge-001-exemplar-source
28,153
arch/ia64/kernel/head.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Here is where the ball gets rolling as far as the kernel is concerned. * When control is transferred to _start, the bootload has already * loaded us to the correct address. All that's left to do here is * to set up the kernel's global pointer and jump to the kernel * en...
aixcc-public/challenge-001-exemplar-source
7,880
arch/ia64/kernel/pal.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * PAL Firmware support * IA-64 Processor Programmers Reference Vol 2 * * Copyright (C) 1999 Don Dugger <don.dugger@intel.com> * Copyright (C) 1999 Walt Drummond <drummond@valinux.com> * Copyright (C) 1999-2001, 2003 Hewlett-Packard Co * David Mosberger <davidm@hpl.hp.com...
aixcc-public/challenge-001-exemplar-source
39,235
arch/ia64/kernel/entry.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * arch/ia64/kernel/entry.S * * Kernel entry points. * * Copyright (C) 1998-2003, 2005 Hewlett-Packard Co * David Mosberger-Tang <davidm@hpl.hp.com> * Copyright (C) 1999, 2002-2003 * Asit Mallick <Asit.K.Mallick@intel.com> * Don Dugger <Don.Dugger@intel.com> * Suresh ...
aixcc-public/challenge-001-exemplar-source
2,740
arch/ia64/kernel/gate.lds.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Linker script for gate DSO. The gate pages are an ELF shared object * prelinked to its virtual address, with only one read-only segment and * one execute-only segment (both fit in one page). This script controls * its layout. */ #include <asm/page.h> SECTIONS { . = ...
aixcc-public/challenge-001-exemplar-source
7,602
arch/ia64/kernel/relocate_kernel.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * arch/ia64/kernel/relocate_kernel.S * * Relocate kexec'able kernel and start it * * Copyright (C) 2005 Hewlett-Packard Development Company, L.P. * Copyright (C) 2005 Khalid Aziz <khalid.aziz@hp.com> * Copyright (C) 2005 Intel Corp, Zou Nan hai <nanhai.zou@intel.c...
aixcc-public/challenge-001-exemplar-source
3,005
arch/ia64/kernel/esi_stub.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * ESI call stub. * * Copyright (C) 2005 Hewlett-Packard Co * Alex Williamson <alex.williamson@hp.com> * * Based on EFI call stub by David Mosberger. The stub is virtually * identical to the one for EFI phys-mode calls, except that ESI * calls may have up to 8 argu...
aixcc-public/challenge-001-exemplar-source
1,135
arch/ia64/kernel/mca_drv_asm.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * File: mca_drv_asm.S * Purpose: Assembly portion of Generic MCA handling * * Copyright (C) 2004 FUJITSU LIMITED * Copyright (C) 2004 Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> */ #include <linux/threads.h> #include <asm/asmmacro.h> #include <asm/processor...
aixcc-public/challenge-001-exemplar-source
4,335
arch/ia64/kernel/vmlinux.lds.S
/* SPDX-License-Identifier: GPL-2.0 */ #include <linux/pgtable.h> #include <asm/cache.h> #include <asm/ptrace.h> #include <asm/thread_info.h> #define EMITS_PT_NOTE #define RO_EXCEPTION_TABLE_ALIGN 16 #include <asm-generic/vmlinux.lds.h> OUTPUT_FORMAT("elf64-ia64-little") OUTPUT_ARCH(ia64) ENTRY(phys_start) jiffies ...
aixcc-public/challenge-001-exemplar-source
11,606
arch/ia64/kernel/gate.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * This file contains the code that gets mapped at the upper end of each task's text * region. For now, it contains the signal trampoline code only. * * Copyright (C) 1999-2003 Hewlett-Packard Co * David Mosberger-Tang <davidm@hpl.hp.com> */ #include <asm/asmmacro.h> #...
aixcc-public/challenge-001-exemplar-source
24,625
arch/ia64/kernel/fsys.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * This file contains the light-weight system call handlers (fsyscall-handlers). * * Copyright (C) 2003 Hewlett-Packard Co * David Mosberger-Tang <davidm@hpl.hp.com> * * 25-Sep-03 davidm Implement fsys_rt_sigprocmask(). * 18-Feb-03 louisk Implement fsys_gettimeofday(). ...
aixcc-public/challenge-001-exemplar-source
53,034
arch/ia64/kernel/ivt.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * arch/ia64/kernel/ivt.S * * Copyright (C) 1998-2001, 2003, 2005 Hewlett-Packard Co * Stephane Eranian <eranian@hpl.hp.com> * David Mosberger <davidm@hpl.hp.com> * Copyright (C) 2000, 2002-2003 Intel Co * Asit Mallick <asit.k.mallick@intel.com> * Suresh Siddha <sur...
aixcc-public/challenge-001-exemplar-source
2,685
arch/ia64/kernel/efi_stub.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * EFI call stub. * * Copyright (C) 1999-2001 Hewlett-Packard Co * David Mosberger <davidm@hpl.hp.com> * * This stub allows us to make EFI calls in physical mode with interrupts * turned off. We need this because we can't call SetVirtualMap() until * the kernel has boot...
aixcc-public/challenge-001-exemplar-source
27,971
arch/ia64/kernel/mca_asm.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * File: mca_asm.S * Purpose: assembly portion of the IA64 MCA handling * * Mods by cfleck to integrate into kernel build * * 2000-03-15 David Mosberger-Tang <davidm@hpl.hp.com> * Added various stop bits to get a clean compile * * 2000-03-29 Chuck Fleckenstein <cfleck@...
aixcc-public/challenge-001-exemplar-source
6,200
arch/ia64/lib/clear_user.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * This routine clears to zero a linear memory buffer in user space. * * Inputs: * in0: address of buffer * in1: length of buffer in bytes * Outputs: * r8: number of bytes that didn't get cleared due to a fault * * Copyright (C) 1998, 1999, 2001 Hewlett-Packard Co * St...
aixcc-public/challenge-001-exemplar-source
2,805
arch/ia64/lib/flush.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Cache flushing routines. * * Copyright (C) 1999-2001, 2005 Hewlett-Packard Co * David Mosberger-Tang <davidm@hpl.hp.com> * * 05/28/05 Zoltan Menyhart Dynamic stride size */ #include <asm/asmmacro.h> #include <asm/export.h> /* * flush_icache_range(start,end) ...
aixcc-public/challenge-001-exemplar-source
6,974
arch/ia64/lib/memcpy.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * * Optimized version of the standard memcpy() function * * Inputs: * in0: destination address * in1: source address * in2: number of bytes to copy * Output: * no return value * * Copyright (C) 2000-2001 Hewlett-Packard Co * Stephane Eranian <eranian@hpl.hp.com> ...
aixcc-public/challenge-001-exemplar-source
1,990
arch/ia64/lib/clear_page.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 1999-2002 Hewlett-Packard Co * Stephane Eranian <eranian@hpl.hp.com> * David Mosberger-Tang <davidm@hpl.hp.com> * Copyright (C) 2002 Ken Chen <kenneth.w.chen@intel.com> * * 1/06/01 davidm Tuned for Itanium. * 2/12/02 kchen Tuned for both Itanium and McKin...
aixcc-public/challenge-001-exemplar-source
5,959
arch/ia64/lib/copy_page_mck.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * McKinley-optimized version of copy_page(). * * Copyright (C) 2002 Hewlett-Packard Co * David Mosberger <davidm@hpl.hp.com> * * Inputs: * in0: address of target page * in1: address of source page * Output: * no return value * * General idea: * - use regular loads ...
aixcc-public/challenge-001-exemplar-source
2,204
arch/ia64/lib/idiv64.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 1999-2000 Hewlett-Packard Co * Copyright (C) 1999-2000 David Mosberger-Tang <davidm@hpl.hp.com> * * 64-bit integer division. * * This code is based on the application note entitled "Divide, Square Root * and Remainder Algorithms for the IA-64 Architecture...
aixcc-public/challenge-001-exemplar-source
17,849
arch/ia64/lib/memcpy_mck.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Itanium 2-optimized version of memcpy and copy_user function * * Inputs: * in0: destination address * in1: source address * in2: number of bytes to copy * Output: * for memcpy: return dest * for copy_user: return 0 if success, * or number of byte NOT co...
aixcc-public/challenge-001-exemplar-source
2,807
arch/ia64/lib/ip_fast_csum.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Optmized version of the ip_fast_csum() function * Used for calculating IP header checksum * * Return: 16bit checksum, complemented * * Inputs: * in0: address of buffer to checksum (char *) * in1: length of the buffer (int) * * Copyright (C) 2002, 2006 Inte...
aixcc-public/challenge-001-exemplar-source
2,201
arch/ia64/lib/copy_page.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * * Optimized version of the standard copy_page() function * * Inputs: * in0: address of target page * in1: address of source page * Output: * no return value * * Copyright (C) 1999, 2001 Hewlett-Packard Co * Stephane Eranian <eranian@hpl.hp.com> * David Mosberger <...
aixcc-public/challenge-001-exemplar-source
2,205
arch/ia64/lib/idiv32.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2000 Hewlett-Packard Co * Copyright (C) 2000 David Mosberger-Tang <davidm@hpl.hp.com> * * 32-bit integer division. * * This code is based on the application note entitled "Divide, Square Root * and Remainder Algorithms for the IA-64 Architecture". This d...
aixcc-public/challenge-001-exemplar-source
10,298
arch/ia64/lib/do_csum.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * * Optmized version of the standard do_csum() function * * Return: a 64bit quantity containing the 16bit Internet checksum * * Inputs: * in0: address of buffer to checksum (char *) * in1: length of the buffer (int) * * Copyright (C) 1999, 2001-2002 Hewlett-Packard Co...
aixcc-public/challenge-001-exemplar-source
9,339
arch/ia64/lib/memset.S
/* SPDX-License-Identifier: GPL-2.0 */ /* Optimized version of the standard memset() function. Copyright (c) 2002 Hewlett-Packard Co/CERN Sverre Jarp <Sverre.Jarp@cern.ch> Return: dest Inputs: in0: dest in1: value in2: count The algorithm is fairly straightforward: set ...
aixcc-public/challenge-001-exemplar-source
17,117
arch/ia64/lib/copy_user.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * * Optimized version of the copy_user() routine. * It is used to copy date across the kernel/user boundary. * * The source and destination are always on opposite side of * the boundary. When reading from user space we must catch * faults on loads. When writing to user s...
aixcc-public/challenge-001-exemplar-source
1,220
arch/ia64/lib/strncpy_from_user.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Just like strncpy() except that if a fault occurs during copying, * -EFAULT is returned. * * Inputs: * in0: address of destination buffer * in1: address of string to be copied * in2: length of buffer in bytes * Outputs: * r8: -EFAULT in case of fault or number of byt...
aixcc-public/challenge-001-exemplar-source
6,489
arch/ia64/lib/strlen.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * * Optimized version of the standard strlen() function * * * Inputs: * in0 address of string * * Outputs: * ret0 the number of characters in the string (0 if empty string) * does not count the \0 * * Copyright (C) 1999, 2001 Hewlett-Packard Co * Stephane Eranian <...
aixcc-public/challenge-001-exemplar-source
3,226
arch/ia64/lib/xor.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * arch/ia64/lib/xor.S * * Optimized RAID-5 checksumming functions for IA-64. */ #include <asm/asmmacro.h> #include <asm/export.h> GLOBAL_ENTRY(xor_ia64_2) .prologue .fframe 0 .save ar.pfs, r31 alloc r31 = ar.pfs, 3, 0, 13, 16 .save ar.lc, r30 mov r30 = ar.l...
ajeet17181/mplayer-android
7,886
libmpeg2/motion_comp_arm_s.S
@ motion_comp_arm_s.S @ Copyright (C) 2004 AGAWA Koji <i (AT) atty (DOT) jp> @ @ This file is part of mpeg2dec, a free MPEG-2 video stream decoder. @ See http://libmpeg2.sourceforge.net/ for updates. @ @ mpeg2dec is free software; you can redistribute it and/or modify @ it under the terms of the GNU General Public Lice...
aixcc-public/challenge-001-exemplar-source
4,476
arch/arc/kernel/head.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * ARC CPU startup Code * * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) * * Vineetg: Dec 2007 * -Check if we are running on Simulator or on real hardware * to skip certain things during boot on simulator */ #include <linux/linka...
aixcc-public/challenge-001-exemplar-source
12,205
arch/arc/kernel/entry-compact.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Low Level Interrupts/Traps/Exceptions(non-TLB) Handling for ARCompact ISA * * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com) * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) * * vineetg: May 2011 * -Userspace unaligned access ...
aixcc-public/challenge-001-exemplar-source
7,289
arch/arc/kernel/entry-arcv2.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * ARCv2 ISA based core Low Level Intr/Traps/Exceptions(non-TLB) Handling * * Copyright (C) 2013 Synopsys, Inc. (www.synopsys.com) */ #include <linux/linkage.h> /* ARC_{EXTRY,EXIT} */ #include <asm/entry.h> /* SAVE_ALL_{INT1,INT2,TRAP...} */ #include <asm/errno...
aixcc-public/challenge-001-exemplar-source
10,006
arch/arc/kernel/entry.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Common Low Level Interrupts/Traps/Exceptions(non-TLB) Handling for ARC * (included from entry-<isa>.S * * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com) * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) */ /*--------------------...
aixcc-public/challenge-001-exemplar-source
1,569
arch/arc/kernel/ctx_sw_asm.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) * * Vineetg: Aug 2009 * -Moved core context switch macro out of entry.S into this file. * -This is the more "natural" hand written assembler */ #include <linux/linkage.h> #include <asm/en...
aixcc-public/challenge-001-exemplar-source
3,027
arch/arc/kernel/vmlinux.lds.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) */ #include <asm-generic/vmlinux.lds.h> #include <asm/cache.h> #include <asm/page.h> #include <asm/thread_info.h> OUTPUT_ARCH(arc) ENTRY(res_service) #ifdef CONFIG_CPU_BIG_ENDIAN jiffies = ji...
aixcc-public/challenge-001-exemplar-source
1,409
arch/arc/lib/strcpy-700.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) */ /* If dst and src are 4 byte aligned, copy 8 bytes at a time. If the src is 4, but not 8 byte aligned, we first read 4 bytes to get it 8 byte aligned. Thus, we can do a little read-ah...
aixcc-public/challenge-001-exemplar-source
2,576
arch/arc/lib/strchr-700.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) */ /* ARC700 has a relatively long pipeline and branch prediction, so we want to avoid branches that are hard to predict. On the other hand, the presence of the norm instruction makes it...
aixcc-public/challenge-001-exemplar-source
1,115
arch/arc/lib/memcpy-700.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) */ #include <linux/linkage.h> ENTRY_CFI(memcpy) or r3,r0,r1 asl_s r3,r3,30 mov_s r5,r0 brls.d r2,r3,.Lcopy_bytewise sub.f r3,r2,1 ld_s r12,[r1,0] asr.f lp_count,r3,3 bbit0.d r3,2,.Lnox...
aixcc-public/challenge-001-exemplar-source
4,405
arch/arc/lib/memcpy-archs.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com) */ #include <linux/linkage.h> #ifdef __LITTLE_ENDIAN__ # define SHIFT_1(RX,RY,IMM) asl RX, RY, IMM ; << # define SHIFT_2(RX,RY,IMM) lsr RX, RY, IMM ; >> # define MERGE_1(RX,RY,IMM) asl RX, RY, IMM # define MERGE...
aixcc-public/challenge-001-exemplar-source
2,793
arch/arc/lib/memset-archs.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com) */ #include <linux/linkage.h> #include <asm/cache.h> /* * The memset implementation below is optimized to use prefetchw and prealloc * instruction in case of CPU with 64B L1 data cache line (L1_CACHE_SHIFT == ...
aixcc-public/challenge-001-exemplar-source
1,084
arch/arc/lib/memset.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) */ #include <linux/linkage.h> #define SMALL 7 /* Must be at least 6 to deal with alignment/loop issues. */ ENTRY_CFI(memset) mov_s r4,r0 or r12,r0,r2 bmsk.f r12,r12,1 extb_s r1,r1 asl r...
aixcc-public/challenge-001-exemplar-source
1,204
arch/arc/lib/strcmp-archs.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com) */ #include <linux/linkage.h> ENTRY_CFI(strcmp) or r2, r0, r1 bmsk_s r2, r2, 1 brne r2, 0, @.Lcharloop ;;; s1 and s2 are word aligned ld.ab r2, [r0, 4] mov_s r12, 0x01010101 ror r11, r12 .align 4 .Lwor...
aixcc-public/challenge-001-exemplar-source
2,507
arch/arc/lib/memcmp.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) */ #include <linux/linkage.h> #ifdef __LITTLE_ENDIAN__ #define WORD2 r2 #define SHIFT r3 #else /* BIG ENDIAN */ #define WORD2 r3 #define SHIFT r2 #endif ENTRY_CFI(memcmp) or r12,r0,r1 asl_s...
aixcc-public/challenge-001-exemplar-source
1,325
arch/arc/lib/strlen.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) */ #include <linux/linkage.h> ENTRY_CFI(strlen) or r3,r0,7 ld r2,[r3,-7] ld.a r6,[r3,-3] mov r4,0x01010101 ; uses long immediate #ifdef __LITTLE_ENDIAN__ asl_s r1,r0,3 btst_s r0,2 asl ...
aixcc-public/challenge-001-exemplar-source
2,511
arch/arc/lib/strcmp.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) */ /* This is optimized primarily for the ARC700. It would be possible to speed up the loops by one cycle / word respective one cycle / byte by forcing double source 1 alignment, unrollin...
aixcc-public/challenge-001-exemplar-source
11,491
arch/arc/mm/tlbex.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * TLB Exception Handling for ARC * * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) * * Vineetg: April 2011 : * -MMU v1: moved out legacy code into a seperate file * -MMU v3: PD{0,1} bits layout changed: They don't overlap anymore, * ...
aixcc-public/challenge-001-exemplar-source
40,590
arch/openrisc/kernel/head.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * 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 <ph...
aixcc-public/challenge-001-exemplar-source
33,626
arch/openrisc/kernel/entry.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * 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 <p...
aixcc-public/challenge-001-exemplar-source
2,280
arch/openrisc/kernel/vmlinux.lds.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * 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 Bresk...
aixcc-public/challenge-001-exemplar-source
1,838
arch/openrisc/lib/string.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * 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 <...
aixcc-public/challenge-001-exemplar-source
2,118
arch/openrisc/lib/memset.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * 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> */ .global memset .type m...
aixcc-public/challenge-001-exemplar-source
8,988
arch/riscv/kernel/head.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 Regents of the University of California */ #include <asm/asm-offsets.h> #include <asm/asm.h> #include <linux/init.h> #include <linux/linkage.h> #include <asm/thread_info.h> #include <asm/page.h> #include <asm/pgtable.h> #include <asm/csr.h> #include...
aixcc-public/challenge-001-exemplar-source
3,542
arch/riscv/kernel/efi-header.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2020 Western Digital Corporation or its affiliates. * Adapted from arch/arm64/kernel/efi-header.S */ #include <linux/pe.h> #include <linux/sizes.h> .macro __EFI_PE_HEADER .long PE_MAGIC coff_header: #ifdef CONFIG_64BIT .short IMAGE_FILE_MACHINE_RISC...
aixcc-public/challenge-001-exemplar-source
14,802
arch/riscv/kernel/entry.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 Regents of the University of California * Copyright (C) 2017 SiFive */ #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> #...
aixcc-public/challenge-001-exemplar-source
3,782
arch/riscv/kernel/suspend_entry.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2021 Western Digital Corporation or its affiliates. * Copyright (c) 2022 Ventana Micro Systems Inc. */ #include <linux/linkage.h> #include <asm/asm.h> #include <asm/asm-offsets.h> #include <asm/csr.h> #include <asm/xip_fixup.h> .text .altmacro .opti...
aixcc-public/challenge-001-exemplar-source
2,908
arch/riscv/kernel/vmlinux-xip.lds.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 Regents of the University of California * Copyright (C) 2017 SiFive * Copyright (C) 2020 Vitaly Wool, Konsulko AB */ #include <asm/pgtable.h> #define LOAD_OFFSET KERNEL_LINK_ADDR /* No __ro_after_init data in the .rodata section - which will alway...
aixcc-public/challenge-001-exemplar-source
3,167
arch/riscv/kernel/fpu.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * 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, v...
aixcc-public/challenge-001-exemplar-source
3,780
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...
aixcc-public/challenge-001-exemplar-source
2,641
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...
aixcc-public/challenge-001-exemplar-source
2,669
arch/riscv/kernel/vmlinux.lds.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 Regents of the University of California * Copyright (C) 2017 SiFive */ #define RO_EXCEPTION_TABLE_ALIGN 4 #ifdef CONFIG_XIP_KERNEL #include "vmlinux-xip.lds.S" #else #include <asm/pgtable.h> #define LOAD_OFFSET KERNEL_LINK_ADDR #include <asm/vml...
aixcc-public/challenge-001-exemplar-source
1,596
arch/riscv/kernel/crash_save_regs.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020 FORTH-ICS/CARV * Nick Kossifidis <mick@ics.forth.gr> */ #include <asm/asm.h> /* For RISCV_* and REG_* macros */ #include <asm/csr.h> /* For CSR_* macros */ #include <asm/asm-offsets.h> /* For offsets on pt_regs */ #include <linux/linkage.h> /* For...
aixcc-public/challenge-001-exemplar-source
4,488
arch/riscv/kernel/kexec_relocate.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2019 FORTH-ICS/CARV * Nick Kossifidis <mick@ics.forth.gr> */ #include <asm/asm.h> /* For RISCV_* and REG_* macros */ #include <asm/csr.h> /* For CSR_* macros */ #include <asm/page.h> /* For PAGE_SIZE */ #include <linux/linkage.h> /* For SYM_* macros */ .se...
aixcc-public/challenge-001-exemplar-source
2,147
arch/riscv/lib/memcpy.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2013 Regents of the University of California */ #include <linux/linkage.h> #include <asm/asm.h> /* void *memcpy(void *, const void *, size_t) */ ENTRY(__memcpy) WEAK(memcpy) move t6, a0 /* Preserve return value */ /* Defer to byte-oriented copy for ...
aixcc-public/challenge-001-exemplar-source
1,030
arch/riscv/lib/tishift.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2018 Free Software Foundation, Inc. */ #include <linux/linkage.h> #include <asm-generic/export.h> SYM_FUNC_START(__lshrti3) beqz a2, .L1 li a5,64 sub a5,a5,a2 sext.w a4,a5 blez a5, .L2 sext.w a2,a2 srl a0,a0,a2 sll a4,a1,a4 srl a2,a1,a2 or a0,...
aixcc-public/challenge-001-exemplar-source
8,025
arch/riscv/lib/memmove.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2022 Michael T. Kloos <michael@michaelkloos.com> */ #include <linux/linkage.h> #include <asm/asm.h> SYM_FUNC_START(__memmove) SYM_FUNC_START_WEAK(memmove) /* * Returns * a0 - dest * * Parameters * a0 - Inclusive first byte of dest * a...
aixcc-public/challenge-001-exemplar-source
5,325
arch/riscv/lib/uaccess.S
#include <linux/linkage.h> #include <asm-generic/export.h> #include <asm/asm.h> #include <asm/asm-extable.h> #include <asm/csr.h> .macro fixup op reg addr lbl 100: \op \reg, \addr _asm_extable 100b, \lbl .endm ENTRY(__asm_copy_to_user) ENTRY(__asm_copy_from_user) /* Enable access to user memory */ li t6, SR_SU...
aixcc-public/challenge-001-exemplar-source
2,363
arch/riscv/lib/memset.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2013 Regents of the University of California */ #include <linux/linkage.h> #include <asm/asm.h> /* void *memset(void *, int, size_t) */ ENTRY(__memset) WEAK(memset) move t0, a0 /* Preserve return value */ /* Defer to byte-oriented fill for small si...
aixcc-public/challenge-001-exemplar-source
11,657
arch/riscv/kvm/vcpu_switch.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2019 Western Digital Corporation or its affiliates. * * Authors: * Anup Patel <anup.patel@wdc.com> */ #include <linux/linkage.h> #include <asm/asm.h> #include <asm/asm-offsets.h> #include <asm/csr.h> .text .altmacro .option norelax ENTRY(__kvm_ris...
aixcc-public/challenge-001-exemplar-source
1,863
arch/riscv/kernel/vdso/vdso.lds.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 Regents of the University of California */ #include <asm/page.h> #include <asm/vdso.h> OUTPUT_ARCH(riscv) SECTIONS { PROVIDE(_vdso_data = . - __VVAR_PAGES * PAGE_SIZE); #ifdef CONFIG_TIME_NS PROVIDE(_timens_data = _vdso_data + PAGE_SIZE); #endif ...
aixcc-public/challenge-001-exemplar-source
1,856
arch/riscv/kernel/probes/kprobes_trampoline.S
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Author: Patrick Stählin <me@packi.ch> */ #include <linux/linkage.h> #include <asm/asm.h> #include <asm/asm-offsets.h> .text .altmacro .macro save_all_base_regs REG_S x1, PT_RA(sp) REG_S x3, PT_GP(sp) REG_S x4, PT_TP(sp) REG_S x5, PT_T0(sp) REG_S x6, PT_T1(s...
aixcc-public/challenge-001-exemplar-source
4,088
arch/sh/kernel/relocate_kernel.S
/* SPDX-License-Identifier: GPL-2.0 * * 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 */ #include <linux/linkage.h> #include <asm/addrspace.h> #...
aixcc-public/challenge-001-exemplar-source
8,523
arch/sh/kernel/head_32.S
/* SPDX-License-Identifier: GPL-2.0 * $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 * * Head.S contains the SH exception handlers and startup code. */ #include <linux/init.h> #include <l...
aixcc-public/challenge-001-exemplar-source
8,743
arch/sh/kernel/entry-common.S
/* SPDX-License-Identifier: GPL-2.0 * * Copyright (C) 1999, 2000, 2002 Niibe Yutaka * Copyright (C) 2003 - 2008 Paul Mundt */ ! NOTE: ! GNU as (as of 2.9.1) changes bf/s into bt/s and bra, when the address ! to be jumped is too far, but it causes illegal slot exception. /* * entry.S contains the system-call...
aixcc-public/challenge-001-exemplar-source
1,562
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 */ OUTPUT_ARCH(sh) #define RUNTIME_DISCARD_EXIT #include <asm/thread_info.h> #include <asm/cache.h> #include <asm/vmlinux.lds.h> #ifdef CONFIG_PMB #define MEMORY_OFFSET 0 #else #define MEMORY...
aixcc-public/challenge-001-exemplar-source
9,131
arch/sh/lib/udivsi3_i4i.S
/* SPDX-License-Identifier: GPL-2.0+ WITH GCC-exception-2.0 Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. */ !! libgcc routines for the Renesas / SuperH SH CPUs. !! Contributed by Steve Chamberlain. !! sac@cygnus.com !! ashiftrt_r4_x, ___...
aixcc-public/challenge-001-exemplar-source
2,816
arch/sh/lib/ashrsi3.S
/* SPDX-License-Identifier: GPL-2.0+ WITH GCC-exception-2.0 Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. */ !! libgcc routines for the Renesas / SuperH SH CPUs. !! Contributed by Steve Chamberlain. !! sac@cygnus.com !! ashiftrt_r4_x, ___...
aixcc-public/challenge-001-exemplar-source
2,867
arch/sh/lib/ashlsi3.S
/* SPDX-License-Identifier: GPL-2.0+ WITH GCC-exception-2.0 Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. */ !! libgcc routines for the Renesas / SuperH SH CPUs. !! Contributed by Steve Chamberlain. !! sac@cygnus.com !! ashiftrt_r4_x, ___...
aixcc-public/challenge-001-exemplar-source
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...
aixcc-public/challenge-001-exemplar-source
6,298
arch/sh/lib/checksum.S
/* SPDX-License-Identifier: GPL-2.0+ * * $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 ...
aixcc-public/challenge-001-exemplar-source
2,867
arch/sh/lib/lshrsi3.S
/* SPDX-License-Identifier: GPL-2.0+ WITH GCC-exception-2.0 Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. */ !! libgcc routines for the Renesas / SuperH SH CPUs. !! Contributed by Steve Chamberlain. !! sac@cygnus.com !! ashiftrt_r4_x, ___...