repo_id
stringlengths
5
115
size
int64
590
5.01M
file_path
stringlengths
4
212
content
stringlengths
590
5.01M
alibaba/LVS
2,498
kernel/arch/mips/dec/prom/call_o32.S
/* * O32 interface for the 64 (or N32) ABI. * * Copyright (C) 2002 Maciej W. Rozycki * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your opt...
alibaba/LVS
2,654
kernel/arch/mips/fw/lib/call_o32.S
/* * O32 interface for the 64 (or N32) ABI. * * Copyright (C) 2002 Maciej W. Rozycki * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your opt...
alibaba/LVS
3,667
kernel/arch/mips/alchemy/common/sleeper.S
/* * Copyright 2002 Embedded Edge, LLC * Author: dan@embeddededge.com * * Sleep helper for Au1xxx sleep mode. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the...
alibaba/LVS
1,682
kernel/arch/score/kernel/head.S
/* * arch/score/kernel/head.S * * Score Processor version. * * Copyright (C) 2009 Sunplus Core Technology Co., Ltd. * Chen Liqin <liqin.chen@sunplusct.com> * Lennox Wu <lennox.wu@sunplusct.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General P...
alibaba/LVS
8,960
kernel/arch/score/kernel/entry.S
/* * arch/score/kernel/entry.S * * Score Processor version. * * Copyright (C) 2009 Sunplus Core Technology Co., Ltd. * Chen Liqin <liqin.chen@sunplusct.com> * Lennox Wu <lennox.wu@sunplusct.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General ...
alibaba/LVS
2,168
kernel/arch/score/kernel/vmlinux.lds.S
/* * arch/score/kernel/vmlinux.lds.S * * Score Processor version. * * Copyright (C) 2009 Sunplus Core Technology Co., Ltd. * Chen Liqin <liqin.chen@sunplusct.com> * Lennox Wu <lennox.wu@sunplusct.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Ge...
alibaba/LVS
5,560
kernel/arch/score/lib/checksum.S
/* * arch/score/lib/csum_partial.S * * Score Processor version. * * Copyright (C) 2009 Sunplus Core Technology Co., Ltd. * Lennox Wu <lennox.wu@sunplusct.com> * Chen Liqin <liqin.chen@sunplusct.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gene...
alibaba/LVS
2,867
kernel/arch/score/lib/string.S
/* * arch/score/lib/string.S * * Score Processor version. * * Copyright (C) 2009 Sunplus Core Technology Co., Ltd. * Chen Liqin <liqin.chen@sunplusct.com> * Lennox Wu <lennox.wu@sunplusct.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pu...
alibaba/LVS
4,119
kernel/arch/score/mm/tlb-miss.S
/* * arch/score/mm/tlbex.S * * Score Processor version. * * Copyright (C) 2009 Sunplus Core Technology Co., Ltd. * Lennox Wu <lennox.wu@sunplusct.com> * Chen Liqin <liqin.chen@sunplusct.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Publ...
alibaba/LVS
24,533
kernel/arch/powerpc/kernel/entry_64.S
/* * 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 handlers and MMU support * rewritten by Paul Ma...
alibaba/LVS
11,056
kernel/arch/powerpc/kernel/l2cr_6xx.S
/* L2CR functions Copyright © 1997-1998 by PowerLogix R & D, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This ...
alibaba/LVS
3,704
kernel/arch/powerpc/kernel/cpu_setup_ppc970.S
/* * This file contains low level CPU setup functions. * Copyright (C) 2003 Benjamin Herrenschmidt (benh@kernel.crashing.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either ve...
alibaba/LVS
1,766
kernel/arch/powerpc/kernel/cpu_setup_fsl_booke.S
/* * 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> * * This program is free software; you can redistribute it and/or * modify it und...
alibaba/LVS
1,582
kernel/arch/powerpc/kernel/systbl.S
/* * This file contains the table of syscall-handling 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 updates by Dave Engebretsen (engebret@us....
alibaba/LVS
8,720
kernel/arch/powerpc/kernel/vector.S
#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> /* * load_up_altivec(unused, unused, tsk) * Disable VMX for the task which had it previously, * and save its vector registers in its thre...
alibaba/LVS
2,268
kernel/arch/powerpc/kernel/idle_e500.S
/* * 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. * * This program is free software; you can redistribute it and/or * modify it under the terms of t...
alibaba/LVS
6,798
kernel/arch/powerpc/kernel/swsusp_32.S
#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> /* * Structure for storing CPU registers on the save area. */ #define SL_SP 0 #define SL_PC 4 #define SL_MSR ...
alibaba/LVS
2,094
kernel/arch/powerpc/kernel/reloc_64.S
/* * Code to process dynamic relocations in the kernel. * * Copyright 2008 Paul Mackerras, IBM Corp. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the Licen...
alibaba/LVS
17,772
kernel/arch/powerpc/kernel/head_44x.S
/* * 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> * Low-level exception handers, ...
alibaba/LVS
5,092
kernel/arch/powerpc/kernel/idle_6xx.S
/* * 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 additional changes will have to * be done to check ...
alibaba/LVS
1,775
kernel/arch/powerpc/kernel/idle_power4.S
/* * This file contains the power_save function for 970-family CPUs. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later...
alibaba/LVS
4,853
kernel/arch/powerpc/kernel/fpu.S
/* * 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 Mackerras. * Copyright (C) 1997 Dan Malek (d...
alibaba/LVS
2,095
kernel/arch/powerpc/kernel/ppc_save_regs.S
/* * Copyright (C) 1996 Paul Mackerras. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * ...
alibaba/LVS
2,548
kernel/arch/powerpc/kernel/misc.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. * * Adapted for iSeries by Mike Corrigan (mikejc@us.ibm.com) * PPC64 updates by Dave Engebretsen (engebret@us.ibm.co...
alibaba/LVS
1,218
kernel/arch/powerpc/kernel/cpu_setup_pa6t.S
/* * Copyright (C) 2006-2007 PA Semi, Inc * * Maintained by: Olof Johansson <olof@lixom.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed ...
alibaba/LVS
11,174
kernel/arch/powerpc/kernel/cpu_setup_6xx.S
/* * This file contains low level CPU setup functions. * Copyright (C) 2003 Benjamin Herrenschmidt (benh@kernel.crashing.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either ve...
alibaba/LVS
35,029
kernel/arch/powerpc/kernel/head_32.S
/* * 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 handlers and MMU support * rewritten by Paul ...
alibaba/LVS
25,866
kernel/arch/powerpc/kernel/exceptions-64s.S
/* * 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.S due to * position dependant assembly...
alibaba/LVS
28,645
kernel/arch/powerpc/kernel/exceptions-64e.S
/* * Boot code and exception vectors for Book3E processors * * Copyright (C) 2007 Ben. Herrenschmidt (benh@kernel.crashing.org), IBM Corp. * * 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 Found...
alibaba/LVS
4,318
kernel/arch/powerpc/kernel/swsusp_asm64.S
/* * PowerPC 64-bit swsusp implementation * * Copyright 2006 Johannes Berg <johannes@sipsolutions.net> * * GPLv2 */ #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> /* * Struc...
alibaba/LVS
33,819
kernel/arch/powerpc/kernel/entry_32.S
/* * 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 handlers and MMU support * rewritten by Paul M...
alibaba/LVS
28,947
kernel/arch/powerpc/kernel/head_40x.S
/* * 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 handers, MMU support, and rewrite. * Copyright...
alibaba/LVS
25,181
kernel/arch/powerpc/kernel/head_8xx.S
/* * 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 Mackerras. * Copyright (C) 1996 Paul Mackerras. *...
alibaba/LVS
29,227
kernel/arch/powerpc/kernel/head_fsl_booke.S
/* * 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> * Low-level exception handers, MMU support, an...
alibaba/LVS
5,487
kernel/arch/powerpc/kernel/vmlinux.lds.S
#ifdef CONFIG_PPC64 #define PROVIDE32(x) PROVIDE(__unused__##x) #else #define PROVIDE32(x) PROVIDE(x) #endif #include <asm/page.h> #include <asm-generic/vmlinux.lds.h> #include <asm/cache.h> #include <asm/thread_info.h> ENTRY(_stext) PHDRS { kernel PT_LOAD FLAGS(7); /* RWX */ notes PT_NOTE FLAGS(0); dummy PT_NOTE ...
alibaba/LVS
13,818
kernel/arch/powerpc/kernel/misc_64.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. * Adapted for iSeries by Mike Corrigan (mikejc@us.ibm.com) * PPC64 updates by Dave Engebretsen (engebret@us.ibm.com) ...
alibaba/LVS
1,639
kernel/arch/powerpc/kernel/cpu_setup_44x.S
/* * 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> * * This program is free software; you can redistribute it and/or * modify it under the ...
alibaba/LVS
19,721
kernel/arch/powerpc/kernel/head_64.S
/* * 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 handlers and MMU support * rewritten by Paul ...
alibaba/LVS
16,811
kernel/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: * Copyright (C) 2002-2003 Eric Biederman <ebiederm@xmission.com> * GameCube/ppc32 port Copyright (...
alibaba/LVS
1,925
kernel/arch/powerpc/lib/div64.S
/* * 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 divisor. * On exit, r3 contains the remainder. *...
alibaba/LVS
3,629
kernel/arch/powerpc/lib/memcpy_64.S
/* * Copyright (C) 2002 Paul Mackerras, IBM Corp. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */ #include <...
alibaba/LVS
2,011
kernel/arch/powerpc/lib/copypage_64.S
/* * Copyright (C) 2008 Mark Nelson, IBM Corp. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */ #include <asm...
alibaba/LVS
1,971
kernel/arch/powerpc/lib/mem_64.S
/* * String handling functions for PowerPC. * * Copyright (C) 1996 Paul Mackerras. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option...
alibaba/LVS
3,505
kernel/arch/powerpc/lib/string.S
/* * String handling functions for PowerPC. * * Copyright (C) 1996 Paul Mackerras. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option...
alibaba/LVS
10,444
kernel/arch/powerpc/lib/copyuser_64.S
/* * Copyright (C) 2002 Paul Mackerras, IBM Corp. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */ #include <...
alibaba/LVS
4,739
kernel/arch/powerpc/lib/checksum_32.S
/* * This file contains assembly-language implementations * of IP-style 1's complement checksum routines. * * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as publish...
alibaba/LVS
6,019
kernel/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 * * This file is free software; you can redistribute it a...
alibaba/LVS
19,118
kernel/arch/powerpc/lib/feature-fixups-test.S
/* * Copyright 2008 Michael Ellerman, IBM Corporation. * * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */ #...
alibaba/LVS
9,822
kernel/arch/powerpc/lib/copy_32.S
/* * Memory copy functions for 32-bit PowerPC. * * Copyright (C) 1996-2005 Paul Mackerras. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at you...
alibaba/LVS
6,192
kernel/arch/powerpc/lib/checksum_64.S
/* * This file contains assembly-language implementations * of IP-style 1's complement checksum routines. * * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as publish...
alibaba/LVS
11,684
kernel/arch/powerpc/kvm/booke_interrupts.S
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warr...
alibaba/LVS
1,891
kernel/arch/powerpc/boot/div64.S
/* * 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 divisor. * On exit, r3 contains the remainder. *...
alibaba/LVS
2,208
kernel/arch/powerpc/boot/ps3-head.S
/* * PS3 bootwrapper entry. * * Copyright (C) 2007 Sony Computer Entertainment Inc. * Copyright 2007 Sony Corp. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the L...
alibaba/LVS
2,998
kernel/arch/powerpc/boot/ps3-hvcall.S
/* * PS3 bootwrapper hvcalls. * * Copyright (C) 2007 Sony Computer Entertainment Inc. * Copyright 2007 Sony Corp. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the...
alibaba/LVS
2,192
kernel/arch/powerpc/boot/util.S
/* * 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: * Copyright (C) 2002-2003 Eric Biederman <eb...
alibaba/LVS
3,810
kernel/arch/powerpc/boot/string.S
/* * Copyright (C) Paul Mackerras 1997. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * * NOTE: this code ru...
alibaba/LVS
1,979
kernel/arch/powerpc/boot/crt0.S
/* * Copyright (C) Paul Mackerras 1997. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * * NOTE: this code ru...
alibaba/LVS
6,123
kernel/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...
alibaba/LVS
1,086
kernel/arch/powerpc/sysdev/6xx-suspend.S
/* * Enter and leave sleep state on chips with 6xx-style HID0 * power management bits, which don't leave sleep state via reset. * * Author: Scott Wood <scottwood@freescale.com> * * Copyright (c) 2006-2007 Freescale Semiconductor, Inc. * * This program is free software; you can redistribute it and/or modify it ...
alibaba/LVS
8,287
kernel/arch/powerpc/mm/slb_low.S
/* * Low-level SLB routines * * Copyright (C) 2004 David Gibson <dwg@au.ibm.com>, IBM * * Based on earlier C version: * Dave Engebretsen and Mike Corrigan {engebret|mikejc}@us.ibm.com * Copyright (c) 2001 Dave Engebretsen * Copyright (C) 2002 Anton Blanchard <anton@au.ibm.com>, IBM * * This program is fre...
alibaba/LVS
25,904
kernel/arch/powerpc/mm/hash_low_64.S
/* * ppc64 MMU hashtable management routines * * (c) Copyright IBM Corp. 2003, 2005 * * Maintained by: Benjamin Herrenschmidt * <benh@kernel.crashing.org> * * This file is covered by the GNU Public Licence v2 as * described in the kernel's COPYING file. */ #include <asm/reg.h> #include <asm/pg...
alibaba/LVS
23,907
kernel/arch/powerpc/mm/tlb_low_64e.S
/* * Low leve TLB miss handlers for Book3E * * Copyright (C) 2008-2009 * Ben. Herrenschmidt (benh@kernel.crashing.org), IBM Corp. * * 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 Foundati...
alibaba/LVS
19,589
kernel/arch/powerpc/mm/hash_low_32.S
/* * 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 handlers and MMU support * rewritten by Paul Mac...
alibaba/LVS
5,688
kernel/arch/powerpc/mm/tlb_nohash_low.S
/* * 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 * are inline in tlbflush.h * * - tlbil_va *...
alibaba/LVS
9,702
kernel/arch/powerpc/kernel/vdso32/sigtramp.S
/* * 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. * * This program is free software; you can redistribute it and/or * modify it...
alibaba/LVS
3,739
kernel/arch/powerpc/kernel/vdso32/vdso32.lds.S
/* * This is the infamous ld script for the 32 bits vdso * library */ #include <asm/vdso.h> OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc", "elf32-powerpc") OUTPUT_ARCH(powerpc:common) ENTRY(_start) SECTIONS { . = VDSO32_LBASE + SIZEOF_HEADERS; .hash : { *(.hash) } :text .gnu.hash : { *(.gnu....
alibaba/LVS
2,018
kernel/arch/powerpc/kernel/vdso32/datapage.S
/* * Access to the shared data page by the vDSO & syscall map * * Copyright (C) 2004 Benjamin Herrenschmuidt (benh@kernel.crashing.org), IBM Corp. * * 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 Fo...
alibaba/LVS
1,897
kernel/arch/powerpc/kernel/vdso32/cacheflush.S
/* * vDSO provided cache flush routines * * Copyright (C) 2004 Benjamin Herrenschmuidt (benh@kernel.crashing.org), * IBM Corp. * * 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 Fo...
alibaba/LVS
6,521
kernel/arch/powerpc/kernel/vdso32/gettimeofday.S
/* * Userland implementation of gettimeofday() for 32 bits processes in a * ppc64 kernel for use in the vDSO * * Copyright (C) 2004 Benjamin Herrenschmuidt (benh@kernel.crashing.org, * IBM Corp. * * This program is free software; you can redistribute it and/or * modify it under the terms of t...
alibaba/LVS
10,062
kernel/arch/powerpc/kernel/vdso64/sigtramp.S
/* * 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. * * This program is free software; you can redistribute it and/or * modify it ...
alibaba/LVS
3,725
kernel/arch/powerpc/kernel/vdso64/vdso64.lds.S
/* * This is the infamous ld script for the 64 bits vdso * library */ #include <asm/vdso.h> OUTPUT_FORMAT("elf64-powerpc", "elf64-powerpc", "elf64-powerpc") OUTPUT_ARCH(powerpc:common64) ENTRY(_start) SECTIONS { . = VDSO64_LBASE + SIZEOF_HEADERS; .hash : { *(.hash) } :text .gnu.hash : { *(.gnu.hash) } .dyn...
alibaba/LVS
1,990
kernel/arch/powerpc/kernel/vdso64/datapage.S
/* * Access to the shared data page by the vDSO & syscall map * * Copyright (C) 2004 Benjamin Herrenschmuidt (benh@kernel.crashing.org), IBM Corp. * * 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 Fo...
alibaba/LVS
1,904
kernel/arch/powerpc/kernel/vdso64/cacheflush.S
/* * vDSO provided cache flush routines * * Copyright (C) 2004 Benjamin Herrenschmuidt (benh@kernel.crashing.org), * IBM Corp. * * 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 Fo...
alibaba/LVS
5,372
kernel/arch/powerpc/kernel/vdso64/gettimeofday.S
/* * Userland implementation of gettimeofday() for 64 bits processes in a * ppc64 kernel for use in the vDSO * * Copyright (C) 2004 Benjamin Herrenschmuidt (benh@kernel.crashing.org), * IBM Corp. * * This program is free software; you can redistribute it and/or * modify it under the terms of ...
alibaba/LVS
4,654
kernel/arch/powerpc/platforms/cell/beat_hvCall.S
/* * Beat hypervisor call I/F * * (C) Copyright 2007 TOSHIBA CORPORATION * * This code is based on arch/powerpc/platforms/pseries/hvCall.S. * * 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 Foundat...
alibaba/LVS
7,779
kernel/arch/powerpc/platforms/52xx/lite5200_sleep.S
#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 #define GPIOW_DVO 0xc0c #define CDM_CE 0...
alibaba/LVS
2,595
kernel/arch/powerpc/platforms/52xx/mpc52xx_sleep.S
#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 r10, 0 /* flag that irq handler sets */ ...
alibaba/LVS
15,193
kernel/arch/powerpc/platforms/ps3/hvcall.S
/* * PS3 hvcall interface. * * Copyright (C) 2006 Sony Computer Entertainment Inc. * Copyright 2006 Sony Corp. * Copyright 2003, 2004 (c) MontaVista Software, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published b...
alibaba/LVS
4,481
kernel/arch/powerpc/platforms/pseries/hvCall.S
/* * This file contains the generic code to perform a call to the * pSeries LPAR hypervisor. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at yo...
alibaba/LVS
7,439
kernel/arch/powerpc/platforms/powermac/cache.S
/* * 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) 2004 Paul Mackerras (paulus@samba.org) and * ...
alibaba/LVS
8,232
kernel/arch/powerpc/platforms/powermac/sleep.S
/* * 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). * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License ...
alibaba/LVS
8,288
kernel/arch/powerpc/platforms/iseries/exception.S
/* * Low level routines for legacy iSeries support. * * Extracted from head_64.S * * 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 P...
alibaba/LVS
1,605
kernel/arch/powerpc/platforms/iseries/hvcall.S
/* * This file contains the code to perform calls to the * iSeries LPAR hypervisor * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option)...
alibaba/LVS
10,547
kernel/arch/powerpc/platforms/83xx/suspend-asm.S
/* * Enter and leave deep sleep state on MPC83xx * * Copyright (c) 2006-2008 Freescale Semiconductor, Inc. * Author: Scott Wood <scottwood@freescale.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published * by th...
alibaba/LVS
1,856
kernel/arch/powerpc/platforms/pasemi/powersave.S
/* * Copyright (C) 2006-2007 PA Semi, Inc * * Maintained by: Olof Johansson <olof@lixom.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed ...
alibaba/LVS
3,153
kernel/arch/powerpc/platforms/cell/spufs/spu_restore_crt0.S
/* * 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 from the LSCSA * and exits. * * * This program ...
alibaba/LVS
2,680
kernel/arch/powerpc/platforms/cell/spufs/spu_save_crt0.S
/* * 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'. * * * This program is free software; you can redistribute it and/or modify * it un...
Alipay1/HPM6P41_BB
3,569
SoftwareExamples/board/hpm6p41_bb/linkers/iar/startup.s
/* * Copyright (c) 2023-2024 HPMicro * SPDX-License-Identifier: BSD-3-Clause */ #include "hpm_csr_regs.h" MODULE ?startup /* Forward declaration of sections */ SECTION CSTACK:DATA:NOROOT(3) SECTION SAFESTACK:DATA:NOROOT(3) SECTION `.vector_table`:CODE:NOROOT(3) EXTERN _clean_up EXTER...
Alipay1/HPM6P41_BB
3,312
SoftwareExamples/board/hpm6p41_bb/linkers/gcc/start.S
/* * Copyright (c) 2021-2024 HPMicro * * SPDX-License-Identifier: BSD-3-Clause * */ #include "hpm_csr_regs.h" .section .start, "ax" .global _start .type _start,@function _start: /* Initialize global pointer */ .option push .option norelax la gp, __global_pointer$ la tp, __thread_...
Alipay1/HPM6P41_BB
12,474
SoftwareExamples/board/hpm6p41_bb/linkers/segger/startup.s
/********************************************************************* * SEGGER Microcontroller GmbH * * The Embedded Experts * ********************************************************************** * ...
alibaba/LVS
2,820
kernel/firmware/av7110/Boot.S
/* Boot.S: boot loader for Siemens DVB-S card Copyright (C) 2001 Convergence integrated media GmbH Written by Ralph Metzler <rjkm@convergence.de> Copyright (C) 2006 Matthieu CASTET <castet.mattheiu@free.fr> This program is free software; you can redistribute it and/or ...
alibaba/LVS
29,753
kernel/firmware/keyspan_pda/xircom_pgs.S
/* $Id: loop.s,v 1.23 2000/03/20 09:49:06 warner Exp $ * * Firmware for the Keyspan PDA Serial Adapter, a USB serial port based on * the EzUSB microcontroller. * * (C) Copyright 2000 Brian Warner <warner@lothar.com> * * This program is free software; you can redistribute it and/or modify * it under the...
alibaba/LVS
28,550
kernel/firmware/keyspan_pda/keyspan_pda.S
/* $Id: loop.s,v 1.23 2000/03/20 09:49:06 warner Exp $ * * Firmware for the Keyspan PDA Serial Adapter, a USB serial port based on * the EzUSB microcontroller. * * (C) Copyright 2000 Brian Warner <warner@lothar.com> * * This program is free software; you can redistribute it and/or modify * it under the...
alibaba/LVS
39,291
kernel/.pc/patches.taobao/fix-typo-of-do_hypervisor_callback-in-entry_64.S.patch/arch/x86/kernel/entry_64.S
/* * linux/arch/x86_64/entry.S * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright (C) 2000, 2001, 2002 Andi Kleen SuSE Labs * Copyright (C) 2000 Pavel Machek <pavel@suse.cz> */ /* * entry.S contains the system-call and fault low-level handling routines. * * NOTE: This code handles signal-recogniti...
alisw/GMP
4,316
mpn/m88k/mul_1.s
; mc88100 __gmpn_mul_1 -- Multiply a limb vector with a single limb and ; store the product in a second limb vector. ; Copyright 1992, 1994, 1995, 2000 Free Software Foundation, Inc. ; This file is part of the GNU MP Library. ; ; The GNU MP Library is free software; you can redistribute it and/or modify ; it under...
alisw/GMP
2,998
mpn/m88k/sub_n.s
; mc88100 mpn_sub_n -- Subtract two limb vectors of the same length > 0 and ; store difference in a third limb vector. ; Copyright 1992, 1994, 1996, 2000 Free Software Foundation, Inc. ; This file is part of the GNU MP Library. ; ; The GNU MP Library is free software; you can redistribute it and/or modify ; it und...
alisw/GMP
2,928
mpn/m88k/add_n.s
; mc88100 mpn_add_n -- Add two limb vectors of the same length > 0 and store ; sum in a third limb vector. ; Copyright 1992, 1994, 1995, 2000 Free Software Foundation, Inc. ; This file is part of the GNU MP Library. ; ; The GNU MP Library is free software; you can redistribute it and/or modify ; it under the terms...
alisw/GMP
1,794
mpn/m88k/mc88110/addmul_1.s
; mc88110 __gmpn_addmul_1 -- Multiply a limb vector with a single limb and ; store the product in a second limb vector. ; Copyright 1996, 2000 Free Software Foundation, Inc. ; This file is part of the GNU MP Library. ; ; The GNU MP Library is free software; you can redistribute it and/or modify ; it under the term...
alisw/GMP
5,059
mpn/m88k/mc88110/add_n.S
; mc88110 __gmpn_add_n -- Add two limb vectors of the same length > 0 and store ; sum in a third limb vector. ; Copyright 1995, 1996, 2000 Free Software Foundation, Inc. ; This file is part of the GNU MP Library. ; ; The GNU MP Library is free software; you can redistribute it and/or modify ; it under the terms of...
alisw/GMP
1,823
mpn/m88k/mc88110/mul_1.s
; mc88110 __gmpn_mul_1 -- Multiply a limb vector with a single limb and ; store the product in a second limb vector. ; Copyright 1992, 1994, 1995, 2000 Free Software Foundation, Inc. ; This file is part of the GNU MP Library. ; ; The GNU MP Library is free software; you can redistribute it and/or modify ; it under...