repo_id string | size int64 | file_path string | content string |
|---|---|---|---|
wichtounet/thor-os | 1,808 | kernel/src/task_switch.s | //=======================================================================
// Copyright Baptiste Wicht 2013-2016.
// Distributed under the terms of the MIT License.
// (See accompanying file LICENSE or copy at
// http://www.opensource.org/licenses/MIT_1_0.txt)
//=========================================================... |
Wickslynx/AuroraOS | 2,144 | kernel/boot/start.S | .code32
.section .text.prologue
.global _start
_start:
movl $stack, %esp
andl $-16, %esp
movl %esp, %eax
cli
call _main
/* we should never end up here, if we do just return. */
hlt
.section .text
.align 4
.global idt_load
.type idt_load, @function
idt_load:
mov 4(%esp), %eax
li... |
Wickslynx/AuroraOS | 4,965 | kernel/boot/boot.S | .code16
.org 0
.text
.global _start
_start:
cli
/* init segment registers */
mov %cs, %ax
mov %ax, %ds
mov %ax, %es
mov %ax, %fs
mov %ax, %gs
mov %ax, %ss
/* init stack pointer */
movw $0x3000, %sp
/* save drive num*/
mov %dl, drive_number
sti
/* Display "... |
widora/u-boot-mt7688 | 19,812 | stage1/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... |
widora/u-boot-mt7688 | 69,316 | cpu/ralink_soc/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... |
widora/u-boot-mt7688 | 6,388 | cpu/ralink_soc/cache.S | /*
* Cache-handling routined for MIPS 4K 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
* publ... |
widora/u-boot-mt7688 | 61,513 | cpu/ralink_soc/start_1004k.S | #include <config.h>
#include <asm/regdef.h>
#include <asm/mipsregs.h>
#include <rt_mmap.h>
#include <sysdefs.h>
#include <ArchDefs.h>
#include <launch.h>
#define CODE_ALIGN .align 2
#define LEAF(name)\
.##text;\
.##globl name;\
.##ent name;\
name:
#define END(name)\
.##size name,.-name;\
... |
widora/u-boot-mt7688 | 5,948 | board/rt2880/memsetup.S | /* FILE_DESC *****************************************************************
//
// Purpose:
// This file contains macros used for memory initialization.
//
// Sp. Notes:
//
// *****************************************************************************/
/*=====================*
* Include Files *
*=======... |
widora/u-boot-mt7688 | 6,127 | board/rt2880/rt2880_init.S | /*=====================*
* Include Files *
*=====================*/
#include <config.h>
#include <version.h>
#include <asm/regdef.h>
#include "include/sysc.h"
#include "include/product.h"
#include "include/mem_map.h"
#include "include/mac.inc"
#include "include/chip_reg_map.h"
#include "include/cpu.h"
/*====... |
widora/openwrt_widora | 1,089 | package/boot/uboot-ar71xx/files/board/zyxel/nbg460n/lowlevel_init.S | /*
* (C) Copyright 2010
* Michael Kurz <michi.kurz@googlemail.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 Software Foun... |
wiidev/d2x-cios | 1,356 | source/ffs-plugin/iop_calls.s | /*
* FFS plugin for Custom IOS.
*
* Copyright (C) 2009-2010 Waninkoko.
* Copyright (C) 2011 davebaol.
*
* 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 3 of the License, o... |
wiidev/d2x-cios | 1,540 | source/ffs-plugin/start.s | /*
Custom IOS module for Wii.
Copyright (C) 2008 neimod.
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 progra... |
wiidev/d2x-cios | 1,917 | source/ffs-plugin/fs_calls.s | /*
* FFS plugin for Custom IOS.
*
* Copyright (C) 2009-2010 Waninkoko.
* Copyright (C) 2011 davebaol.
*
* 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 3 of the License, o... |
wiidev/d2x-cios | 2,583 | source/mload-module/start.s | /*
Custom IOS Module (MLOAD)
Copyright (C) 2008 neimod.
Copyright (C) 2010 Hermes.
Copyright (C) 2010 Waninkoko.
Copyright (C) 2011 davebaol.
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 Foundatio... |
wiidev/d2x-cios | 1,162 | source/mload-module/swi_asm.s | /*
Custom IOS Module (MLOAD)
Copyright (C) 2008 neimod.
Copyright (C) 2010 Hermes.
Copyright (C) 2010 Waninkoko.
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... |
wiidev/d2x-cios | 1,629 | source/usb-module/start.s | /*
Custom IOS Module (USB)
Copyright (C) 2008 neimod.
Copyright (C) 2009 WiiGator.
Copyright (C) 2009 Waninkoko.
Copyright (C) 2009 davebaol.
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 Foundatio... |
wiidev/d2x-cios | 1,410 | source/dip-plugin/dip_calls.s | /*
* DIP plugin for Custom IOS.
*
* Copyright (C) 2008-2010 Waninkoko, WiiGator.
* Copyright (C) 2011 davebaol.
*
* 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 3 of the ... |
wiidev/d2x-cios | 1,540 | source/dip-plugin/start.s | /*
Custom IOS module for Wii.
Copyright (C) 2008 neimod.
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 progra... |
wiidev/d2x-cios | 2,829 | source/cios-lib/syscalls.s | /*
Custom IOS Library
Copyright (C) 2008 neimod.
Copyright (C) 2009 WiiGator.
Copyright (C) 2009 Waninkoko.
Copyright (C) 2010 Hermes.
Copyright (C) 2011 davebaol.
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 ... |
wiidev/d2x-cios | 1,564 | source/cios-lib/direct_syscalls.s | /*
Custom IOS Library
Copyright (C) 2008 neimod.
Copyright (C) 2009 WiiGator.
Copyright (C) 2009 Waninkoko.
Copyright (C) 2010 Hermes.
Copyright (C) 2011 davebaol.
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 ... |
wiidev/d2x-cios | 1,702 | source/cios-lib/tools.s | /*
Custom IOS Library
Copyright (C) 2008 neimod.
Copyright (C) 2009 WiiGator.
Copyright (C) 2009 Waninkoko.
Copyright (C) 2010 Hermes.
Copyright (C) 2011 davebaol.
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 ... |
wiidev/d2x-cios | 1,629 | source/fat-module/start.s | /*
Custom IOS Module (FAT)
Copyright (C) 2008 neimod.
Copyright (C) 2009 WiiGator.
Copyright (C) 2009 Waninkoko.
Copyright (C) 2011 davebaol.
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 Foundatio... |
wiidev/d2x-cios | 1,881 | source/ehci-module/start.s | /*
Custom IOS Module (EHCI)
Copyright (C) 2008 neimod.
Copyright (C) 2009 kwiirk.
Copyright (C) 2009 Hermes.
Copyright (C) 2009 Waninkoko.
Copyright (C) 2011 davebaol.
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
... |
wiidev/d2x-cios | 1,540 | source/es-plugin/start.s | /*
Custom IOS module for Wii.
Copyright (C) 2008 neimod.
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 progra... |
wiidev/d2x-cios | 1,174 | source/es-plugin/es_calls.s | /*
* ES plugin for Custom IOS.
*
* Copyright (C) 2010 Waninkoko.
* Copyright (C) 2011 davebaol.
*
* 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 3 of the License, or
* (... |
wiidev/usbloadergx | 10,049 | source/patches/patchhook.S | .text
.set r0,0; .set sp,1; .set r2,2; .set r3,3; .set r4,4
.set r5,5; .set r6,6; .set r7,7; .set r8,8; .set r9,9
.set r10,10; .set r11,11; .set r12,12; .set r13,13; .set r14,14
.set r15,15; .set r16,16; .set r17,17; .set r18,18; .set r19,19
.set r20,20; .set r21,21; .set r22,22; .set r23,23; .set r24,24
... |
Wiimm/wiimms-iso-tools | 24,534 | project/src/crypto/sha1-586-elf.s | .file "sha1-586-elf.s"
.text
.globl wit_sha1_block_data_order
.type wit_sha1_block_data_order,@function
.align 16
wit_sha1_block_data_order:
.L_wit_sha1_block_data_order_begin:
pushl %ebp
pushl %ebx
pushl %esi
pushl %edi
movl 20(%esp),%ebp
movl 24(%esp),%esi
movl 28(%esp),%eax
subl $64,%esp
shll $6,%eax
addl ... |
Wiimm/wiimms-iso-tools | 25,356 | project/src/crypto/sha1-586-cygwin.s | .file "sha1-586-cygwin.s"
.text
.globl _wit_sha1_block_data_order
.def _wit_sha1_block_data_order; .scl 2; .type 32; .endef
.align 16
_wit_sha1_block_data_order:
.L_wit_sha1_block_data_order_begin:
pushl %ebp
pushl %ebx
pushl %esi
pushl %edi
movl 20(%esp),%ebp
movl 24(%esp),%esi
movl 28(%esp),%eax
subl $64,%esp... |
Wiimm/wiimms-iso-tools | 23,520 | project/src/crypto/sha1-cygwin64.s | .file "sha1-cygwin64.s"
.text
.globl wit_sha1_block_data_order
.def wit_sha1_block_data_order; .scl 2; .type 32; .endef
.align 16
wit_sha1_block_data_order:
.Lwit_sha1_block_data_order_begin:
pushq %rbx
pushq %rbp
pushq %r12
movq %rsp,%r11
movq %rdi,%r8
subq $72,%rsp
movq %rsi,%r9
andq $-64,%rsp
movq %rdx,%r1... |
Wiimm/wiimms-iso-tools | 2,673 | project/src/crypto/ssl-asm.S |
/***************************************************************************
* __ __ _ ___________ *
* \ \ / /| |____ ____| *
* \ \ / / | | | | *
* ... |
Wiimm/wiimms-iso-tools | 23,527 | project/src/crypto/sha1-x86_64.s | .file "sha1-x86_64.s"
.text
.globl wit_sha1_block_data_order
.type wit_sha1_block_data_order,@function
.align 16
wit_sha1_block_data_order:
pushq %rbx
pushq %rbp
pushq %r12
movq %rsp,%r11
movq %rdi,%r8
subq $72,%rsp
movq %rsi,%r9
andq $-64,%rsp
movq %rdx,%r10
movq %r11,64(%rsp)
.Lprologue:
movl 0(%r8),%edx
... |
Wiimm/wiimms-szs-tools | 24,534 | project/src/crypto/sha1-586-elf.s | .file "sha1-586-elf.s"
.text
.globl wit_sha1_block_data_order
.type wit_sha1_block_data_order,@function
.align 16
wit_sha1_block_data_order:
.L_wit_sha1_block_data_order_begin:
pushl %ebp
pushl %ebx
pushl %esi
pushl %edi
movl 20(%esp),%ebp
movl 24(%esp),%esi
movl 28(%esp),%eax
subl $64,%esp
shll $6,%eax
addl ... |
Wiimm/wiimms-szs-tools | 25,356 | project/src/crypto/sha1-586-cygwin.s | .file "sha1-586-cygwin.s"
.text
.globl _wit_sha1_block_data_order
.def _wit_sha1_block_data_order; .scl 2; .type 32; .endef
.align 16
_wit_sha1_block_data_order:
.L_wit_sha1_block_data_order_begin:
pushl %ebp
pushl %ebx
pushl %esi
pushl %edi
movl 20(%esp),%ebp
movl 24(%esp),%esi
movl 28(%esp),%eax
subl $64,%esp... |
Wiimm/wiimms-szs-tools | 23,520 | project/src/crypto/sha1-cygwin64.s | .file "sha1-cygwin64.s"
.text
.globl wit_sha1_block_data_order
.def wit_sha1_block_data_order; .scl 2; .type 32; .endef
.align 16
wit_sha1_block_data_order:
.Lwit_sha1_block_data_order_begin:
pushq %rbx
pushq %rbp
pushq %r12
movq %rsp,%r11
movq %rdi,%r8
subq $72,%rsp
movq %rsi,%r9
andq $-64,%rsp
movq %rdx,%r1... |
Wiimm/wiimms-szs-tools | 2,673 | project/src/crypto/ssl-asm.S |
/***************************************************************************
* __ __ _ ___________ *
* \ \ / /| |____ ____| *
* \ \ / / | | | | *
* ... |
Wiimm/wiimms-szs-tools | 23,527 | project/src/crypto/sha1-x86_64.s | .file "sha1-x86_64.s"
.text
.globl wit_sha1_block_data_order
.type wit_sha1_block_data_order,@function
.align 16
wit_sha1_block_data_order:
pushq %rbx
pushq %rbp
pushq %r12
movq %rsp,%r11
movq %rdi,%r8
subq $72,%rsp
movq %rsi,%r9
andq $-64,%rsp
movq %rdx,%r10
movq %r11,64(%rsp)
.Lprologue:
movl 0(%r8),%edx
... |
wiiu-env/homebrew_launcher_installer | 5,026 | src/kernel_patches.S | #define BAT_SETUP_HOOK_ADDR 0xFFF1D624
# not all of those NOP address are required for every firmware
# mainly these should stop the kernel from removing our IBAT4 and DBAT5
#define BAT_SET_NOP_ADDR_1 0xFFF06B6C
#define BAT_SET_NOP_ADDR_2 0xFFF06BF8
#define BAT_SET_NOP_ADDR_3 0xFFF003... |
wiiu-env/homebrew_launcher_installer | 1,803 | sd_loader/src/kernel_hooks.S | # This stuff may need a change in different kernel versions
# This is only needed when launched directly through browser and not SD card.
.section ".kernel_code"
.globl SaveAndResetDataBATs_And_SRs_hook
SaveAndResetDataBATs_And_SRs_hook:
# setup CTR to the position we need to return to
mflr r5
mtctr r5... |
wikireader/wikireader | 3,095 | samo-lib/forth/PolledSerial.s | ;;; PolledSerial - simple serial I/O
;;;
;;; Copyright (c) 2009 Openmoko Inc.
;;;
;;; Authors Christopher Hall <hsw@openmoko.com>
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the following conditions are
;;; met:
;;;
;;; 1. Redistributions o... |
wikireader/wikireader | 5,408 | samo-lib/forth/debug.s | ;;; debug - simple debug print
;;;
;;; Copyright (c) 2009 Openmoko Inc.
;;;
;;; Authors Christopher Hall <hsw@openmoko.com>
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the following conditions are
;;; met:
;;;
;;; 1. Redistributions of sour... |
wikireader/wikireader | 7,866 | samo-lib/forth/header.s | ;;; header.s
;;;
;;; Copyright (c) 2009 Openmoko Inc.
;;;
;;; Authors Christopher Hall <hsw@openmoko.com>
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the following conditions are
;;; met:
;;;
;;; 1. Redistributions of source code must retai... |
wikireader/wikireader | 9,785 | samo-lib/forth/ctp.s | ;;; ctp - serial input driver for CTP
;;;
;;; Copyright (c) 2009 Openmoko Inc.
;;;
;;; Authors Christopher Hall <hsw@openmoko.com>
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the following conditions are
;;; met:
;;;
;;; 1. Redistributions ... |
wikireader/wikireader | 8,472 | samo-lib/forth/button.s | ;;; button - serial input dripver for CTP
;;;
;;; Copyright (c) 2009 Openmoko Inc.
;;;
;;; Authors Christopher Hall <hsw@openmoko.com>
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the following conditions are
;;; met:
;;;
;;; 1. Redistributi... |
wikireader/wikireader | 7,397 | samo-lib/forth/vector.s | ;;; vector.s
;;;
;;; Copyright (c) 2009 Openmoko Inc.
;;;
;;; Authors Christopher Hall <hsw@openmoko.com>
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the following conditions are
;;; met:
;;;
;;; 1. Redistributions of source code must retai... |
wikireader/wikireader | 2,139 | samo-lib/forth/trailer.s | ;;; trailer.s
;;;
;;; Copyright (c) 2009 Openmoko Inc.
;;;
;;; Authors Christopher Hall <hsw@openmoko.com>
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the following conditions are
;;; met:
;;;
;;; 1. Redistributions of source code must reta... |
wikireader/wikireader | 12,164 | samo-lib/forth/iserial.s | ;;; Serial - interrupt driven serial I/O
;;;
;;; Copyright (c) 2009 Openmoko Inc.
;;;
;;; Authors Christopher Hall <hsw@openmoko.com>
;;;
;;; Redistribution and use in source and binary forms, with or without
;;; modification, are permitted provided that the following conditions are
;;; met:
;;;
;;; 1. Redistributio... |
wikireader/wikireader | 88,203 | samo-lib/forth/EForthOriginals/forth-V1.s | ;;; forth.s
;;; based on the public domain eforth implementations
;;; found in the files eforth.4th and eforth.S
;;; These original implementations are in the Public Domain
;;; This is exactly the same as eforth and is not ANSI Forth,
;;; although my additions try to follow the ANSI standard
;;; This file is placed u... |
wikireader/wikireader | 61,936 | samo-lib/forth/EForthOriginals/linux-eforth-1.0e/eforth.S | .file "eforth.S"
/*===============================================================
eForth 1.0 by Bill Muench and C. H. Ting, 1990
Much of the code is derived from the following sources:
8086 figForth by Thomas Newman, 1981 and Joe smith, 1983
aFORTH by John Rible
bFORTH by Bill Muench
The goal of this implem... |
willbryant/kitchen_sync | 71,203 | src/blake3/blake3_sse2_x86-64_windows_gnu.S | .intel_syntax noprefix
.global blake3_hash_many_sse2
.global _blake3_hash_many_sse2
.global blake3_compress_in_place_sse2
.global _blake3_compress_in_place_sse2
.global blake3_compress_xof_sse2
.global _blake3_compress_xof_sse2
.section .text
.p2align 6
_blake3_hash_many_sse2:
blake3_hash_many_sse2:
pu... |
willbryant/kitchen_sync | 61,143 | src/blake3/blake3_sse41_x86-64_unix.S | #if defined(__ELF__) && defined(__linux__)
.section .note.GNU-stack,"",%progbits
#endif
#if defined(__ELF__) && defined(__CET__) && defined(__has_include)
#if __has_include(<cet.h>)
#include <cet.h>
#endif
#endif
#if !defined(_CET_ENDBR)
#define _CET_ENDBR
#endif
.intel_syntax noprefix
.global blake3_hash_many_sse41... |
willbryant/kitchen_sync | 63,460 | src/blake3/blake3_sse41_x86-64_windows_gnu.S | .intel_syntax noprefix
.global blake3_hash_many_sse41
.global _blake3_hash_many_sse41
.global blake3_compress_in_place_sse41
.global _blake3_compress_in_place_sse41
.global blake3_compress_xof_sse41
.global _blake3_compress_xof_sse41
.section .text
.p2align 6
_blake3_hash_many_sse41:
blake3_hash_many_sse41:
... |
willbryant/kitchen_sync | 91,004 | src/blake3/blake3_avx512_x86-64_windows_gnu.S | .intel_syntax noprefix
.global _blake3_hash_many_avx512
.global blake3_hash_many_avx512
.global blake3_compress_in_place_avx512
.global _blake3_compress_in_place_avx512
.global blake3_compress_xof_avx512
.global _blake3_compress_xof_avx512
.section .text
.p2align 6
_blake3_hash_many_avx512:
blake3_hash_many_avx512:
... |
willbryant/kitchen_sync | 66,736 | src/blake3/blake3_avx2_x86-64_windows_gnu.S | .intel_syntax noprefix
.global _blake3_hash_many_avx2
.global blake3_hash_many_avx2
.section .text
.p2align 6
_blake3_hash_many_avx2:
blake3_hash_many_avx2:
push r15
push r14
push r13
push r12
push rsi
push rdi
push rbx
push ... |
willbryant/kitchen_sync | 89,364 | src/blake3/blake3_avx512_x86-64_unix.S | #if defined(__ELF__) && defined(__linux__)
.section .note.GNU-stack,"",%progbits
#endif
#if defined(__ELF__) && defined(__CET__) && defined(__has_include)
#if __has_include(<cet.h>)
#include <cet.h>
#endif
#endif
#if !defined(_CET_ENDBR)
#define _CET_ENDBR
#endif
.intel_syntax noprefix
.global _blake3_hash_many_avx5... |
willbryant/kitchen_sync | 68,858 | src/blake3/blake3_sse2_x86-64_unix.S | #if defined(__ELF__) && defined(__linux__)
.section .note.GNU-stack,"",%progbits
#endif
#if defined(__ELF__) && defined(__CET__) && defined(__has_include)
#if __has_include(<cet.h>)
#include <cet.h>
#endif
#endif
#if !defined(_CET_ENDBR)
#define _CET_ENDBR
#endif
.intel_syntax noprefix
.global blake3_hash_many_sse2
... |
willbryant/kitchen_sync | 66,050 | src/blake3/blake3_avx2_x86-64_unix.S | #if defined(__ELF__) && defined(__linux__)
.section .note.GNU-stack,"",%progbits
#endif
#if defined(__ELF__) && defined(__CET__) && defined(__has_include)
#if __has_include(<cet.h>)
#include <cet.h>
#endif
#endif
#if !defined(_CET_ENDBR)
#define _CET_ENDBR
#endif
.intel_syntax noprefix
.global _blake3_hash_many_avx2... |
william0wang/mplayer-ww | 1,852 | loader/wrapper.S | #include "config.h"
#define GLUE(a, b) a ## b
#define JOIN(a, b) GLUE(a, b)
#define MANGLE(s) JOIN(EXTERN_ASM, s)
.data
.globl MANGLE(caller_return)
MANGLE(caller_return):
.long 0
.globl MANGLE(report_entry)
MANGLE(report_entry):
.long MANGLE(null_call)
.globl MANGLE(report_ret)
MANGLE(report_ret):
.long MANGLE(n... |
william0wang/mplayer-ww | 7,886 | libmpeg2/motion_comp_arm_s.S | @ motion_comp_arm_s.S
@ Copyright (C) 2004 AGAWA Koji <i (AT) atty (DOT) jp>
@
@ This file is part of mpeg2dec, a free MPEG-2 video stream decoder.
@ See http://libmpeg2.sourceforge.net/ for updates.
@
@ mpeg2dec is free software; you can redistribute it and/or modify
@ it under the terms of the GNU General Public Lice... |
william-cheung/mit-6.828-2014 | 2,973 | boot/boot.S | #include <inc/mmu.h>
# Start the CPU: switch to 32-bit protected mode, jump into C.
# The BIOS loads this code from the first sector of the hard disk into
# memory at physical address 0x7c00 and starts executing in real mode
# with %cs=0 %ip=7c00.
.set PROT_MODE_CSEG, 0x8 # kernel code segment selector
.set P... |
william-cheung/mit-6.828-2014 | 2,950 | lib/pfentry.S | #include <inc/mmu.h>
#include <inc/memlayout.h>
// Page fault upcall entrypoint.
// This is where we ask the kernel to redirect us to whenever we cause
// a page fault in user space (see the call to sys_set_pgfault_handler
// in pgfault.c).
//
// When a page fault actually occurs, the kernel switches our ESP to
// po... |
william-cheung/mit-6.828-2014 | 2,756 | kern/mpentry.S | /* See COPYRIGHT for copyright information. */
#include <inc/mmu.h>
#include <inc/memlayout.h>
###################################################################
# entry point for APs
###################################################################
# Each non-boot CPU ("AP") is started up in response to a STARTU... |
william-cheung/mit-6.828-2014 | 12,811 | kern/vectors.S | # generated by vectors.pl - do not edit
# handlers
.text
.globl _alltraps
TRAPHANDLER_NOEC(vector0, 0)
TRAPHANDLER_NOEC(vector1, 1)
TRAPHANDLER_NOEC(vector2, 2)
TRAPHANDLER_NOEC(vector3, 3)
TRAPHANDLER_NOEC(vector4, 4)
TRAPHANDLER_NOEC(vector5, 5)
TRAPHANDLER_NOEC(vector6, 6)
TRAPHANDLER_NOEC(vector7, 7)
TRAPHANDLER(ve... |
william-cheung/mit-6.828-2014 | 2,825 | kern/entry.S | /* See COPYRIGHT for copyright information. */
#include <inc/mmu.h>
#include <inc/memlayout.h>
#include <inc/trap.h>
# Shift Right Logical
#define SRL(val, shamt) (((val) >> (shamt)) & ~(-1 << (32 - (shamt))))
###################################################################
# The kernel (this code) is linked a... |
william-cheung/mit-6.828-2014 | 1,680 | kern/trapentry.S | /* See COPYRIGHT for copyright information. */
#include <inc/mmu.h>
#include <inc/memlayout.h>
#include <inc/trap.h>
#include <kern/picirq.h>
###################################################################
# exceptions/interrupts
###################################################################
/* TRAPHANDLE... |
WilliamGwok/RP_HERO | 28,571 | Outpost/MDK-ARM/startup_stm32f407xx.s | ;*******************************************************************************
;* File Name : startup_stm32f407xx.s
;* Author : MCD Application Team
;* Description : STM32F407xx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
WilliamGwok/RP_HERO | 28,571 | HeroMaster/MDK-ARM/startup_stm32f407xx.s | ;*******************************************************************************
;* File Name : startup_stm32f407xx.s
;* Author : MCD Application Team
;* Description : STM32F407xx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
WilliamGwok/RP_HERO | 5,360 | HeroMaster/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_bitreversal2.S | ;/* ----------------------------------------------------------------------
; * Project: CMSIS DSP Library
; * Title: arm_bitreversal2.S
; * Description: arm_bitreversal_32 function done in assembly for maximum speed.
; * Called after doing an fft to reorder the output.
; * The f... |
WilliamGwok/RP_HERO | 1,912 | HeroMaster/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/startup_generic.S |
#if defined (__CC_ARM)
#if (defined (ARM_MATH_CM0))
#include "ARMCC\startup_armv6-m.s"
#elif (defined (ARM_MATH_CM0P))
#include "ARMCC\startup_armv6-m.s"
#elif (defined (ARM_MATH_CM3))
#include "ARMCC\startup_armv7-m.s"
#elif (defined (ARM_MATH_CM4))
#include "ARMCC\startup_armv7-m.s"
#elif... |
WilliamGwok/RP_HERO | 6,394 | HeroMaster/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv6-m.s | ;/* File: startup_armv6-m.s
; * Purpose: startup file for armv7-m architecture devices.
; * Should be used with ARMCC
; * Version: V2.00
; * Date: 16 November 2015
; *
; */
;/* Copyright (c) 2011 - 2014 ARM LIMITED
;
; All rights reserved.
; Redistribution and use in source and binary forms, with or withou... |
WilliamGwok/RP_HERO | 7,083 | HeroMaster/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv7-m.s | ;/* File: startup_armv7-m.s
; * Purpose: startup file for armv7-m architecture devices.
; * Should be used with ARMCC
; * Version: V2.00
; * Date: 16 November 2015
; *
; */
;/* Copyright (c) 2011 - 2014 ARM LIMITED
;
; All rights reserved.
; Redistribution and use in source and binary forms, with or withou... |
WilliamGwok/RP_HERO | 7,347 | HeroMaster/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv7-m.S | /* File: startup_armv7-m.S
* Purpose: startup file for armv7-m architecture devices.
* Should be used with GCC for ARM Embedded Processors
* Version: V2.00
* Date: 16 November 2015
*
*/
/* Copyright (c) 2011 - 2015 ARM LIMITED
All rights reserved.
Redistribution and use in source and binary forms,... |
WilliamGwok/RP_HERO | 7,290 | HeroMaster/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv6-m.S | /* File: startup_armv6-m.S
* Purpose: startup file for armv6-m architecture devices.
* Should be used with GCC for ARM Embedded Processors
* Version: V2.00
* Date: 16 November 2015
*
*/
/* Copyright (c) 2011 - 2015 ARM LIMITED
All rights reserved.
Redistribution and use in source and binary forms,... |
WilliamGwok/RP_HERO | 6,458 | HeroMaster/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv7-m.S | /* File: startup_armv7-m.S
* Purpose: startup file for armv7-m architecture devices.
* Should be used with ARMCLANG
* Version: V2.00
* Date: 16 November 2015
*
*/
/* Copyright (c) 2011 - 2015 ARM LIMITED
All rights reserved.
Redistribution and use in source and binary forms, with or without
mod... |
WilliamGwok/RP_HERO | 5,756 | HeroMaster/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv6-m.S | /* File: startup_armv6-m.S
* Purpose: startup file for armv6-m architecture devices.
* Should be used with ARMCLANG
* Version: V2.00
* Date: 16 November 2015
*
*/
/* Copyright (c) 2011 - 2015 ARM LIMITED
All rights reserved.
Redistribution and use in source and binary forms, with or without
mod... |
WilliamGwok/RP_HERO | 29,916 | HeroMaster/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f439xx.s | ;*******************************************************************************
;* File Name : startup_stm32f439xx.s
;* Author : MCD Application Team
;* Description : STM32F439x devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
WilliamGwok/RP_HERO | 19,825 | HeroMaster/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f412vx.s | ;*******************************************************************************
;* File Name : startup_stm32f412vx.s
;* Author : MCD Application Team
;* Description : STM32F412Vx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
WilliamGwok/RP_HERO | 19,825 | HeroMaster/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f412rx.s | ;*******************************************************************************
;* File Name : startup_stm32f412rx.s
;* Author : MCD Application Team
;* Description : STM32F412Rx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
WilliamGwok/RP_HERO | 24,914 | HeroMaster/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f411xe.s | ;*******************************************************************************
;* File Name : startup_stm32f411xe.s
;* Author : MCD Application Team
;* Description : STM32F411xExx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
WilliamGwok/RP_HERO | 30,118 | HeroMaster/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f469xx.s | ;*******************************************************************************
;* File Name : startup_stm32f469xx.s
;* Author : MCD Application Team
;* Description : STM32F469x devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
WilliamGwok/RP_HERO | 17,347 | HeroMaster/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f410tx.s | ;*******************************************************************************
;* File Name : startup_stm32f410tx.s
;* Author : MCD Application Team
;* Description : STM32F410Tx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
WilliamGwok/RP_HERO | 30,028 | HeroMaster/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f429xx.s | ;*******************************************************************************
;* File Name : startup_stm32f429xx.s
;* Author : MCD Application Team
;* Description : STM32F429x devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
WilliamGwok/RP_HERO | 24,789 | HeroMaster/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f401xe.s | ;*******************************************************************************
;* File Name : startup_stm32f401xe.s
;* Author : MCD Application Team
;* Description : STM32F401xe devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
WilliamGwok/RP_HERO | 21,701 | HeroMaster/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f423xx.s | ;*******************************************************************************
;* File Name : startup_stm32f423xx.s
;* Author : MCD Application Team
;* Description : STM32F423xx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
WilliamGwok/RP_HERO | 28,466 | HeroMaster/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f417xx.s | ;*******************************************************************************
;* File Name : startup_stm32f417xx.s
;* Author : MCD Application Team
;* Description : STM32F417xx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
WilliamGwok/RP_HERO | 29,733 | HeroMaster/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f437xx.s | ;*******************************************************************************
;* File Name : startup_stm32f437xx.s
;* Author : MCD Application Team
;* Description : STM32F437x devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
WilliamGwok/RP_HERO | 28,586 | HeroMaster/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f407xx.s | ;*******************************************************************************
;* File Name : startup_stm32f407xx.s
;* Author : MCD Application Team
;* Description : STM32F407xx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
WilliamGwok/RP_HERO | 21,626 | HeroMaster/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f413xx.s | ;*******************************************************************************
;* File Name : startup_stm32f413xx.s
;* Author : MCD Application Team
;* Description : STM32F413xx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
WilliamGwok/RP_HERO | 29,848 | HeroMaster/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f446xx.s | ;*******************************************************************************
;* File Name : startup_stm32f446xx.s
;* Author : MCD Application Team
;* Description : STM32F446x devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
WilliamGwok/RP_HERO | 29,729 | HeroMaster/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f427xx.s | ;*******************************************************************************
;* File Name : startup_stm32f427xx.s
;* Author : MCD Application Team
;* Description : STM32F427x devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
WilliamGwok/RP_HERO | 17,582 | HeroMaster/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f410rx.s | ;*******************************************************************************
;* File Name : startup_stm32f410rx.s
;* Author : MCD Application Team
;* Description : STM32F410Rx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
WilliamGwok/RP_HERO | 28,100 | HeroMaster/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f415xx.s | ;*******************************************************************************
;* File Name : startup_stm32f415xx.s
;* Author : MCD Application Team
;* Description : STM32F415xx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
WilliamGwok/RP_HERO | 30,188 | HeroMaster/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f479xx.s | ;*******************************************************************************
;* File Name : startup_stm32f479xx.s
;* Author : MCD Application Team
;* Description : STM32F479x devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
WilliamGwok/RP_HERO | 19,661 | HeroMaster/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f412cx.s | ;*******************************************************************************
;* File Name : startup_stm32f412cx.s
;* Author : MCD Application Team
;* Description : STM32F412Cx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
WilliamGwok/RP_HERO | 24,793 | HeroMaster/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f401xc.s | ;*******************************************************************************
;* File Name : startup_stm32f401xc.s
;* Author : MCD Application Team
;* Description : STM32F401xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
WilliamGwok/RP_HERO | 28,124 | HeroMaster/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f405xx.s | ;*******************************************************************************
;* File Name : startup_stm32f405xx.s
;* Author : MCD Application Team
;* Description : STM32F405xx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
WilliamGwok/RP_HERO | 17,582 | HeroMaster/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f410cx.s | ;*******************************************************************************
;* File Name : startup_stm32f410cx.s
;* Author : MCD Application Team
;* Description : STM32F410Cx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
WilliamGwok/RP_HERO | 19,825 | HeroMaster/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f412zx.s | ;*******************************************************************************
;* File Name : startup_stm32f412zx.s
;* Author : MCD Application Team
;* Description : STM32F412Zx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
WilliamGwok/RP_HERO | 24,541 | HeroMaster/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f439xx.s | /**
******************************************************************************
* @file startup_stm32f439xx.s
* @author MCD Application Team
* @brief STM32F439xx Devices vector table for GCC based toolchains.
* This module performs:
* - Set the initial SP
* ... |
WilliamGwok/RP_HERO | 21,345 | HeroMaster/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f412vx.s | /**
******************************************************************************
* @file startup_stm32f412vx.s
* @author MCD Application Team
* @brief STM32F412Vx Devices vector table for GCC based toolchains.
* This module performs:
* - Set the initial SP
* ... |
WilliamGwok/RP_HERO | 21,345 | HeroMaster/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f412rx.s | /**
******************************************************************************
* @file startup_stm32f412rx.s
* @author MCD Application Team
* @brief STM32F412Rx Devices vector table for GCC based toolchains.
* This module performs:
* - Set the initial SP
* ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.