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
9,813
arch/powerpc/lib/copy_32.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Memory copy functions for 32-bit PowerPC. * * Copyright (C) 1996-2005 Paul Mackerras. */ #include <asm/processor.h> #include <asm/cache.h> #include <asm/errno.h> #include <asm/ppc_asm.h> #include <asm/export.h> #include <asm/code-patching-asm.h> #include <asm/kas...
aixcc-public/challenge-001-exemplar-source
8,149
arch/powerpc/lib/checksum_64.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
3,651
arch/powerpc/purgatory/trampoline_64.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * kexec trampoline * * Based on code taken from kexec-tools and kexec-lite. * * Copyright (C) 2004 - 2005, Milton D Miller II, IBM Corporation * Copyright (C) 2006, Mohan Kumar M, IBM Corporation * Copyright (C) 2013, Anton Blanchard, IBM Corporation */ #include <...
aixcc-public/challenge-001-exemplar-source
19,692
arch/powerpc/kvm/bookehv_interrupts.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * * Copyright (C) 2010-2011 Freescale Semiconductor, Inc. * * Author: Varun Sethi <varun.sethi@freescale.com> * Author: Scott Wood <scotwood@freescale.com> * Author: Mihai Caraman <mihai.caraman@freescale.com> * * This file is derived from arch/powerpc/kvm/booke_in...
aixcc-public/challenge-001-exemplar-source
3,477
arch/powerpc/kvm/book3s_32_sr.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * * Copyright SUSE Linux Products GmbH 2009 * * Authors: Alexander Graf <agraf@suse.de> */ /****************************************************************************** * * * ...
aixcc-public/challenge-001-exemplar-source
14,587
arch/powerpc/kvm/booke_interrupts.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * * Copyright IBM Corp. 2007 * Copyright 2011 Freescale Semiconductor, Inc. * * Authors: Hollis Blanchard <hollisb@us.ibm.com> */ #include <asm/ppc_asm.h> #include <asm/kvm_asm.h> #include <asm/reg.h> #include <asm/page.h> #include <asm/asm-offsets.h> /* The host s...
aixcc-public/challenge-001-exemplar-source
4,186
arch/powerpc/kvm/book3s_rmhandlers.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * * Copyright SUSE Linux Products GmbH 2009 * * Authors: Alexander Graf <agraf@suse.de> */ #include <asm/ppc_asm.h> #include <asm/kvm_asm.h> #include <asm/reg.h> #include <asm/mmu.h> #include <asm/page.h> #include <asm/asm-offsets.h> #include <asm/asm-compat.h> #ifd...
aixcc-public/challenge-001-exemplar-source
9,129
arch/powerpc/kvm/tm.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * * Derived from book3s_hv_rmhandlers.S, which is: * * Copyright 2011 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> */ #include <asm/reg.h> #include <asm/ppc_asm.h> #include <asm/asm-offsets.h> #include <asm/export.h> #include <asm/tm.h> #include <asm/cputable.h> #...
aixcc-public/challenge-001-exemplar-source
5,664
arch/powerpc/kvm/fpu.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * FPU helper code to use FPU operations from inside the kernel * * Copyright (C) 2010 Alexander Graf (agraf@suse.de) */ #include <linux/pgtable.h> #include <asm/reg.h> #include <asm/page.h> #include <asm/mmu.h> #include <asm/cputable.h> #include <asm/cache.h> ...
aixcc-public/challenge-001-exemplar-source
10,875
arch/powerpc/kvm/book3s_64_entry.S
/* SPDX-License-Identifier: GPL-2.0-only */ #include <asm/asm-offsets.h> #include <asm/cache.h> #include <asm/code-patching-asm.h> #include <asm/exception-64s.h> #include <asm/export.h> #include <asm/kvm_asm.h> #include <asm/kvm_book3s_asm.h> #include <asm/mmu.h> #include <asm/ppc_asm.h> #include <asm/ptrace.h> #includ...
aixcc-public/challenge-001-exemplar-source
10,207
arch/powerpc/kvm/book3s_segment.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * * Copyright SUSE Linux Products GmbH 2010 * * Authors: Alexander Graf <agraf@suse.de> */ /* Real mode helpers */ #include <asm/asm-compat.h> #include <asm/feature-fixups.h> #if defined(CONFIG_PPC_BOOK3S_64) #define GET_SHADOW_VCPU(reg) \ mr reg, r13 #elif d...
aixcc-public/challenge-001-exemplar-source
5,677
arch/powerpc/kvm/book3s_interrupts.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * * Copyright SUSE Linux Products GmbH 2009 * * 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> #include <asm/exception-64s.h> #include <asm/asm-compa...
aixcc-public/challenge-001-exemplar-source
3,134
arch/powerpc/kvm/book3s_64_slb.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * * Copyright SUSE Linux Products GmbH 2009 * * Authors: Alexander Graf <agraf@suse.de> */ #include <asm/asm-compat.h> #include <asm/feature-fixups.h> #define SHADOW_SLB_ENTRY_LEN 0x10 #define OFFSET_ESID(x) (SHADOW_SLB_ENTRY_LEN * x) #define OFFSET_VSID(x) ((SHAD...
aixcc-public/challenge-001-exemplar-source
3,744
arch/powerpc/kvm/book3s_hv_interrupts.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * * Copyright 2011 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> * * Derived from book3s_interrupts.S, which is: * Copyright SUSE Linux Products GmbH 2009 * * Authors: Alexander Graf <agraf@suse.de> */ #include <asm/ppc_asm.h> #include <asm/kvm_asm.h> #include <a...
aixcc-public/challenge-001-exemplar-source
73,024
arch/powerpc/kvm/book3s_hv_rmhandlers.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * * Copyright 2011 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> * * Derived from book3s_rmhandlers.S and other files, which are: * * Copyright SUSE Linux Products GmbH 2009 * * Authors: Alexander Graf <agraf@suse.de> */ #include <asm/ppc_asm.h> #include <asm/co...
aixcc-public/challenge-001-exemplar-source
3,131
arch/powerpc/boot/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
1,475
arch/powerpc/boot/ps3-head.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * PS3 bootwrapper entry. * * Copyright (C) 2007 Sony Computer Entertainment Inc. * Copyright 2007 Sony Corp. */ #include "ppc_asm.h" .machine "ppc64" .text /* * __system_reset_overlay - The PS3 first stage entry. * * The bootwraper build script copies the ...
aixcc-public/challenge-001-exemplar-source
1,416
arch/powerpc/boot/zImage.lds.S
/* SPDX-License-Identifier: GPL-2.0 */ #include <asm-generic/vmlinux.lds.h> #ifdef CONFIG_PPC64_BOOT_WRAPPER OUTPUT_ARCH(powerpc:common64) #else OUTPUT_ARCH(powerpc:common) #endif ENTRY(_zimage_start) EXTERN(_zimage_start) SECTIONS { .text : { _start = .; *(.text) *(.fixup) _etext = .; } ....
aixcc-public/challenge-001-exemplar-source
2,365
arch/powerpc/boot/ps3-hvcall.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * PS3 bootwrapper hvcalls. * * Copyright (C) 2007 Sony Computer Entertainment Inc. * Copyright 2007 Sony Corp. */ #include "ppc_asm.h" .machine "ppc64" /* * The PS3 hypervisor uses a 64 bit "C" language calling convention. * The routines here marshal argument...
aixcc-public/challenge-001-exemplar-source
1,682
arch/powerpc/boot/util.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copied from <file:arch/powerpc/kernel/misc_32.S> * * 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. * * kexec bits...
aixcc-public/challenge-001-exemplar-source
1,203
arch/powerpc/boot/opal-calls.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (c) 2016 IBM Corporation. */ #include "ppc_asm.h" #include "../include/asm/opal-api.h" .text .globl opal_kentry opal_kentry: /* r3 is the fdt ptr */ mtctr r4 li r4, 0 li r5, 0 li r6, 0 li r7, 0 LOAD_REG_ADDR(r11, opal) ld r8,0(r11) ld r9,8(r...
aixcc-public/challenge-001-exemplar-source
3,603
arch/powerpc/boot/string.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) Paul Mackerras 1997. * * NOTE: this code runs in 32 bit mode and is packaged as ELF32. */ #include "ppc_asm.h" .text .globl strcpy strcpy: addi r5,r3,-1 addi r4,r4,-1 1: lbzu r0,1(r4) cmpwi 0,r0,0 stbu r0,1(r5) bne 1b blr .globl strncpy ...
aixcc-public/challenge-001-exemplar-source
6,798
arch/powerpc/boot/crt0.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) Paul Mackerras 1997. * * Adapted for 64 bit LE PowerPC by Andrew Tauferner */ #include "ppc_asm.h" RELA = 7 RELASZ = 8 RELAENT = 9 .data /* A procedure descriptor used when booting this as a COFF file. * When making COFF, this comes first in ...
aixcc-public/challenge-001-exemplar-source
6,125
arch/powerpc/boot/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 * * This file is free software; you can redistribute it a...
aixcc-public/challenge-001-exemplar-source
2,970
arch/powerpc/boot/wii-head.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * arch/powerpc/boot/wii-head.S * * Nintendo Wii bootwrapper entry. * Copyright (C) 2008-2009 The GameCube Linux Team * Copyright (C) 2008,2009 Albert Herranz */ #include "ppc_asm.h" /* * The entry code does no assumptions regarding: * - if the data and instru...
aixcc-public/challenge-001-exemplar-source
2,232
arch/powerpc/boot/gamecube-head.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * arch/powerpc/boot/gamecube-head.S * * Nintendo GameCube bootwrapper entry. * Copyright (C) 2004-2009 The GameCube Linux Team * Copyright (C) 2008,2009 Albert Herranz */ #include "ppc_asm.h" /* * The entry code does no assumptions regarding: * - if the data ...
aixcc-public/challenge-001-exemplar-source
10,478
arch/powerpc/kernel/vdso/sigtramp64.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Signal trampoline for 64 bits processes in a ppc64 kernel for * use in the vDSO * * Copyright (C) 2004 Benjamin Herrenschmuidt (benh@kernel.crashing.org), IBM Corp. * Copyright (C) 2004 Alan Modra (amodra@au.ibm.com)), IBM Corp. */ #include <asm/cache.h> /* IF...
aixcc-public/challenge-001-exemplar-source
2,889
arch/powerpc/kernel/vdso/vdso64.lds.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * This is the infamous ld script for the 64 bits vdso * library */ #include <asm/vdso.h> #include <asm/page.h> #include <asm-generic/vmlinux.lds.h> #ifdef __LITTLE_ENDIAN__ OUTPUT_FORMAT("elf64-powerpcle", "elf64-powerpcle", "elf64-powerpcle") #else OUTPUT_FORMAT("elf64-pow...
aixcc-public/challenge-001-exemplar-source
3,082
arch/powerpc/kernel/vdso/vdso32.lds.S
/* SPDX-License-Identifier: GPL-2.0 */ /* * This is the infamous ld script for the 32 bits vdso * library */ #include <asm/vdso.h> #include <asm/page.h> #include <asm-generic/vmlinux.lds.h> #ifdef __LITTLE_ENDIAN__ OUTPUT_FORMAT("elf32-powerpcle", "elf32-powerpcle", "elf32-powerpcle") #else OUTPUT_FORMAT("elf32-pow...
aixcc-public/challenge-001-exemplar-source
1,473
arch/powerpc/kernel/vdso/datapage.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Access to the shared data page by the vDSO & syscall map * * Copyright (C) 2004 Benjamin Herrenschmuidt (benh@kernel.crashing.org), IBM Corp. */ #include <asm/processor.h> #include <asm/ppc_asm.h> #include <asm/asm-offsets.h> #include <asm/unistd.h> #include <as...
aixcc-public/challenge-001-exemplar-source
1,981
arch/powerpc/kernel/vdso/cacheflush.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * vDSO provided cache flush routines * * Copyright (C) 2004 Benjamin Herrenschmuidt (benh@kernel.crashing.org), * IBM Corp. */ #include <asm/processor.h> #include <asm/ppc_asm.h> #include <asm/vdso.h> #include <asm/vdso_datapage.h> #include <asm...
aixcc-public/challenge-001-exemplar-source
3,085
arch/powerpc/kernel/vdso/gettimeofday.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Userland implementation of gettimeofday() for processes * for use in the vDSO * * Copyright (C) 2004 Benjamin Herrenschmuidt (benh@kernel.crashing.org, * IBM Corp. */ #include <asm/processor.h> #include <asm/ppc_asm.h> #include <asm/vdso.h> #...
aixcc-public/challenge-001-exemplar-source
9,496
arch/powerpc/kernel/vdso/sigtramp32.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Signal trampolines for 32 bits processes in a ppc64 kernel for * use in the vDSO * * Copyright (C) 2004 Benjamin Herrenschmuidt (benh@kernel.crashing.org), IBM Corp. * Copyright (C) 2004 Alan Modra (amodra@au.ibm.com)), IBM Corp. */ #include <asm/processor.h> #...
aixcc-public/challenge-001-exemplar-source
5,905
arch/powerpc/kernel/trace/ftrace_mprofile.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Split from ftrace_64.S */ #include <linux/magic.h> #include <asm/ppc_asm.h> #include <asm/asm-offsets.h> #include <asm/ftrace.h> #include <asm/ppc-opcode.h> #include <asm/export.h> #include <asm/thread_info.h> #include <asm/bug.h> #include <asm/ptrace.h> /* * *...
aixcc-public/challenge-001-exemplar-source
1,268
arch/powerpc/kernel/trace/ftrace_64_pg.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Split from ftrace_64.S */ #include <linux/magic.h> #include <asm/ppc_asm.h> #include <asm/asm-offsets.h> #include <asm/ftrace.h> #include <asm/ppc-opcode.h> #include <asm/export.h> _GLOBAL_TOC(ftrace_caller) lbz r3, PACA_FTRACE_ENABLED(r13) cmpdi r3, 0 beqlr ...
aixcc-public/challenge-001-exemplar-source
1,348
arch/powerpc/kernel/trace/ftrace_low.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Split from entry_64.S */ #include <linux/magic.h> #include <asm/ppc_asm.h> #include <asm/asm-offsets.h> #include <asm/ftrace.h> #include <asm/ppc-opcode.h> #include <asm/export.h> #ifdef CONFIG_PPC64 .pushsection ".tramp.ftrace.text","aw",@progbits; .globl ftrace...
aixcc-public/challenge-001-exemplar-source
1,432
arch/powerpc/platforms/powernv/opal-wrappers.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * PowerNV OPAL API wrappers * * Copyright 2011 IBM Corp. */ #include <linux/jump_label.h> #include <asm/ppc_asm.h> #include <asm/hvcall.h> #include <asm/asm-offsets.h> #include <asm/opal.h> #include <asm/asm-compat.h> #include <asm/feature-fixups.h> .section ".t...
aixcc-public/challenge-001-exemplar-source
1,806
arch/powerpc/platforms/powernv/subcore-asm.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright 2013, Michael (Ellerman|Neuling), IBM Corporation. */ #include <asm/asm-offsets.h> #include <asm/ppc_asm.h> #include <asm/reg.h> #include "subcore.h" _GLOBAL(split_core_secondary_loop) /* * r3 = u8 *state, used throughout the routine * r4 = temp ...
aixcc-public/challenge-001-exemplar-source
7,896
arch/powerpc/platforms/52xx/lite5200_sleep.S
/* SPDX-License-Identifier: GPL-2.0 */ #include <asm/reg.h> #include <asm/ppc_asm.h> #include <asm/processor.h> #include <asm/cache.h> #define SDRAM_CTRL 0x104 #define SC_MODE_EN (1<<31) #define SC_CKE (1<<30) #define SC_REF_EN (1<<28) #define SC_SOFT_PRE (1<<1) #define GPIOW_GPIOE 0xc00 #define GPIOW_DDR 0xc08 #de...
aixcc-public/challenge-001-exemplar-source
2,634
arch/powerpc/platforms/52xx/mpc52xx_sleep.S
/* SPDX-License-Identifier: GPL-2.0 */ #include <asm/reg.h> #include <asm/ppc_asm.h> #include <asm/processor.h> .text _GLOBAL(mpc52xx_deep_sleep) mpc52xx_deep_sleep: /* args r3-r6: SRAM, SDRAM regs, CDM regs, INTR regs */ /* enable interrupts */ mfmsr r7 ori r7, r7, 0x8000 /* EE */ mtmsr r7 sync; isync; li r...
aixcc-public/challenge-001-exemplar-source
14,560
arch/powerpc/platforms/ps3/hvcall.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * PS3 hvcall interface. * * Copyright (C) 2006 Sony Computer Entertainment Inc. * Copyright 2006 Sony Corp. * Copyright 2003, 2004 (c) MontaVista Software, Inc. */ #include <asm/processor.h> #include <asm/ppc_asm.h> #define lv1call .long 0x44000022; extsw r3, r...
aixcc-public/challenge-001-exemplar-source
6,925
arch/powerpc/platforms/pseries/hvCall.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * This file contains the generic code to perform a call to the * pSeries LPAR hypervisor. */ #include <linux/jump_label.h> #include <asm/hvcall.h> #include <asm/processor.h> #include <asm/ppc_asm.h> #include <asm/asm-offsets.h> #include <asm/ptrace.h> #include <asm/...
aixcc-public/challenge-001-exemplar-source
7,369
arch/powerpc/platforms/powermac/cache.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * This file contains low-level cache management functions * used for sleep and CPU speed changes on Apple machines. * (In fact the only thing that is Apple-specific is that we assume * that we can read from ROM at physical address 0xfff00000.) * * Copyright (C...
aixcc-public/challenge-001-exemplar-source
9,186
arch/powerpc/platforms/powermac/sleep.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * This file contains sleep low-level functions for PowerBook G3. * Copyright (C) 1999 Benjamin Herrenschmidt (benh@kernel.crashing.org) * and Paul Mackerras (paulus@samba.org). */ #include <asm/processor.h> #include <asm/page.h> #include <asm/ppc_asm.h> #inc...
aixcc-public/challenge-001-exemplar-source
10,815
arch/powerpc/platforms/83xx/suspend-asm.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Enter and leave deep sleep state on MPC83xx * * Copyright (c) 2006-2008 Freescale Semiconductor, Inc. * Author: Scott Wood <scottwood@freescale.com> */ #include <asm/page.h> #include <asm/ppc_asm.h> #include <asm/reg.h> #include <asm/asm-offsets.h> #define SS_MEMS...
aixcc-public/challenge-001-exemplar-source
1,246
arch/powerpc/platforms/pasemi/powersave.S
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2006-2007 PA Semi, Inc * * Maintained by: Olof Johansson <olof@lixom.net> */ #include <asm/processor.h> #include <asm/page.h> #include <asm/ppc_asm.h> #include <asm/cputable.h> #include <asm/cache.h> #include <asm/thread_info.h> #include <asm/asm-offse...
aixcc-public/challenge-001-exemplar-source
2,514
arch/powerpc/platforms/cell/spufs/spu_restore_crt0.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * crt0_r.S: Entry function for SPU-side context restore. * * Copyright (C) 2005 IBM * * Entry and exit function for SPU-side of the context restore * sequence. Sets up an initial stack frame, then branches to * 'main'. On return, restores all 128 registers fro...
aixcc-public/challenge-001-exemplar-source
2,041
arch/powerpc/platforms/cell/spufs/spu_save_crt0.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * crt0_s.S: Entry function for SPU-side context save. * * Copyright (C) 2005 IBM * * Entry function for SPU-side of the context save sequence. * Saves all 128 GPRs, sets up an initial stack frame, then * branches to 'main'. */ #include <asm/spu_csa.h> .data ....
aixcc-public/challenge-001-exemplar-source
1,403
arch/powerpc/mm/book3s32/nohash_low.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * This file contains low-level assembler routines for managing * the PowerPC 603 tlb invalidation. */ #include <asm/page.h> #include <asm/ppc_asm.h> #include <asm/asm-offsets.h> /* * Flush an entry from the TLB */ #ifdef CONFIG_SMP _GLOBAL(_tlbie) lwz r8,TASK...
aixcc-public/challenge-001-exemplar-source
17,766
arch/powerpc/mm/book3s32/hash_low.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 ha...
aixcc-public/challenge-001-exemplar-source
9,856
arch/powerpc/mm/nohash/tlb_low.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * This file contains low-level functions for performing various * types of TLB invalidations on various processors with no hash * table. * * This file implements the following functions for all no-hash * processors. Some aren't implemented for some variants. Some...
aixcc-public/challenge-001-exemplar-source
33,888
arch/powerpc/mm/nohash/tlb_low_64e.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Low level TLB miss handlers for Book3E * * Copyright (C) 2008-2009 * Ben. Herrenschmidt (benh@kernel.crashing.org), IBM Corp. */ #include <linux/pgtable.h> #include <asm/processor.h> #include <asm/reg.h> #include <asm/page.h> #include <asm/mmu.h> #includ...
Akagi201/ffmpeg-xcode
12,935
ffmpeg-3.0.2/libavcodec/aarch64/h264pred_neon.S
/* * Copyright (c) 2009 Mans Rullgard <mans@mansr.com> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at you...
Akagi201/ffmpeg-xcode
1,074
ffmpeg-3.0.2/libavcodec/aarch64/videodsp.S
/* * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * FFmpeg is distributed...
Akagi201/ffmpeg-xcode
18,658
ffmpeg-3.0.2/libavcodec/aarch64/h264dsp_neon.S
/* * Copyright (c) 2008 Mans Rullgard <mans@mansr.com> * Copyright (c) 2013 Janne Grunau <janne-libav@jannau.net> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software ...
Akagi201/ffmpeg-xcode
33,748
ffmpeg-3.0.2/libavcodec/aarch64/h264qpel_neon.S
/* * Copyright (c) 2008 Mans Rullgard <mans@mansr.com> * Copyright (c) 2013 Janne Grunau <janne-libav@jannau.net> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software ...
Akagi201/ffmpeg-xcode
16,047
ffmpeg-3.0.2/libavcodec/aarch64/h264idct_neon.S
/* * Copyright (c) 2008 Mans Rullgard <mans@mansr.com> * Copyright (c) 2013 Janne Grunau <janne-libav@jannau.net> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software ...
Akagi201/ffmpeg-xcode
2,770
ffmpeg-3.0.2/libavcodec/aarch64/fmtconvert_neon.S
/* * ARM NEON optimised Format Conversion Utils * Copyright (c) 2008 Mans Rullgard <mans@mansr.com> * Copyright (c) 2015 Janne Grunau <janne-libav@jannau.net> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Publi...
Akagi201/ffmpeg-xcode
14,212
ffmpeg-3.0.2/libavcodec/aarch64/mdct_neon.S
/* * AArch64 NEON optimised MDCT * Copyright (c) 2009 Mans Rullgard <mans@mansr.com> * Copyright (c) 2014 Janne Grunau <janne-libav@jannau.net> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as ...
Akagi201/ffmpeg-xcode
22,776
ffmpeg-3.0.2/libavcodec/aarch64/imdct15_neon.S
/* * Copyright (c) 2014 Janne Grunau <janne-libav@jannau.net> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or ...
Akagi201/ffmpeg-xcode
4,395
ffmpeg-3.0.2/libavcodec/aarch64/synth_filter_neon.S
/* * Copyright (c) 2010 Mans Rullgard <mans@mansr.com> * Copyright (c) 2015 Janne Grunau <janne-libav@jannau.net> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software ...
Akagi201/ffmpeg-xcode
15,620
ffmpeg-3.0.2/libavcodec/aarch64/h264cmc_neon.S
/* * Copyright (c) 2008 Mans Rullgard <mans@mansr.com> * Copyright (c) 2013 Janne Grunau <janne-libav@jannau.net> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software ...
Akagi201/ffmpeg-xcode
7,515
ffmpeg-3.0.2/libavcodec/aarch64/mpegaudiodsp_neon.S
/* * Copyright (c) 2014 Janne Grunau <janne-libav@jannau.net> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or ...
Akagi201/ffmpeg-xcode
6,761
ffmpeg-3.0.2/libavcodec/aarch64/neon.S
/* * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * FFmpeg is distributed...
Akagi201/ffmpeg-xcode
18,235
ffmpeg-3.0.2/libavcodec/aarch64/fft_neon.S
/* * ARM NEON optimised FFT * * Copyright (c) 2009 Mans Rullgard <mans@mansr.com> * Copyright (c) 2009 Naotoshi Nojiri * Copyright (c) 2014 Janne Grunau <janne-libav@jannau.net> * * This algorithm (though not any of the implementation details) is * based on libdjbfft by D. J. Bernstein. * * This file is part ...
Akagi201/ffmpeg-xcode
3,220
ffmpeg-3.0.2/libavcodec/aarch64/vorbisdsp_neon.S
/* * Copyright (c) 2008 Mans Rullgard <mans@mansr.com> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at you...
Akagi201/ffmpeg-xcode
13,962
ffmpeg-3.0.2/libavcodec/aarch64/hpeldsp_neon.S
/* * ARM NEON optimised DSP functions * Copyright (c) 2008 Mans Rullgard <mans@mansr.com> * Copyright (c) 2013 Janne Grunau <janne-libav@jannau.net> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * Licens...
Akagi201/ffmpeg-xcode
12,668
ffmpeg-3.0.2/libavcodec/ppc/fft_altivec.S
/* * FFT transform with Altivec optimizations * Copyright (c) 2009 Loren Merritt * * This algorithm (though not any of the implementation details) is * based on libdjbfft by D. J. Bernstein. * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the term...
Akagi201/ffmpeg-xcode
2,671
ffmpeg-3.0.2/libavcodec/ppc/asm.S
/* * Copyright (c) 2009 Loren Merritt * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any lat...
Akagi201/ffmpeg-xcode
7,879
ffmpeg-3.0.2/libavcodec/arm/synth_filter_vfp.S
/* * Copyright (c) 2013 RISC OS Open Ltd * Author: Ben Avison <bavison@riscosopen.org> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * versi...
Akagi201/ffmpeg-xcode
3,858
ffmpeg-3.0.2/libavcodec/arm/mpegvideo_neon.S
/* * Copyright (c) 2010 Mans Rullgard * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any lat...
Akagi201/ffmpeg-xcode
2,250
ffmpeg-3.0.2/libavcodec/arm/audiodsp_neon.S
/* * ARM NEON optimised audio functions * Copyright (c) 2008 Mans Rullgard <mans@mansr.com> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * ...
Akagi201/ffmpeg-xcode
8,639
ffmpeg-3.0.2/libavcodec/arm/vp8_armv6.S
/* * Copyright (C) 2010 Mans Rullgard * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any lat...
Akagi201/ffmpeg-xcode
48,266
ffmpeg-3.0.2/libavcodec/arm/vc1dsp_neon.S
/* * VC1 NEON optimisations * * Copyright (c) 2010 Rob Clark <rob@ti.com> * Copyright (c) 2011 Mans Rullgard <mans@mansr.com> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the ...
Akagi201/ffmpeg-xcode
12,010
ffmpeg-3.0.2/libavcodec/arm/h264pred_neon.S
/* * Copyright (c) 2009 Mans Rullgard <mans@mansr.com> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at you...
Akagi201/ffmpeg-xcode
12,850
ffmpeg-3.0.2/libavcodec/arm/simple_idct_neon.S
/* * ARM NEON IDCT * * Copyright (c) 2008 Mans Rullgard <mans@mansr.com> * * Based on Simple IDCT * Copyright (c) 2001 Michael Niedermayer <michaelni@gmx.at> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Publ...
Akagi201/ffmpeg-xcode
4,911
ffmpeg-3.0.2/libavcodec/arm/vp6dsp_neon.S
/* * Copyright (c) 2010 Mans Rullgard <mans@mansr.com> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at you...
Akagi201/ffmpeg-xcode
14,279
ffmpeg-3.0.2/libavcodec/arm/sbrdsp_neon.S
/* * Copyright (c) 2012 Mans Rullgard * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any lat...
Akagi201/ffmpeg-xcode
18,286
ffmpeg-3.0.2/libavcodec/arm/h264dsp_neon.S
/* * Copyright (c) 2008 Mans Rullgard <mans@mansr.com> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at you...
Akagi201/ffmpeg-xcode
17,292
ffmpeg-3.0.2/libavcodec/arm/simple_idct_armv5te.S
/* * Simple IDCT * * Copyright (c) 2001 Michael Niedermayer <michaelni@gmx.at> * Copyright (c) 2006 Mans Rullgard <mans@mansr.com> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by...
Akagi201/ffmpeg-xcode
33,242
ffmpeg-3.0.2/libavcodec/arm/h264qpel_neon.S
/* * Copyright (c) 2008 Mans Rullgard <mans@mansr.com> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at you...
Akagi201/ffmpeg-xcode
1,102
ffmpeg-3.0.2/libavcodec/arm/videodsp_armv5te.S
@ @ ARMv5te-optimized core video DSP functions @ Copyright (c) 2004 AGAWA Koji <i (AT) atty (DOT) jp> @ @ This file is part of FFmpeg @ @ FFmpeg is free software; you can redistribute it and/or @ modify it under the terms of the GNU Lesser General Public @ License as published by the Free Software Foundation; either @ ...
Akagi201/ffmpeg-xcode
1,828
ffmpeg-3.0.2/libavcodec/arm/idctdsp_armv6.S
/* * Copyright (c) 2009 Mans Rullgard <mans@mansr.com> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at you...
Akagi201/ffmpeg-xcode
14,745
ffmpeg-3.0.2/libavcodec/arm/h264idct_neon.S
/* * Copyright (c) 2008 Mans Rullgard <mans@mansr.com> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at you...
Akagi201/ffmpeg-xcode
3,057
ffmpeg-3.0.2/libavcodec/arm/fmtconvert_neon.S
/* * ARM NEON optimised Format Conversion Utils * Copyright (c) 2008 Mans Rullgard <mans@mansr.com> * Copyright (c) 2015 Janne Grunau <janne-libav@jannau.net>b * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Publ...
Akagi201/ffmpeg-xcode
12,548
ffmpeg-3.0.2/libavcodec/arm/mdct_neon.S
/* * ARM NEON optimised MDCT * Copyright (c) 2009 Mans Rullgard <mans@mansr.com> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1...
Akagi201/ffmpeg-xcode
2,613
ffmpeg-3.0.2/libavcodec/arm/mpegvideoencdsp_armv6.S
/* * Copyright (c) 2009 Mans Rullgard <mans@mansr.com> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at you...
Akagi201/ffmpeg-xcode
27,781
ffmpeg-3.0.2/libavcodec/arm/hevcdsp_qpel_neon.S
/* * Copyright (c) 2014 - 2015 Seppo Tomperi <seppo.tomperi@vtt.fi> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the Licens...
Akagi201/ffmpeg-xcode
1,825
ffmpeg-3.0.2/libavcodec/arm/int_neon.S
/* * ARM NEON optimised integer operations * Copyright (c) 2009 Konstantin Shishkov * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version ...
Akagi201/ffmpeg-xcode
21,690
ffmpeg-3.0.2/libavcodec/arm/simple_idct_arm.S
/* * Copyright (C) 2002 Frederic 'dilb' Boulay * * Author: Frederic Boulay <dilb@handhelds.org> * * The function defined in this file is derived from the simple_idct function * from the libavcodec library part of the FFmpeg project. * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistr...
Akagi201/ffmpeg-xcode
8,517
ffmpeg-3.0.2/libavcodec/arm/me_cmp_armv6.S
/* * Copyright (c) 2009 Mans Rullgard <mans@mansr.com> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at you...
Akagi201/ffmpeg-xcode
21,432
ffmpeg-3.0.2/libavcodec/arm/hpeldsp_arm.S
@ @ ARMv4-optimized halfpel functions @ Copyright (c) 2004 AGAWA Koji <i (AT) atty (DOT) jp> @ @ This file is part of FFmpeg. @ @ FFmpeg is free software; you can redistribute it and/or @ modify it under the terms of the GNU Lesser General Public @ License as published by the Free Software Foundation; either @ version ...
Akagi201/ffmpeg-xcode
14,328
ffmpeg-3.0.2/libavcodec/arm/hevcdsp_idct_neon.S
/* * Copyright (c) 2014 Seppo Tomperi <seppo.tomperi@vtt.fi> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (...
Akagi201/ffmpeg-xcode
4,647
ffmpeg-3.0.2/libavcodec/arm/flacdsp_arm.S
/* * Copyright (c) 2012 Mans Rullgard <mans@mansr.com> * * This file is part of FFmpeg * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your...
Akagi201/ffmpeg-xcode
1,286
ffmpeg-3.0.2/libavcodec/arm/ac3dsp_arm.S
/* * Copyright (c) 2011 Mans Rullgard <mans@mansr.com> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at you...
Akagi201/ffmpeg-xcode
3,979
ffmpeg-3.0.2/libavcodec/arm/mpegvideo_armv5te_s.S
/* * Optimization of some functions from mpegvideo.c for armv5te * Copyright (c) 2007 Siarhei Siamashka <ssvb@users.sourceforge.net> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by...
Akagi201/ffmpeg-xcode
13,553
ffmpeg-3.0.2/libavcodec/arm/jrevdct_arm.S
/* C-like prototype : void j_rev_dct_arm(DCTBLOCK data) With DCTBLOCK being a pointer to an array of 64 'signed shorts' Copyright (c) 2001 Lionel Ulmer (lionel.ulmer@free.fr / bbrox@bbrox.org) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and ass...
Akagi201/ffmpeg-xcode
6,403
ffmpeg-3.0.2/libavcodec/arm/rv34dsp_neon.S
/* * Copyright (c) 2011 Janne Grunau <janne-libav@jannau.net> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or ...
Akagi201/ffmpeg-xcode
5,842
ffmpeg-3.0.2/libavcodec/arm/ac3dsp_neon.S
/* * Copyright (c) 2011 Mans Rullgard <mans@mansr.com> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at you...
Akagi201/ffmpeg-xcode
4,944
ffmpeg-3.0.2/libavcodec/arm/idctdsp_neon.S
/* * ARM-NEON-optimized IDCT functions * Copyright (c) 2008 Mans Rullgard <mans@mansr.com> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * v...