repo_id
string
size
int64
file_path
string
content
string
andreafioraldi/qasan
2,606
qemu/roms/u-boot-sam460ex/arch/blackfin/lib/ins.S
/* * arch/blackfin/lib/ins.S - ins{bwl} using hardware loops * * Copyright 2004-2008 Analog Devices Inc. * Copyright (C) 2005 Bas Vermeulen, BuyWays BV <bas@buyways.nl> * Licensed under the GPL-2 or later. */ #include <asm/blackfin.h> .align 2 #ifdef CONFIG_IPIPE # define DO_CLI \ [--sp] = rets; \ [--sp] = (...
andreafioraldi/qasan
2,606
qemu/roms/u-boot-sam460ex/arch/blackfin/lib/memmove.S
/* * File: memmove.S * * Copyright 2004-2007 Analog Devices Inc. * Enter bugs at http://blackfin.uclinux.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 version 2 of the Li...
andreafioraldi/qasan
2,474
qemu/roms/u-boot-sam460ex/arch/blackfin/lib/memset.S
/* * File: memset.S * * Copyright 2004-2007 Analog Devices Inc. * Enter bugs at http://blackfin.uclinux.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 version 2 of the Lic...
andreafioraldi/qasan
2,505
qemu/roms/u-boot-sam460ex/arch/blackfin/lib/memcmp.S
/* * File: memcmp.S * * Copyright 2004-2007 Analog Devices Inc. * Enter bugs at http://blackfin.uclinux.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 version 2 of the Lic...
andreafioraldi/qasan
3,469
qemu/roms/u-boot-sam460ex/arch/blackfin/lib/u-boot.lds.S
/* * U-boot - u-boot.lds.S * * Copyright (c) 2005-2010 Analog Device Inc. * * (C) Copyright 2000-2004 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify ...
andreafioraldi/qasan
2,093
qemu/roms/u-boot-sam460ex/arch/blackfin/cpu/cache.S
/* * Blackfin cache control code * * Copyright 2003-2008 Analog Devices Inc. * * Enter bugs at http://blackfin.uclinux.org/ * * Licensed under the GPL-2 or later. */ #include <asm/linkage.h> #include <config.h> #include <asm/blackfin.h> .text /* Since all L1 caches work the same way, we use the same method fo...
andreafioraldi/qasan
6,708
qemu/roms/u-boot-sam460ex/arch/blackfin/cpu/start.S
/* * U-boot - start.S Startup file for Blackfin u-boot * * Copyright (c) 2005-2008 Analog Devices Inc. * * This file is based on head.S * Copyright (c) 2003 Metrowerks/Motorola * Copyright (C) 1998 D. Jeff Dionne <jeff@ryeham.ee.ryerson.ca>, * Kenneth Albanowski <kjahds@kjahds.com>, * ...
andreafioraldi/qasan
3,539
qemu/roms/u-boot-sam460ex/arch/blackfin/cpu/interrupt.S
/* * interrupt.S - trampoline default exceptions/interrupts to C handlers * * Copyright (c) 2005-2009 Analog Devices Inc. * Licensed under the GPL-2 or later. */ #include <config.h> #include <asm/blackfin.h> #include <asm/entry.h> #include <asm/ptrace.h> #include <asm/deferred.h> #include <asm/mach-common/bits/co...
andreafioraldi/qasan
8,224
qemu/roms/u-boot-sam460ex/arch/mips/cpu/cache.S
/* * Cache-handling routined for MIPS CPUs * * Copyright (c) 2003 Wolfgang Denk <wd@denx.de> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * publish...
andreafioraldi/qasan
1,765
qemu/roms/u-boot-sam460ex/arch/mips/cpu/incaip_wdt.S
/* * INCA-IP Watchdog timer management code. * * Copyright (c) 2003 Wolfgang Denk <wd@denx.de> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * publi...
andreafioraldi/qasan
9,589
qemu/roms/u-boot-sam460ex/arch/mips/cpu/start.S
/* * Startup Code for MIPS32 CPU-core * * Copyright (c) 2003 Wolfgang Denk <wd@denx.de> * * See file CREDITS for list of people who contributed to this * project. * * 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...
andreafioraldi/qasan
1,380
qemu/roms/u-boot-sam460ex/arch/powerpc/lib/reloc.S
/* * Copyright (C) 2009 Wolfgang Denk <wd@denx.de> * * See file CREDITS for list of people who contributed to this * project. * * 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 ver...
andreafioraldi/qasan
1,768
qemu/roms/u-boot-sam460ex/arch/powerpc/lib/ticks.S
/* * (C) Copyright 2000, 2001 * Erik Theisen, Wave 7 Optics, etheisen@mindspring.com. * base on code by * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify...
andreafioraldi/qasan
3,033
qemu/roms/u-boot-sam460ex/arch/powerpc/lib/ppcstring.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...
andreafioraldi/qasan
2,397
qemu/roms/u-boot-sam460ex/arch/powerpc/lib/ppccache.S
/* * Copyright (C) 1998 Dan Malek <dmalek@jlc.net> * Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se> * Copyright (C) 2000, 2001,2002 Wolfgang Denk <wd@denx.de> * Copyright Freescale Semiconductor, Inc. 2004, 2006. * * See file CREDITS for list of people who contributed to this * project. *...
andreafioraldi/qasan
13,644
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc5xx/start.S
/* * Copyright (C) 1998 Dan Malek <dmalek@jlc.net> * Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se> * Copyright (C) 2000, 2001, 2002 Wolfgang Denk <wd@denx.de> * Copyright (C) 2003 Martin Winistoerfer, martinwinistoerfer@gmx.ch. * * See file CREDITS for list of people who contributed to ...
andreafioraldi/qasan
15,840
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc512x/start.S
/* * Copyright (C) 1998 Dan Malek <dmalek@jlc.net> * Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se> * Copyright (C) 2000-2009 Wolfgang Denk <wd@denx.de> * Copyright Freescale Semiconductor, Inc. 2004, 2006. * * See file CREDITS for list of people who contributed to this * project. * * Th...
andreafioraldi/qasan
2,971
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc8xx/plprcr_write.S
/* * (C) Copyright 2004 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * 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 S...
andreafioraldi/qasan
15,421
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc8xx/start.S
/* * Copyright (C) 1998 Dan Malek <dmalek@jlc.net> * Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se> * Copyright (C) 2000,2001,2002 Wolfgang Denk <wd@denx.de> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute...
andreafioraldi/qasan
1,800
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc8xx/kgdb.S
/* * Copyright (C) 2000 Murray Jensen <Murray.Jensen@cmst.csiro.au> * * See file CREDITS for list of people who contributed to this * project. * * 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 Foun...
andreafioraldi/qasan
18,260
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc8220/start.S
/* * Copyright (C) 1998 Dan Malek <dmalek@jlc.net> * Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se> * Copyright (C) 2000 - 2003 Wolfgang Denk <wd@denx.de> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it...
andreafioraldi/qasan
14,956
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc8220/fec_dma_tasks.S
/* * Copyright (C) 2004, Freescale Semiconductor, Inc. * * This file contains microcode for the FEC controller of the MPC8220. */ #include <config.h> #if defined(CONFIG_MPC8220) /* sas/sccg, gas target */ .section smartdmaInitData,"aw",@progbits /* Initialized data for task variables */ .section sm...
andreafioraldi/qasan
3,986
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc8220/io.S
/* * Copyright (C) 1998 Dan Malek <dmalek@jlc.net> * Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se> * Copyright (C) 2001 Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Andreas Heppel <aheppel@sysgo.de> * Copyright (C) 2003 Wolfgang Denk <wd@denx.de> * * See file CREDITS for list of...
andreafioraldi/qasan
30,523
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc83xx/start.S
/* * Copyright (C) 1998 Dan Malek <dmalek@jlc.net> * Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se> * Copyright (C) 2000, 2001,2002 Wolfgang Denk <wd@denx.de> * Copyright Freescale Semiconductor, Inc. 2004, 2006, 2008. * * See file CREDITS for list of people who contributed to this * proje...
andreafioraldi/qasan
4,986
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/ppc4xx/cache.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. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Pub...
andreafioraldi/qasan
61,883
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/ppc4xx/start.S
/* * Copyright (C) 1998 Dan Malek <dmalek@jlc.net> * Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se> * Copyright (C) 2000,2001,2002 Wolfgang Denk <wd@denx.de> * Copyright (C) 2007 Stefan Roese <sr@denx.de>, DENX Software Engineering * Copyright (c) 2008 Nuovation System Designs, LLC * ...
andreafioraldi/qasan
5,828
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/ppc4xx/dcr.S
/* * (C) Copyright 2001 * Erik Theisen, Wave 7 Optics, etheisen@mindspring.com * * See file CREDITS for list of people who contributed to this * project. * * 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...
andreafioraldi/qasan
2,057
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/ppc4xx/kgdb.S
/* * Copyright (C) 2000 Murray Jensen <Murray.Jensen@cmst.csiro.au> * * See file CREDITS for list of people who contributed to this * project. * * 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 Foun...
andreafioraldi/qasan
7,487
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc86xx/cache.S
#include <config.h> #include <mpc86xx.h> #include <version.h> #include <ppc_asm.tmpl> #include <ppc_defs.h> #include <asm/cache.h> #include <asm/mmu.h> #ifndef CACHE_LINE_SIZE # define CACHE_LINE_SIZE L1_CACHE_BYTES #endif #if CACHE_LINE_SIZE == 128 #define LG_CACHE_LINE_SIZE 7 #elif CACHE_LINE_SIZE == 32 #define L...
andreafioraldi/qasan
19,768
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc86xx/start.S
/* * Copyright 2004, 2007 Freescale Semiconductor. * Srikanth Srinivasan <srikanth.srinivaan@freescale.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License a...
andreafioraldi/qasan
3,678
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc86xx/release.S
/* * Copyright 2004, 2007, 2008 Freescale Semiconductor. * Srikanth Srinivasan <srikanth.srinivaan@freescale.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public Lic...
andreafioraldi/qasan
8,217
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/74xx_7xx/cache.S
#include <config.h> #include <74xx_7xx.h> #include <version.h> #include <ppc_asm.tmpl> #include <ppc_defs.h> #include <asm/cache.h> #include <asm/mmu.h> #ifndef CACHE_LINE_SIZE # define CACHE_LINE_SIZE L1_CACHE_BYTES #endif #if CACHE_LINE_SIZE == 128 #define LG_CACHE_LINE_SIZE 7 #elif CACHE_LINE_SIZE == 32 #define ...
andreafioraldi/qasan
19,828
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/74xx_7xx/start.S
/* * Copyright (C) 1998 Dan Malek <dmalek@jlc.net> * Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se> * Copyright (C) 2000,2001,2002 Wolfgang Denk <wd@denx.de> * Copyright (C) 2001 Josh Huber <huber@mclx.com> * * See file CREDITS for list of people who contributed to this * project. * *...
andreafioraldi/qasan
1,770
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/74xx_7xx/kgdb.S
/* * Copyright (C) 2000 Murray Jensen <Murray.Jensen@cmst.csiro.au> * * See file CREDITS for list of people who contributed to this * project. * * 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 Foun...
andreafioraldi/qasan
4,049
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/74xx_7xx/io.S
/* * Copyright (C) 1998 Dan Malek <dmalek@jlc.net> * Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se> * Copyright (C) 2001 Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Andreas Heppel <aheppel@sysgo.de> * Copyright (C) 2002 Wolfgang Denk <wd@denx.de> * * See file CREDITS for list of...
andreafioraldi/qasan
27,332
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc8260/start.S
/* * Copyright (C) 1998 Dan Malek <dmalek@jlc.net> * Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se> * Copyright (C) 2000, 2001,2002 Wolfgang Denk <wd@denx.de> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribut...
andreafioraldi/qasan
1,801
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc8260/kgdb.S
/* * Copyright (C) 2000 Murray Jensen <Murray.Jensen@cmst.csiro.au> * * See file CREDITS for list of people who contributed to this * project. * * 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 Foun...
andreafioraldi/qasan
19,099
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc5xxx/start.S
/* * Copyright (C) 1998 Dan Malek <dmalek@jlc.net> * Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se> * Copyright (C) 2000 - 2003 Wolfgang Denk <wd@denx.de> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it...
andreafioraldi/qasan
14,434
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc5xxx/firmware_sc_task_bestcomm.impl.S
/* * Copyright (C) 2001, Software Center, Motorola China. * * This file contains microcode for the FEC controller of the MPC5200 CPU. */ #include <config.h> /* sas/sccg, gas target */ .section smartdmaInitData,"aw",@progbits /* Initialized data for task variables */ .section smartdmaTaskTable,"aw",@...
andreafioraldi/qasan
4,049
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc5xxx/io.S
/* * Copyright (C) 1998 Dan Malek <dmalek@jlc.net> * Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se> * Copyright (C) 2001 Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Andreas Heppel <aheppel@sysgo.de> * Copyright (C) 2003 Wolfgang Denk <wd@denx.de> * * See file CREDITS for list of...
andreafioraldi/qasan
26,168
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc85xx/start.S
/* * Copyright 2004, 2007-2010 Freescale Semiconductor, Inc. * Copyright (C) 2003 Motorola,Inc. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * publis...
andreafioraldi/qasan
2,911
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc85xx/fixed_ivor.S
/* * Copyright 2009 Freescale Semiconductor, Inc. * * Kumar Gala <kumar.gala@freescale.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published ...
andreafioraldi/qasan
7,509
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc85xx/release.S
/* * Copyright 2008-2010 Freescale Semiconductor, Inc. * Kumar Gala <kumar.gala@freescale.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * publishe...
andreafioraldi/qasan
17,224
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc824x/start.S
/* * Copyright (C) 1998 Dan Malek <dmalek@jlc.net> * Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se> * Copyright (C) 2000,2001,2002 Wolfgang Denk <wd@denx.de> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute...
andreafioraldi/qasan
4,806
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc824x/drivers/epic/epic2.S
/************************************** * * copyright @ Motorola, 1999 * **************************************/ #include <ppc_asm.tmpl> #include <ppc_defs.h> #include <asm/processor.h> /********************************************* * function: CoreExtIntEnable * * description: Enable 603e core external interr...
andreafioraldi/qasan
1,275
qemu/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc824x/drivers/epic/epicutil.S
/************************************** * * copyright @ Motorola, 1999 * * * This file contains two commonly used * lower level utility routines. * * The utility routines are also in other * Kahlua device driver libraries. The * need to be linked in only once. **************************************/ #includ...
andreafioraldi/qasan
17,902
qemu/roms/openhackware/src/vectors.S
/* * <vectors.S> * * Second stage boot-loader and exception vectors for Open Hack'Ware. * * Copyright (C) 2004-2005 Jocelyn Mayer (l_indien@magic.fr) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License V2 * as ...
andreafioraldi/qasan
17,559
qemu/roms/openhackware/src/start.S
/* * <start.S> * * BIOS start code for Open Hack'Ware. * * Copyright (C) 2004-2005 Jocelyn Mayer (l_indien@magic.fr) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License V2 * as published by the Free Software Foundat...
andreafioraldi/qasan
4,512
qemu/roms/openhackware/src/boot.S
/* * <boot.S> * * First stage BIOS loader for Open Hack'Ware. * * Copyright (C) 2004-2005 Jocelyn Mayer (l_indien@magic.fr) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License V2 * as published by the Free Software ...
andreafioraldi/qasan
21,581
qemu/roms/skiboot/asm/head.S
/* Copyright 2013-2014 IBM Corp. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
andreafioraldi/qasan
2,319
qemu/roms/skiboot/asm/misc.S
/* Copyright 2013-2014 IBM Corp. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
andreafioraldi/qasan
1,212
qemu/roms/skiboot/asm/rom_entry.S
# IBM_PROLOG_BEGIN_TAG # This is an automatically generated prolog. # # $Source: src/usr/secureboot/base/rom_entry.S $ # # OpenPOWER HostBoot Project # # COPYRIGHT International Business Machines Corp. 2013,2016 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in co...
andreafioraldi/qasan
5,442
qemu/roms/skiboot/external/opal-prd/thunk.S
#include <endian.h> #include <asm/unistd.h> #ifndef __NR_switch_endian #define __NR_switch_endian 363 #endif /* a constant to use in the SI field of a little-endian D-form instruction */ #define le_si16(x) (((x & 0xff) << 24) | ((x & 0xff00) << 8)) .text /* * Call into a HBRT BE function * Func desc (opd) wil...
andreafioraldi/qasan
1,511
qemu/roms/skiboot/test/hello_world/hello_kernel/hello_kernel.S
/* Copyright 2013-2014 IBM Corp. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
andreafioraldi/qasan
2,464
qemu/roms/skiboot/test/sreset_world/sreset_kernel/sreset_kernel.S
/* Copyright 2013-2017 IBM Corp. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
andreafioraldi/qasan
4,523
qemu/pc-bios/optionrom/linuxboot.S
/* * Linux Boot Option ROM * * 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 program is distributed in ...
andreafioraldi/qasan
5,162
qemu/pc-bios/optionrom/multiboot.S
/* * Multiboot Option ROM * * 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 program is distributed in t...
andreafioraldi/qasan
5,233
qemu/pc-bios/optionrom/kvmvapic.S
# # Local APIC acceleration for Windows XP and related guests # # Copyright 2011 Red Hat, Inc. and/or its affiliates # # Author: Avi Kivity <avi@redhat.com> # # This work is licensed under the terms of the GNU GPL, version 2, or (at your # option) any later version. See the COPYING file in the top-level directory. # ...
andreafioraldi/qasan
1,897
qemu/pc-bios/s390-ccw/start.S
/* * First stage boot loader for virtio devices. The compiled output goes * into the pc-bios directory of qemu. * * Copyright (c) 2013 Alexander Graf <agraf@suse.de> * Copyright IBM Corp. 2013, 2017 * * This work is licensed under the terms of the GNU GPL, version 2 or (at * your option) any later version. See ...
andreafioraldi/qasan
1,482
qemu/pc-bios/spapr-rtas/spapr-rtas.S
/* * QEMU PowerPC pSeries Logical Partition (aka sPAPR) hardware System Emulator * * Trivial in-partition RTAS implementation, based on a hypercall * * Copyright (c) 2010,2011 David Gibson, IBM Corporation. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and a...
andreafioraldi/qasan
3,198
qemu/linux-user/host/i386/safe-syscall.inc.S
/* * safe-syscall.inc.S : host-specific assembly fragment * to handle signals occurring at the same time as system calls. * This is intended to be included by linux-user/safe-syscall.S * * Written by Richard Henderson <rth@twiddle.net> * Copyright (C) 2016 Red Hat, Inc. * * This work is licensed under the terms...
andreafioraldi/qasan
2,552
qemu/linux-user/host/aarch64/safe-syscall.inc.S
/* * safe-syscall.inc.S : host-specific assembly fragment * to handle signals occurring at the same time as system calls. * This is intended to be included by linux-user/safe-syscall.S * * Written by Richard Henderson <rth@twiddle.net> * Copyright (C) 2016 Red Hat, Inc. * * This work is licensed under the terms...
andreafioraldi/qasan
2,949
qemu/linux-user/host/s390x/safe-syscall.inc.S
/* * safe-syscall.inc.S : host-specific assembly fragment * to handle signals occurring at the same time as system calls. * This is intended to be included by linux-user/safe-syscall.S * * Written by Richard Henderson <rth@twiddle.net> * Copyright (C) 2016 Red Hat, Inc. * * This work is licensed under the terms...
andreafioraldi/qasan
2,949
qemu/linux-user/host/arm/safe-syscall.inc.S
/* * safe-syscall.inc.S : host-specific assembly fragment * to handle signals occurring at the same time as system calls. * This is intended to be included by linux-user/safe-syscall.S * * Written by Richard Henderson <rth@twiddle.net> * Copyright (C) 2016 Red Hat, Inc. * * This work is licensed under the terms...
andreafioraldi/qasan
3,693
qemu/linux-user/host/x86_64/safe-syscall.inc.S
/* * safe-syscall.inc.S : host-specific assembly fragment * to handle signals occurring at the same time as system calls. * This is intended to be included by linux-user/safe-syscall.S * * Copyright (C) 2015 Timothy Edward Baldwin <T.E.Baldwin99@members.leeds.ac.uk> * * This work is licensed under the terms of t...
andreafioraldi/qasan
2,938
qemu/linux-user/host/ppc64/safe-syscall.inc.S
/* * safe-syscall.inc.S : host-specific assembly fragment * to handle signals occurring at the same time as system calls. * This is intended to be included by linux-user/safe-syscall.S * * Written by Richard Henderson <rth@twiddle.net> * Copyright (C) 2016 Red Hat, Inc. * * This work is licensed under the terms...
andreili/STM32-PLC
11,161
firmware/shared/CMSIS/startup_stm32f103xb.s
/** *************** (C) COPYRIGHT 2017 STMicroelectronics ************************ * @file startup_stm32f103xb.s * @author MCD Application Team * @version V4.2.0 * @date 31-March-2017 * @brief STM32F103xB Devices vector table for Atollic toolchain. * This module performs: *...
andreafioraldi/qasan
1,544
qemu/tests/multiboot/start.S
/* * Copyright (c) 2013 Kevin Wolf <kwolf@redhat.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modi...
andreafioraldi/qasan
3,258
qemu/tests/multiboot/aout_kludge.S
/* * Copyright (c) 2018 Kevin Wolf <kwolf@redhat.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modi...
andreafioraldi/qasan
1,874
qemu/tests/tcg/cris/check_boundr.s
# mach: crisv0 crisv3 crisv8 crisv10 crisv32 # output: 2\n2\nffff\nffffffff\n5432f789\n2\n2\nffff\nffff\nffff\nf789\n2\n2\nff\nff\n89\nfeda4953\nfeda4962\n0\n0\n .include "testutils.inc" start moveq -1,r3 moveq 2,r4 bound.d r4,r3 test_move_cc 0 0 0 0 checkr3 2 moveq 2,r3 moveq -1,r4 bound.d r4,r3 test_move...
andreafioraldi/qasan
1,165
qemu/tests/tcg/cris/check_movemr.s
# mach: crisv3 crisv8 crisv10 crisv32 # output: 12345678\n10234567\n12345678\n12344567\n12344523\n76543210\nffffffaa\naa\n9911\nffff9911\n78\n56\n3456\n6712\n .include "testutils.inc" start .data mem1: .dword 0x12345678 mem2: .word 0x4567 mem3: .byte 0x23 .dword 0x76543210 .byte 0xaa,0x11,0x99 .text move.d...
andreafioraldi/qasan
1,160
qemu/tests/tcg/cris/check_movemrv32.s
# mach: crisv32 # output: 15\n7\n2\nffff1234\nb\n16\nf\n2\nffffffef\nf\nffff1234\nf\nfffffff4\nd\nfffffff2\n10\nfffffff2\nd\n .include "testutils.inc" .data x: .dword 8,9,10,11 y: .dword -12,13,-14,15,16 start moveq 7,r0 moveq 2,r1 move.d 0xffff1234,r2 moveq 21,r3 move.d x,r4 setf zcvn movem r2,[r4+] tes...
andreafioraldi/qasan
3,358
qemu/tests/tcg/cris/check_lsl.s
# mach: crisv0 crisv3 crisv8 crisv10 crisv32 # output: ffffffff\n4\n80000000\nffff8000\n7f19f000\n80000000\n0\n0\n699fc67c\nffffffff\n4\n80000000\nffff8000\n7f19f000\nda670000\nda670000\nda670000\nda67c67c\nffffffff\nfffafffe\n4\nffff0000\nffff8000\n5a67f000\nda67f100\nda67f100\nda67f100\nda67f17c\nfff3faff\nfff3fafe\n...
andreafioraldi/qasan
1,084
qemu/tests/tcg/cris/check_orm.s
# mach: crisv0 crisv3 crisv8 crisv10 crisv32 # output: 3\n3\nffff\nffffffff\n7c33f7db\nffff0003\n3\nfedaffff\n7813f7db\n3\n3\nfeb\n781344db\n .include "testutils.inc" .data x: .dword 2,1,0xff0f,-1,0x5432f789 .word 2,1,0xff5f,0xf789 .byte 2,1,0x4a,0x89 start moveq 1,r3 move.d x,r5 or.d [r5+],r3 checkr3 3 m...
andreafioraldi/qasan
2,223
qemu/tests/tcg/cris/check_movmp.s
# mach: crisv3 crisv8 crisv10 crisv32 # output: ffffff00\nffff0000\n0\nffffff00\nffff0000\n0\nffffff00\nffff0000\n0\nbb113344\n664433aa\ncc557788\nabcde012\nabcde000\n77880000\n0\n # Test generic "move Ps,[]" and "move [],Pd" insns; the ones with # functionality common to all models. .include "testutils.inc" start ...
andreafioraldi/qasan
1,230
qemu/tests/tcg/cris/check_andc.s
# mach: crisv0 crisv3 crisv8 crisv10 crisv32 # output: 2\n2\nffff\nffffffff\n50124400\nffff0002\n2\nfffff\nfedaff0f\n78134400\nffffff02\n2\nf02\n78134401\n78134400\n .include "testutils.inc" start moveq -1,r3 and.d 2,r3 test_move_cc 0 0 0 0 checkr3 2 moveq 2,r3 and.d -1,r3 test_move_cc 0 0 0 0 checkr3 2 m...
andreafioraldi/qasan
1,752
qemu/tests/tcg/cris/check_bcc.s
.global main .type main, @function main: clearf nzvc setf nzv bcc 0f addq 1, $r3 jump dofail 0: clearf nzvc setf nzv bcs dofail addq 1,$r3 clearf nzvc setf ncv bne 1f addq 1, $r3 fail: dofail: jump _fail 1: clearf nzvc setf ncv beq dofail addq 1,$r3 clearf nzvc setf ncz...
andreafioraldi/qasan
1,521
qemu/tests/tcg/cris/check_cmpr.s
# mach: crisv0 crisv3 crisv8 crisv10 crisv32 # output: ffffffff\n2\nffff\nffffffff\n78134452\nffffffff\n2\nffff\nfedaffff\n78134452\nffffffff\n2\nff\nfeda49ff\n78134452\n85649222\n .include "testutils.inc" start moveq -1,r3 moveq -2,r4 cmp.d r4,r3 test_cc 0 0 0 0 checkr3 ffffffff moveq 2,r3 moveq 1,r4 cmp.d...
andreafioraldi/qasan
3,636
qemu/tests/tcg/cris/check_mulx.s
# mach: crisv10 crisv32 # output: fffffffe\nffffffff\nfffffffe\n1\nfffffffe\nffffffff\nfffffffe\n1\nfffe0001\n0\nfffe0001\n0\n1\n0\n1\nfffffffe\n193eade2\n277e3a49\n193eade2\n277e3a49\nfffffffe\nffffffff\n1fffe\n0\nfffffffe\nffffffff\n1fffe\n0\n1\n0\nfffe0001\n0\nfdbdade2\nffffffff\n420fade2\n0\nfffffffe\nffffffff\n1fe...
andreafioraldi/qasan
1,374
qemu/tests/tcg/cris/check_addxr.s
# mach: crisv0 crisv3 crisv8 crisv10 crisv32 # output: 1\n1\n1fffe\nfffffffe\ncc463bdb\nffff0001\n1\nfffe\nfedafffe\n78133bdb\nffffff01\n1\nfe\nfeda49fe\n781344db\n .include "testutils.inc" start moveq -1,r3 moveq 2,r4 add.d r4,r3 test_cc 0 0 0 1 checkr3 1 moveq 2,r3 moveq -1,r4 add.d r4,r3 test_cc 0 0 0 1...
andreafioraldi/qasan
1,507
qemu/tests/tcg/cris/check_addxm.s
# mach: crisv0 crisv3 crisv8 crisv10 crisv32 # output: 1\n1\n101\n10001\n100fe\n1fffe\nfffe\nfffe\nfffffffe\nfe\nfffffffe\n781344db\n781343db\n78143bdb\n78133bdb\n800000ed\n0\n .include "testutils.inc" .data x: .byte 0xff .word 0xffff .word 0xff .word 0xffff .byte 0x89 .word 0xf789 .byte 0xff .word 0xffff ...
andreafioraldi/qasan
1,551
qemu/tests/tcg/cris/check_neg.s
# mach: crisv0 crisv3 crisv8 crisv10 crisv32 # output: ffffffff\nffffffff\n0\n80000000\n1\nba987655\nffff\nffff\n0\n89ab8000\nffff0001\n45677655\nff\nff\n0\n89abae80\nffffff01\n45678955\n .include "testutils.inc" start moveq 0,r3 moveq 1,r4 neg.d r4,r3 test_move_cc 1 0 0 0 checkr3 ffffffff moveq 1,r3 moveq ...
andreafioraldi/qasan
1,509
qemu/tests/tcg/cris/check_subr.s
# mach: crisv0 crisv3 crisv8 crisv10 crisv32 # output: 1\n1\n1fffe\nfffffffe\ncc463bdb\nffff0001\n1\nfffe\nfedafffe\n78133bdb\nffffff01\n1\nfe\nfeda49fe\n781344db\n85649200\n .include "testutils.inc" start moveq -1,r3 moveq -2,r4 sub.d r4,r3 test_cc 0 0 0 0 checkr3 1 moveq 2,r3 moveq 1,r4 sub.d r4,r3 test_...
andreafioraldi/qasan
1,513
qemu/tests/tcg/cris/check_cmpxm.s
# mach: crisv0 crisv3 crisv8 crisv10 crisv32 # output: 2\n2\n2\n2\nffff\nffff\nffff\nffff\nffffffff\nffffffff\nffffffff\n78134452\n78134452\n78134452\n78134452\n4452\n80000032\n .include "testutils.inc" .data x: .byte 0xff .word 0xffff .word 0xff .word 0xffff .byte 0x89 .word 0xf789 .word 0x8002 .word 0x764 ...
andreafioraldi/qasan
3,557
qemu/tests/tcg/cris/check_asr.s
# mach: crisv0 crisv3 crisv8 crisv10 crisv32 # output: ffffffff\n1\nffffffff\nffffffff\n5a67f\nffffffff\nffffffff\nffffffff\nf699fc67\nffffffff\n1\nffffffff\nffffffff\n5a67f\nda67ffff\nda67ffff\nda67ffff\nda67fc67\nffffffff\nffffffff\n1\nffffffff\nffffffff\n5a670007\nda67f1ff\nda67f1ff\nda67f1ff\nda67f1e7\nffffffff\nff...
andreafioraldi/qasan
1,395
qemu/tests/tcg/cris/check_andm.s
# mach: crisv0 crisv3 crisv8 crisv10 crisv32 # output: 2\n2\nffff\nffffffff\n50124400\nffff0002\n2\nfffff\nfedaff0f\n78134400\nffffff02\n2\nf02\n78134401\n78134400\n .include "testutils.inc" .data x: .dword 2,-1,0xffff,-1,0x5432f789 .word 2,-1,0xffff,0xff5f,0xf789 .byte 2,-1,0x5a,0x89,0 start moveq -1,r3 move...
andreafioraldi/qasan
1,091
qemu/tests/tcg/cris/check_scc.s
# mach: crisv0 crisv3 crisv8 crisv10 crisv32 # output: 1\n0\n1\n0\n1\n0\n1\n0\n0\n1\n1\n0\n1\n0\n1\n0\n1\n0\n0\n1\n0\n1\n1\n0\n1\n0\n0\n1\n1\n0\n1\n1\n0\n .include "testutils.inc" .macro lcheckr3 v move $ccs, $r9 checkr3 \v move $r9, $ccs .endm start clearf nzvc scc r3 lcheckr3 1 scs r3 lcheckr3 0 sne ...
andreafioraldi/qasan
1,370
qemu/tests/tcg/cris/check_cmpxc.s
# mach: crisv0 crisv3 crisv8 crisv10 crisv32 # output: 2\n2\n2\n2\nffff\nffff\nffff\nffff\nffffffff\nffffffff\nffffffff\n78134452\n78134452\n78134452\n78134452\n4452\n80000032\n .include "testutils.inc" start moveq 2,r3 cmps.b 0xff,r3 test_cc 0 0 0 1 checkr3 2 moveq 2,r3 cmps.w 0xffff,r3 test_cc 0 0 0 1 che...
andreafioraldi/qasan
1,255
qemu/tests/tcg/cris/check_cmpc.s
# mach: crisv0 crisv3 crisv8 crisv10 crisv32 # output: ffffffff\n2\nffff\nffffffff\n78134452\nffffffff\n2\nffff\nfedaffff\n78134452\nffffffff\n2\nff\nfeda49ff\n78134452\n85649282\n .include "testutils.inc" start moveq -1,r3 cmp.d -2,r3 test_cc 0 0 0 0 checkr3 ffffffff moveq 2,r3 cmp.d 1,r3 test_cc 0 0 0 0 c...
andreafioraldi/qasan
1,402
qemu/tests/tcg/cris/check_subm.s
# mach: crisv0 crisv3 crisv8 crisv10 crisv32 # output: 1\n1\n1fffe\nfffffffe\ncc463bdb\nffff0001\n1\nfffe\nfedafffe\n78133bdb\nffffff01\n1\nfe\nfeda49fe\n781344db\n85649200\n .include "testutils.inc" .data x: .dword -2,1,-0xffff,1,-0x5432f789 .word -2,1,1,0x877 .byte -2,1,0x77 .byte 0x22 start moveq -1,r3 mo...
andreafioraldi/qasan
1,409
qemu/tests/tcg/cris/check_addm.s
# mach: crisv0 crisv3 crisv8 crisv10 crisv32 # output: 1\n1\n1fffe\nfffffffe\ncc463bdb\nffff0001\n1\nfffe\nfedafffe\n78133bdb\nffffff01\n1\nfe\nfeda49fe\n781344db\n781344d0\n .include "testutils.inc" .data x: .dword 2,-1,0xffff,-1,0x5432f789 .word 2,-1,0xffff,0xf789 .byte 2,0xff,0x89 .byte 0x7e start moveq -1...
andreafioraldi/qasan
1,250
qemu/tests/tcg/cris/check_btst.s
# mach: crisv0 crisv3 crisv8 crisv10 crisv32 # output: 1111\n .include "testutils.inc" start clearf nzvc moveq -1,r3 .if 1 ;..asm.arch.cris.v32 .else setf vc .endif btstq 0,r3 test_cc 1 0 0 0 moveq 2,r3 btstq 1,r3 test_cc 1 0 0 0 moveq 4,r3 btstq 1,r3 test_cc 0 1 0 0 moveq -1,r3 btstq 31,r3 test_...
andreafioraldi/qasan
1,244
qemu/tests/tcg/cris/check_subc.s
# mach: crisv0 crisv3 crisv8 crisv10 crisv32 # output: 1\n1\n1fffe\nfffffffe\ncc463bdb\nffff0001\n1\nfffe\nfedafffe\n78133bdb\nffffff01\n1\nfe\nfeda49fe\n781344db\n85649200\n .include "testutils.inc" start moveq -1,r3 sub.d -2,r3 test_cc 0 0 0 0 checkr3 1 moveq 2,r3 sub.d 1,r3 test_cc 0 0 0 0 checkr3 1 m...
andreafioraldi/qasan
1,414
qemu/tests/tcg/cris/check_cmpm.s
# mach: crisv0 crisv3 crisv8 crisv10 crisv32 # output: ffffffff\n2\nffff\nffffffff\n78134452\nffffffff\n2\nffff\nfedaffff\n78134452\nffffffff\n2\nff\nfeda49ff\n78134452\n85649222\n .include "testutils.inc" .data x: .dword -2,1,-0xffff,1,-0x5432f789 .word -2,1,1,0x877 .byte -2,1,0x77 .byte 0x22 start moveq -1,...
andreafioraldi/qasan
1,273
qemu/tests/tcg/cris/check_orr.s
# mach: crisv0 crisv3 crisv8 crisv10 crisv32 # output: 3\n3\nffff\nffffffff\n7c33f7db\nffff0003\n3\nfedaffff\n7813f7db\n3\n3\nfeb\n781344db\n .include "testutils.inc" start moveq 1,r3 moveq 2,r4 or.d r4,r3 test_move_cc 0 0 0 0 checkr3 3 moveq 2,r3 moveq 1,r4 or.d r4,r3 test_move_cc 0 0 0 0 checkr3 3 mov...
andreafioraldi/qasan
1,374
qemu/tests/tcg/cris/check_addr.s
# mach: crisv0 crisv3 crisv8 crisv10 crisv32 # output: 1\n1\n1fffe\nfffffffe\ncc463bdb\nffff0001\n1\nfffe\nfedafffe\n78133bdb\nffffff01\n1\nfe\nfeda49fe\n781344db\n .include "testutils.inc" start moveq -1,r3 moveq 2,r4 add.d r4,r3 test_cc 0 0 0 1 checkr3 1 moveq 2,r3 moveq -1,r4 add.d r4,r3 test_cc 0 0 0 1...
andreafioraldi/qasan
1,347
qemu/tests/tcg/cris/check_addxc.s
# mach: crisv0 crisv3 crisv8 crisv10 crisv32 # output: 1\n1\n101\n10001\n100fe\n1fffe\nfffe\nfffe\nfffffffe\nfe\nfffffffe\n781344db\n781343db\n78143bdb\n78133bdb\n800000ed\n0\n .include "testutils.inc" start moveq 2,r3 adds.b 0xff,r3 test_cc 0 0 0 1 checkr3 1 moveq 2,r3 adds.w 0xffff,r3 test_cc 0 0 0 1 chec...
andreafioraldi/qasan
1,063
qemu/tests/tcg/cris/check_orc.s
# mach: crisv0 crisv3 crisv8 crisv10 crisv32 # output: 3\n3\nffff\nffffffff\n7c33f7db\nffff0003\n3\nfedaffff\n7813f7db\n3\n3\nfeb\n781344db\n .include "testutils.inc" start moveq 1,r3 or.d 2,r3 test_move_cc 0 0 0 0 checkr3 3 moveq 2,r3 or.d 1,r3 test_move_cc 0 0 0 0 checkr3 3 move.d 0xf0ff,r3 or.d 0xff0f...
andreafioraldi/qasan
1,512
qemu/tests/tcg/cris/check_boundc.s
# mach: crisv0 crisv3 crisv8 crisv10 crisv32 # output: 2\n2\nffff\nffffffff\n5432f789\n2\nffff\n2\nffff\nffff\nf789\n2\n2\nff\nff\nff\n89\n0\nff\n .include "testutils.inc" start moveq -1,r3 moveq 2,r4 bound.d 2,r3 test_move_cc 0 0 0 0 checkr3 2 moveq 2,r3 bound.d 0xffffffff,r3 test_move_cc 0 0 0 0 checkr3 ...
andreafioraldi/qasan
1,439
qemu/tests/tcg/cris/check_andr.s
# mach: crisv0 crisv3 crisv8 crisv10 crisv32 # output: 2\n2\nffff\nffffffff\n50124400\nffff0002\n2\nfffff\nfedaff0f\n78134400\nffffff02\n2\nf02\n78134401\n78134400\n .include "testutils.inc" start moveq -1,r3 moveq 2,r4 and.d r4,r3 test_move_cc 0 0 0 0 checkr3 2 moveq 2,r3 moveq -1,r4 and.d r4,r3 test_move...