代码搜索结果
找到约 10,000 项符合
ARM 的代码
arm_boot.c.svn-base
/*
* ARM kernel loader.
*
* Copyright (c) 2006-2007 CodeSourcery.
* Written by Paul Brook
*
* This code is licenced under the GPL.
*/
#include "hw.h"
#include "arm-misc.h"
#include "sysemu.h"
arm_sysctl.c.svn-base
/*
* Status and system control registers for ARM RealView/Versatile boards.
*
* Copyright (c) 2006-2007 CodeSourcery.
* Written by Paul Brook
*
* This code is licenced under the GPL.
*/
#inclu
arm_gic.c.svn-base
/*
* ARM Generic/Distributed Interrupt Controller
*
* Copyright (c) 2006-2007 CodeSourcery.
* Written by Paul Brook
*
* This code is licenced under the GPL.
*/
/* This file contains implementa
arm_timer.c.svn-base
/*
* ARM PrimeCell Timer modules.
*
* Copyright (c) 2005-2006 CodeSourcery.
* Written by Paul Brook
*
* This code is licenced under the GPL.
*/
#include "hw.h"
#include "qemu-timer.h"
#include
arm-dis.c.svn-work
K 25
svn:wc:ra_dav:version-url
V 37
/repos/osek/!svn/ver/45/mpc/arm-dis.c
END
arm-semi.c.svn-work
K 25
svn:wc:ra_dav:version-url
V 38
/repos/osek/!svn/ver/45/mpc/arm-semi.c
END
arm-dis.c.svn-base
/* Instruction printing code for the ARM
Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
2007, Free Software Foundation, Inc.
Contributed by Richard Earnshaw (rwe@p
arm-semi.c.svn-base
/*
* Arm "Angel" semihosting syscalls
*
* Copyright (c) 2005, 2007 CodeSourcery.
* Written by Paul Brook.
*
* This program is free software; you can redistribute it and/or modify
* it unde
hello-arm.c.svn-work
K 25
svn:wc:ra_dav:version-url
V 45
/repos/osek/!svn/ver/45/mpc/tests/hello-arm.c
END
hello-arm.c.svn-base
#define __NR_SYSCALL_BASE 0x900000
#define __NR_exit1 (__NR_SYSCALL_BASE+ 1)
#define __NR_write (__NR_SYSCALL_BASE+ 4)
#define __sys2(x) #x
#define __sys1(x) __sys2(x)
#ifndef __syscall
#defin