repo_id
stringlengths
5
115
size
int64
590
5.01M
file_path
stringlengths
4
212
content
stringlengths
590
5.01M
alibaba/LVS
1,780
kernel/arch/arm/mm/tlb-v4wbi.S
/* * linux/arch/arm/mm/tlbv4wbi.S * * Copyright (C) 1997-2002 Russell King * * 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. * * ARM architecture version 4 and version 5 TL...
alibaba/LVS
16,722
kernel/arch/arm/mm/proc-feroceon.S
/* * linux/arch/arm/mm/proc-feroceon.S: MMU functions for Feroceon * * Heavily based on proc-arm926.S * Maintainer: Assaf Hoffman <hoffman@marvell.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free So...
alibaba/LVS
1,320
kernel/arch/arm/mm/abort-ev6.S
#include <linux/linkage.h> #include <asm/assembler.h> #include "abort-macro.S" /* * Function: v6_early_abort * * Params : r2 = address of aborted instruction * : r3 = saved SPSR * * Returns : r0 = address of abort * : r1 = FSR, bit 11 = write * : r2-r8 = corrupted * : r9 = preserved * : s...
alibaba/LVS
11,116
kernel/arch/arm/mm/proc-arm920.S
/* * linux/arch/arm/mm/proc-arm920.S: MMU functions for ARM920 * * Copyright (C) 1999,2000 ARM Limited * Copyright (C) 2000 Deep Blue Solutions Ltd. * hacked for non-paged-MM by Hyok S. Choi, 2003. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gener...
alibaba/LVS
1,632
kernel/arch/arm/mm/tlb-v4.S
/* * linux/arch/arm/mm/tlbv4.S * * Copyright (C) 1997-2002 Russell King * * 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. * * ARM architecture version 4 TLB handling functi...
alibaba/LVS
5,986
kernel/arch/arm/mm/proc-sa110.S
/* * linux/arch/arm/mm/proc-sa110.S * * Copyright (C) 1997-2002 Russell King * hacked for non-paged-MM by Hyok S. Choi, 2003. * * 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 Foundatio...
alibaba/LVS
11,013
kernel/arch/arm/mm/proc-arm6_7.S
/* * linux/arch/arm/mm/proc-arm6,7.S * * Copyright (C) 1997-2000 Russell King * hacked for non-paged-MM by Hyok S. Choi, 2003. * * 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 Foundati...
alibaba/LVS
8,972
kernel/arch/arm/mm/proc-v7.S
/* * linux/arch/arm/mm/proc-v7.S * * Copyright (C) 2001 Deep Blue Solutions Ltd. * * 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 is the "shell" of the ARMv7 proc...
alibaba/LVS
2,504
kernel/arch/arm/mm/tlb-v7.S
/* * linux/arch/arm/mm/tlb-v7.S * * Copyright (C) 1997-2002 Russell King * Modified for ARMv7 by Catalin Marinas * * 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. * * ARM...
alibaba/LVS
4,509
kernel/arch/arm/mm/proc-arm740.S
/* * linux/arch/arm/mm/arm740.S: utility functions for ARM740 * * Copyright (C) 2004-2006 Hyok S. Choi (hyok.choi@samsung.com) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation...
alibaba/LVS
5,905
kernel/arch/arm/mm/proc-fa526.S
/* * linux/arch/arm/mm/proc-fa526.S: MMU functions for FA526 * * Written by : Luke Lee * Copyright (C) 2005 Faraday Corp. * Copyright (C) 2008-2009 Paulius Zaleckas <paulius.zaleckas@teltonika.lt> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Genera...
alibaba/LVS
11,984
kernel/arch/arm/mm/proc-arm1020e.S
/* * linux/arch/arm/mm/proc-arm1020e.S: MMU functions for ARM1020 * * Copyright (C) 2000 ARM Limited * Copyright (C) 2000 Deep Blue Solutions Ltd. * hacked for non-paged-MM by Hyok S. Choi, 2003. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General...
alibaba/LVS
3,174
kernel/arch/arm/mm/cache-v3.S
/* * linux/arch/arm/mm/cache-v3.S * * Copyright (C) 1997-2002 Russell king * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/linkage.h> #include <linux/ini...
alibaba/LVS
13,350
kernel/arch/arm/mm/proc-xsc3.S
/* * linux/arch/arm/mm/proc-xsc3.S * * Original Author: Matthew Gilbert * Current Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> * * Copyright 2004 (C) Intel Corp. * Copyright 2005 (C) MontaVista Software, Inc. * * This program is free software; you can redistribute it and/or modify * it under the ter...
alibaba/LVS
5,827
kernel/arch/arm/mm/proc-arm7tdmi.S
/* * linux/arch/arm/mm/proc-arm7tdmi.S: utility functions for ARM7TDMI * * Copyright (C) 2003-2006 Hyok S. Choi <hyok.choi@samsung.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software F...
alibaba/LVS
11,997
kernel/arch/arm/mm/proc-arm926.S
/* * linux/arch/arm/mm/proc-arm926.S: MMU functions for ARM926EJ-S * * Copyright (C) 1999-2001 ARM Limited * Copyright (C) 2000 Deep Blue Solutions Ltd. * hacked for non-paged-MM by Hyok S. Choi, 2003. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU G...
alibaba/LVS
5,682
kernel/arch/arm/mm/proc-macros.S
/* * We need constants.h for: * VMA_VM_MM * VMA_VM_FLAGS * VM_EXEC */ #include <asm/asm-offsets.h> #include <asm/thread_info.h> /* * vma_vm_mm - get mm pointer from vma pointer (vma->vm_mm) */ .macro vma_vm_mm, rd, rn ldr \rd, [\rn, #VMA_VM_MM] .endm /* * vma_vm_flags - get vma->vm_flags */ .macro vma...
alibaba/LVS
11,102
kernel/arch/arm/mm/proc-arm946.S
/* * linux/arch/arm/mm/arm946.S: utility functions for ARM946E-S * * Copyright (C) 2004-2006 Hyok S. Choi (hyok.choi@samsung.com) * * (Many of cache codes are from proc-arm926.S) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License ve...
alibaba/LVS
7,170
kernel/arch/arm/mm/proc-sa1100.S
/* * linux/arch/arm/mm/proc-sa1100.S * * Copyright (C) 1997-2002 Russell King * hacked for non-paged-MM by Hyok S. Choi, 2003. * * 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 Foundati...
alibaba/LVS
3,364
kernel/arch/arm/mm/cache-v4.S
/* * linux/arch/arm/mm/cache-v4.S * * Copyright (C) 1997-2002 Russell king * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/linkage.h> #include <linux/ini...
alibaba/LVS
1,261
kernel/arch/arm/mm/tlb-v3.S
/* * linux/arch/arm/mm/tlbv3.S * * Copyright (C) 1997-2002 Russell King * * 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. * * ARM architecture version 3 TLB handling functi...
alibaba/LVS
14,140
kernel/arch/arm/mm/proc-arm925.S
/* * linux/arch/arm/mm/arm925.S: MMU functions for ARM925 * * Copyright (C) 1999,2000 ARM Limited * Copyright (C) 2000 Deep Blue Solutions Ltd. * Copyright (C) 2002 RidgeRun, Inc. * Copyright (C) 2002-2003 MontaVista Software, Inc. * * Update for Linux-2.6 and cache flush improvements * Copyright (C) 20...
alibaba/LVS
10,479
kernel/arch/arm/mm/proc-mohawk.S
/* * linux/arch/arm/mm/proc-mohawk.S: MMU functions for Marvell PJ1 core * * PJ1 (codename Mohawk) is a hybrid of the xscale3 and Marvell's own core. * * Heavily based on proc-arm926.S and proc-xsc3.S * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gen...
alibaba/LVS
1,970
kernel/arch/arm/mm/tlb-fa.S
/* * linux/arch/arm/mm/tlb-fa.S * * Copyright (C) 2005 Faraday Corp. * Copyright (C) 2008-2009 Paulius Zaleckas <paulius.zaleckas@teltonika.lt> * * Based on tlb-v4wbi.S: * Copyright (C) 1997-2002 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of ...
alibaba/LVS
4,411
kernel/arch/arm/mm/cache-v4wt.S
/* * linux/arch/arm/mm/cache-v4wt.S * * Copyright (C) 1997-2002 Russell king * * 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. * * ARMv4 write through cache operations supp...
alibaba/LVS
12,806
kernel/arch/arm/mm/proc-arm1020.S
/* * linux/arch/arm/mm/proc-arm1020.S: MMU functions for ARM1020 * * Copyright (C) 2000 ARM Limited * Copyright (C) 2000 Deep Blue Solutions Ltd. * hacked for non-paged-MM by Hyok S. Choi, 2003. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General ...
alibaba/LVS
7,601
kernel/arch/arm/mm/cache-v7.S
/* * linux/arch/arm/mm/cache-v7.S * * Copyright (C) 2001 Deep Blue Solutions Ltd. * Copyright (C) 2005 ARM Ltd. * * 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...
alibaba/LVS
11,086
kernel/arch/arm/mm/proc-arm1026.S
/* * linux/arch/arm/mm/proc-arm1026.S: MMU functions for ARM1026EJ-S * * Copyright (C) 2000 ARM Limited * Copyright (C) 2000 Deep Blue Solutions Ltd. * hacked for non-paged-MM by Hyok S. Choi, 2003. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gene...
alibaba/LVS
1,144
kernel/arch/arm/mm/abort-macro.S
/* * The ARM LDRD and Thumb LDRSB instructions use bit 20/11 (ARM/Thumb) * differently than every other instruction, so it is set to 0 (write) * even though the instructions are read instructions. This means that * during an abort the instructions will be treated as a write and the * handler will raise a signal fr...
alibaba/LVS
5,731
kernel/arch/arm/mm/cache-v4wb.S
/* * linux/arch/arm/mm/cache-v4wb.S * * Copyright (C) 1997-2002 Russell king * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/linkage.h> #include <linux/i...
alibaba/LVS
9,639
kernel/arch/arm/mm/proc-arm940.S
/* * linux/arch/arm/mm/arm940.S: utility functions for ARM940T * * Copyright (C) 2004-2006 Hyok S. Choi (hyok.choi@samsung.com) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundatio...
alibaba/LVS
1,975
kernel/arch/arm/mm/tlb-v4wb.S
/* * linux/arch/arm/mm/tlbv4wb.S * * Copyright (C) 1997-2002 Russell King * * 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. * * ARM architecture version 4 TLB handling func...
alibaba/LVS
11,277
kernel/arch/arm/mm/proc-arm1022.S
/* * linux/arch/arm/mm/proc-arm1022.S: MMU functions for ARM1022E * * Copyright (C) 2000 ARM Limited * Copyright (C) 2000 Deep Blue Solutions Ltd. * hacked for non-paged-MM by Hyok S. Choi, 2003. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General...
alibaba/LVS
5,861
kernel/arch/arm/mm/proc-v6.S
/* * linux/arch/arm/mm/proc-v6.S * * Copyright (C) 2001 Deep Blue Solutions Ltd. * Modified by Catalin Marinas for noMMU support * * 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 Founda...
alibaba/LVS
11,287
kernel/arch/arm/mm/proc-arm922.S
/* * linux/arch/arm/mm/proc-arm922.S: MMU functions for ARM922 * * Copyright (C) 1999,2000 ARM Limited * Copyright (C) 2000 Deep Blue Solutions Ltd. * Copyright (C) 2001 Altera Corporation * hacked for non-paged-MM by Hyok S. Choi, 2003. * * This program is free software; you can redistribute it and/or mod...
alibaba/LVS
3,139
kernel/arch/arm/mm/proc-arm9tdmi.S
/* * linux/arch/arm/mm/proc-arm9tdmi.S: utility functions for ARM9TDMI * * Copyright (C) 2003-2006 Hyok S. Choi <hyok.choi@samsung.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software F...
alibaba/LVS
6,546
kernel/arch/arm/mm/abort-lv4t.S
#include <linux/linkage.h> #include <asm/assembler.h> /* * Function: v4t_late_abort * * Params : r2 = address of aborted instruction * : r3 = saved SPSR * * Returns : r0 = address of abort * : r1 = FSR, bit 11 = write * : r2-r8 = corrupted * : r9 = preserved * : sp = pointer to registers ...
alibaba/LVS
6,786
kernel/arch/arm/mm/cache-v6.S
/* * linux/arch/arm/mm/cache-v6.S * * Copyright (C) 2001 Deep Blue Solutions Ltd. * * 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 is the "shell" of the ARMv6 pro...
alibaba/LVS
5,726
kernel/arch/arm/mm/cache-fa.S
/* * linux/arch/arm/mm/cache-fa.S * * Copyright (C) 2005 Faraday Corp. * Copyright (C) 2008-2009 Paulius Zaleckas <paulius.zaleckas@teltonika.lt> * * Based on cache-v4wb.S: * Copyright (C) 1997-2002 Russell king * * This program is free software; you can redistribute it and/or modify * it under the terms ...
alibaba/LVS
7,270
kernel/arch/arm/mm/proc-arm720.S
/* * linux/arch/arm/mm/proc-arm720.S: MMU functions for ARM720 * * Copyright (C) 2000 Steve Hill (sjhill@cotw.com) * Rob Scott (rscott@mtrob.fdns.net) * Copyright (C) 2000 ARM Limited, Deep Blue Solutions Ltd. * hacked for non-paged-MM by Hyok S. Choi, 2004. * * This program is free soft...
alibaba/LVS
1,293
kernel/arch/arm/mach-footbridge/include/mach/debug-macro.S
/* arch/arm/mach-footbridge/include/mach/debug-macro.S * * Debugging macro include header * * Copyright (C) 1994-1999 Russell King * Moved from linux/arch/arm/kernel/debug.S by Ben Dooks * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Lic...
alibaba/LVS
2,323
kernel/arch/arm/mach-footbridge/include/mach/entry-macro.S
/* * arch/arm/mach-footbridge/include/mach/entry-macro.S * * Low-level IRQ helper macros for footbridge-based platforms * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #i...
alibaba/LVS
1,564
kernel/arch/arm/mach-davinci/include/mach/debug-macro.S
/* * Debugging macro for DaVinci * * Author: Kevin Hilman, MontaVista Software, Inc. <source@mvista.com> * * 2007 (c) MontaVista Software, Inc. This file is licensed under * the terms of the GNU General Public License version 2. This program * is licensed "as is" without any warranty of any kind, whether express...
alibaba/LVS
1,305
kernel/arch/arm/mach-davinci/include/mach/entry-macro.S
/* * Low-level IRQ helper macros for TI DaVinci-based platforms * * Author: Kevin Hilman, MontaVista Software, Inc. <source@mvista.com> * * 2007 (c) MontaVista Software, Inc. This file is licensed under * the terms of the GNU General Public License version 2. This program * is licensed "as is" without any warran...
alibaba/LVS
1,050
kernel/arch/arm/mach-ks8695/include/mach/debug-macro.S
/* * arch/arm/mach-ks8695/include/mach/debug-macro.S * * Copyright (C) 2006 Ben Dooks <ben@simtec.co.uk> * Copyright (C) 2006 Simtec Electronics * * KS8695 - Debug macros * * 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...
alibaba/LVS
1,288
kernel/arch/arm/mach-ks8695/include/mach/entry-macro.S
/* * arch/arm/mach-ks8695/include/mach/entry-macro.S * * Copyright (C) 2006 Ben Dooks <ben@simtec.co.uk> * Copyright (C) 2006 Simtec Electronics * * Low-level IRQ helper macros for KS8695 * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" ...
alibaba/LVS
1,229
kernel/arch/arm/mach-lh7a40x/include/mach/debug-macro.S
/* arch/arm/mach-lh7a40x/include/mach/debug-macro.S * * Debugging macro include header * * Copyright (C) 1994-1999 Russell King * Moved from linux/arch/arm/kernel/debug.S by Ben Dooks * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Licens...
alibaba/LVS
4,078
kernel/arch/arm/mach-lh7a40x/include/mach/entry-macro.S
/* * arch/arm/mach-lh7a40x/include/mach/entry-macro.S * * Low-level IRQ helper macros for LH7A40x platforms * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #include <mach...
alibaba/LVS
1,042
kernel/arch/arm/mach-shark/include/mach/entry-macro.S
/* * arch/arm/mach-shark/include/mach/entry-macro.S * * Low-level IRQ helper macros for Shark platform * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ .macro disable_fi...
alibaba/LVS
1,037
kernel/arch/arm/mach-u300/include/mach/entry-macro.S
/* * * arch-arm/mach-u300/include/mach/entry-macro.S * * * Copyright (C) 2006-2009 ST-Ericsson AB * License terms: GNU General Public License (GPL) version 2 * Low-level IRQ helper macros for ST-Ericsson U300 * Author: Linus Walleij <linus.walleij@stericsson.com> */ #include <mach/hardware.h> #include <asm/har...
alibaba/LVS
1,118
kernel/arch/arm/plat-stmp3xxx/include/mach/debug-macro.S
/* * Debugging macro include header * * Embedded Alley Solutions, Inc <source@embeddedalley.com> * * Copyright 2008 Freescale Semiconductor, Inc. All Rights Reserved. * Copyright 2008 Embedded Alley Solutions, Inc All Rights Reserved. */ /* * The code contained herein is licensed under the GNU General Public ...
alibaba/LVS
2,545
kernel/arch/arm/mach-bcmring/include/mach/entry-macro.S
/***************************************************************************** * Copyright 2006 - 2008 Broadcom Corporation. All rights reserved. * * Unless you and Broadcom execute a separate written software license * agreement governing use of this software, this software is licensed to you * under the terms of the...
alibaba/LVS
1,351
kernel/arch/arm/mach-ep93xx/include/mach/entry-macro.S
/* * arch/arm/mach-ep93xx/include/mach/entry-macro.S * IRQ demultiplexing for EP93xx * * Copyright (C) 2006 Lennert Buytenhek <buytenh@wantstofly.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 Softwa...
alibaba/LVS
1,084
kernel/arch/arm/mach-h720x/include/mach/debug-macro.S
/* arch/arm/mach-h720x/include/mach/debug-macro.S * * Debugging macro include header * * Copyright (C) 1994-1999 Russell King * Moved from linux/arch/arm/kernel/debug.S by Ben Dooks * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License ...
alibaba/LVS
1,862
kernel/arch/arm/mach-h720x/include/mach/entry-macro.S
/* * arch/arm/mach-h720x/include/mach/entry-macro.S * * Low-level IRQ helper macros for Hynix HMS720x based platforms * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ ....
alibaba/LVS
1,052
kernel/arch/arm/mach-versatile/include/mach/entry-macro.S
/* * arch/arm/mach-versatile/include/mach/entry-macro.S * * Low-level IRQ helper macros for Versatile platforms * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #include <...
alibaba/LVS
1,298
kernel/arch/arm/mach-pxa/include/mach/entry-macro.S
/* * arch/arm/mach-pxa/include/mach/entry-macro.S * * Low-level IRQ helper macros for PXA-based platforms * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #include <mach/h...
alibaba/LVS
1,037
kernel/arch/arm/mach-nomadik/include/mach/entry-macro.S
/* * Low-level IRQ helper macros for Nomadik platforms * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #include <mach/hardware.h> #include <mach/irqs.h> .macro disable_f...
alibaba/LVS
1,163
kernel/arch/arm/mach-ixp4xx/include/mach/entry-macro.S
/* * arch/arm/mach-ixp4xx/include/mach/entry-macro.S * * Low-level IRQ helper macros for IXP4xx-based platforms * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #include <...
alibaba/LVS
1,164
kernel/arch/arm/mach-integrator/include/mach/entry-macro.S
/* * arch/arm/mach-integrator/include/mach/entry-macro.S * * Low-level IRQ helper macros for Integrator platforms * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #include...
alibaba/LVS
1,050
kernel/arch/arm/mach-iop33x/include/mach/entry-macro.S
/* * arch/arm/mach-iop33x/include/mach/entry-macro.S * * Low-level IRQ helper macros for IOP33x-based platforms * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #include <m...
alibaba/LVS
1,200
kernel/arch/arm/mach-mv78xx0/include/mach/entry-macro.S
/* * arch/arm/mach-mv78xx0/include/mach/entry-macro.S * * Low-level IRQ helper macros for Marvell MV78xx0 platforms * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #incl...
alibaba/LVS
1,056
kernel/arch/arm/mach-clps711x/include/mach/debug-macro.S
/* arch/arm/mach-clps711x/include/mach/debug-macro.S * * Debugging macro include header * * Copyright (C) 1994-1999 Russell King * Moved from linux/arch/arm/kernel/debug.S by Ben Dooks * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Licen...
alibaba/LVS
1,376
kernel/arch/arm/mach-clps711x/include/mach/entry-macro.S
/* * arch/arm/mach-clps711x/include/mach/entry-macro.S * * Low-level IRQ helper macros for CLPS711X-based platforms * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #inclu...
alinradut/AsteroidsCocos2D-x
42,842
libs/cocos2dx/platform/third_party/airplay/zlib/contrib/inflate86/inffast.S
/* * inffast.S is a hand tuned assembler version of: * * inffast.c -- fast decoding * Copyright (C) 1995-2003 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h * * Copyright (C) 2003 Chris Anderson <christop@charm.net> * Please use the copyright conditions above. * * This ver...
alinradut/AsteroidsCocos2D-x
9,238
libs/cocos2dx/platform/third_party/airplay/zlib/contrib/asm686/match.S
/* match.s -- Pentium-Pro-optimized version of longest_match() * Written for zlib 1.1.2 * Copyright (C) 1998 Brian Raiter <breadbox@muppetlabs.com> * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License. */ #ifndef NO_UNDERLINE #define match_init _...
alinradut/AsteroidsCocos2D-x
10,817
libs/cocos2dx/platform/third_party/airplay/zlib/contrib/asm586/match.S
/* match.s -- Pentium-optimized version of longest_match() * Written for zlib 1.1.2 * Copyright (C) 1998 Brian Raiter <breadbox@muppetlabs.com> * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License. */ #ifndef NO_UNDERLINE #define match_init _matc...
alibaba/LVS
1,290
kernel/arch/arm/mach-realview/include/mach/debug-macro.S
/* arch/arm/mach-realview/include/mach/debug-macro.S * * Debugging macro include header * * Copyright (C) 1994-1999 Russell King * Moved from linux/arch/arm/kernel/debug.S by Ben Dooks * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Licen...
alibaba/LVS
2,308
kernel/arch/arm/mach-realview/include/mach/entry-macro.S
/* * arch/arm/mach-realview/include/mach/entry-macro.S * * Low-level IRQ helper macros for RealView platforms * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #include <ma...
alibaba/LVS
1,205
kernel/arch/arm/mach-netx/include/mach/entry-macro.S
/* * arch/arm/mach-netx/include/mach/entry-macro.S * * Low-level IRQ helper macros for Hilscher netX based platforms * * Copyright (C) 2005 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public L...
alibaba/LVS
3,249
kernel/arch/arm/mach-pnx4008/include/mach/entry-macro.S
/* * arch/arm/mach-pnx4008/include/mach/entry-macro.S * * Low-level IRQ helper macros for PNX4008-based platforms * * 2005-2006 (c) MontaVista Software, Inc. * Author: Vitaly Wool <vwool@ru.mvista.com> * This file is licensed under the terms of the GNU General Public * License version 2. This program is licens...
alibaba/LVS
1,558
kernel/arch/arm/mach-iop13xx/include/mach/entry-macro.S
/* * iop13xx low level irq macros * Copyright (c) 2005-2006, Intel Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is distribut...
alibaba/LVS
26,386
kernel/arch/arm/boot/compressed/head.S
/* * linux/arch/arm/boot/compressed/head.S * * Copyright (C) 1996-2002 Russell King * Copyright (C) 2004 Hyok S. Choi (MPU support) * * 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 Fou...
alibaba/LVS
2,868
kernel/arch/arm/boot/compressed/ll_char_wr.S
/* * linux/arch/arm/lib/ll_char_wr.S * * Copyright (C) 1995, 1996 Russell King. * * 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. * * Speedups & 1bpp code (C) 1996 Philip B...
alibaba/LVS
1,238
kernel/arch/arm/boot/compressed/head-sa1100.S
/* * linux/arch/arm/boot/compressed/head-sa1100.S * * Copyright (C) 1999 Nicolas Pitre <nico@fluxnic.net> * * SA1100 specific tweaks. This is merged into head.S by the linker. * */ #include <linux/linkage.h> #include <asm/mach-types.h> .section ".start", "ax" __SA1100_start: @ Preserve r8/r7 i...
alibaba/LVS
3,537
kernel/arch/arm/boot/compressed/head-shark.S
/* The head-file for the Shark * by Alexander Schulz * * Does the following: * - get the memory layout from firmware. This can only be done as long as the mmu * is still on. * - switch the mmu off, so we have physical addresses * - copy the kernel to 0x08508000. This is done to have a fixed address where the ...
alibaba/LVS
3,564
kernel/arch/arm/boot/compressed/head-sharpsl.S
/* * linux/arch/arm/boot/compressed/head-sharpsl.S * * Copyright (C) 2004-2005 Richard Purdie <rpurdie@rpsys.net> * * Sharp's bootloader doesn't pass any kind of machine ID * so we have to figure out the machine for ourselves... * * Support for Poodle, Corgi (SL-C700), Shepherd (SL-C750) * Husky (SL-C760), Tos...
alibaba/LVS
2,625
kernel/arch/arm/boot/bootp/init.S
/* * linux/arch/arm/boot/bootp/init.S * * Copyright (C) 2000-2003 Russell King. * * 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. * * "Header" file for splitting kernel + i...
alibaba/LVS
1,455
kernel/arch/arm/mach-sa1100/include/mach/debug-macro.S
/* arch/arm/mach-sa1100/include/mach/debug-macro.S * * Debugging macro include header * * Copyright (C) 1994-1999 Russell King * Moved from linux/arch/arm/kernel/debug.S by Ben Dooks * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License...
alibaba/LVS
1,207
kernel/arch/arm/mach-sa1100/include/mach/entry-macro.S
/* * arch/arm/mach-sa1100/include/mach/entry-macro.S * * Low-level IRQ helper macros for SA1100-based platforms * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ .macro...
alibaba/LVS
1,058
kernel/arch/arm/mach-msm/include/mach/debug-macro.S
/* arch/arm/mach-msm7200/include/mach/debug-macro.S * * Copyright (C) 2007 Google, Inc. * Author: Brian Swetland <swetland@google.com> * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and m...
alibaba/LVS
1,128
kernel/arch/arm/mach-msm/include/mach/entry-macro.S
/* arch/arm/mach-msm7200/include/mach/entry-macro.S * * Copyright (C) 2007 Google, Inc. * Author: Brian Swetland <swetland@google.com> * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and m...
alibaba/LVS
1,821
kernel/arch/arm/plat-omap/include/mach/debug-macro.S
/* arch/arm/plat-omap/include/mach/debug-macro.S * * Debugging macro include header * * Copyright (C) 1994-1999 Russell King * Moved from linux/arch/arm/kernel/debug.S by Ben Dooks * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License v...
alibaba/LVS
4,809
kernel/arch/arm/plat-omap/include/mach/entry-macro.S
/* * arch/arm/plat-omap/include/mach/entry-macro.S * * Low-level IRQ helper macros for OMAP-based platforms * * Copyright (C) 2009 Texas Instruments * Added OMAP4 support - Santosh Shilimkar <santosh.shilimkar@ti.com> * * This file is licensed under the terms of the GNU General Public * License version 2. Thi...
alibaba/LVS
2,900
kernel/arch/arm/mach-s3c2410/include/mach/debug-macro.S
/* arch/arm/mach-s3c2410/include/mach/debug-macro.S * * Debugging macro include header * * Copyright (C) 1994-1999 Russell King * Copyright (C) 2005 Simtec Electronics * * Moved from linux/arch/arm/kernel/debug.S by Ben Dooks * * This program is free software; you can redistribute it and/or modify * it und...
alibaba/LVS
1,894
kernel/arch/arm/mach-s3c2410/include/mach/entry-macro.S
/* * arch/arm/mach-s3c2410/include/mach/entry-macro.S * * Low-level IRQ helper macros for S3C2410-based platforms * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ /* We ha...
alibaba/LVS
1,614
kernel/arch/arm/plat-s3c/include/plat/debug-macro.S
/* linux/include/asm-arm/plat-s3c/debug-macro.S * * Copyright 2005, 2007 Simtec Electronics * http://armlinux.simtec.co.uk/ * Ben Dooks <ben@simtec.co.uk> * * 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 t...
alibaba/LVS
1,127
kernel/arch/arm/mach-at91/include/mach/debug-macro.S
/* * arch/arm/mach-at91/include/mach/debug-macro.S * * Copyright (C) 2003-2005 SAN People * * Debugging macro include header * * 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....
alibaba/LVS
1,067
kernel/arch/arm/mach-at91/include/mach/entry-macro.S
/* * arch/arm/mach-at91/include/mach/entry-macro.S * * Copyright (C) 2003-2005 SAN People * * Low-level IRQ helper macros for AT91RM9200 platforms * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, wheth...
alibaba/LVS
1,864
kernel/arch/arm/plat-mxc/include/mach/debug-macro.S
/* arch/arm/mach-imx/include/mach/debug-macro.S * * Debugging macro include header * * Copyright (C) 1994-1999 Russell King * Moved from linux/arch/arm/kernel/debug.S by Ben Dooks * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License ve...
alibaba/LVS
1,375
kernel/arch/arm/plat-mxc/include/mach/entry-macro.S
/* * Copyright (C) 2007 Lennert Buytenhek <buytenh@wantstofly.org> * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved. */ /* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free So...
alibaba/LVS
1,144
kernel/arch/arm/mach-s5pc100/include/mach/debug-macro.S
/* arch/arm/mach-s5pc100/include/mach/debug-macro.S * * Copyright 2009 Samsung Electronics Co. * Byungho Min <bhmin@samsung.com> * * * Based on mach-s3c6400/include/mach/debug-macro.S * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License...
alibaba/LVS
1,228
kernel/arch/arm/mach-s5pc100/include/mach/entry-macro.S
/* arch/arm/mach-s5pc100/include/mach/entry-macro.S * * Copyright 2009 Samsung Electronics Co. * Byungho Min <bhmin@samsung.com> * * Based on mach-s3c6400/include/mach/entry-macro.S * * Low-level IRQ helper macros for the Samsung S5PC1XX series * * This file is licensed under the terms of the GNU General Publ...
alibaba/LVS
6,089
kernel/arch/arm/include/asm/hardware/entry-macro-iomd.S
/* * arch/arm/include/asm/hardware/entry-macro-iomd.S * * Low-level IRQ helper macros for IOC/IOMD based platforms * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ /* IOC...
alibaba/LVS
1,071
kernel/arch/arm/mach-stmp37xx/include/mach/entry-macro.S
/* * Low-level IRQ helper macros for Freescale STMP37XX * * Embedded Alley Solutions, Inc <source@embeddedalley.com> * * Copyright 2008 Freescale Semiconductor, Inc. All Rights Reserved. * Copyright 2008 Embedded Alley Solutions, Inc All Rights Reserved. */ /* * The code contained herein is licensed under the ...
alibaba/LVS
1,182
kernel/arch/arm/mach-s3c6400/include/mach/debug-macro.S
/* arch/arm/mach-s3c6400/include/mach/debug-macro.S * * Copyright 2008 Openmoko, Inc. * Copyright 2008 Simtec Electronics * http://armlinux.simtec.co.uk/ * Ben Dooks <ben@simtec.co.uk> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License...
alibaba/LVS
1,068
kernel/arch/arm/mach-s3c6400/include/mach/entry-macro.S
/* arch/arm/mach-s3c6400/include/mach/entry-macro.S * * Copyright 2008 Openmoko, Inc. * Copyright 2008 Simtec Electronics * http://armlinux.simtec.co.uk/ * Ben Dooks <ben@simtec.co.uk> * * Low-level IRQ helper macros for the Samsung S3C64XX series * * This file is licensed under the terms of the GNU General P...
alibaba/LVS
1,332
kernel/arch/arm/mach-ixp2000/include/mach/entry-macro.S
/* * arch/arm/mach-ixp2000/include/mach/entry-macro.S * * Low-level IRQ helper macros for IXP2000-based platforms * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #include...
alibaba/LVS
3,234
kernel/arch/blackfin/mach-bf561/secondary.S
/* * BF561 coreB bootstrap file * * Copyright 2007-2009 Analog Devices Inc. * Philippe Gerum <rpm@xenomai.org> * * Licensed under the GPL-2 or later. */ #include <linux/linkage.h> #include <linux/init.h> #include <asm/blackfin.h> #include <asm/asm-offsets.h> __INIT /* Lay the initial stack into ...
alibaba/LVS
15,312
kernel/arch/blackfin/mach-bf561/atomic.S
/* * Copyright 2007-2008 Analog Devices Inc. * Philippe Gerum <rpm@xenomai.org> * * Licensed under the GPL-2 or later. */ #include <linux/linkage.h> #include <asm/blackfin.h> #include <asm/cache.h> #include <asm/asm-offsets.h> #include <asm/rwlock.h> #include <asm/cplb.h> .text .macro coreslot_load...