代码搜索结果
找到约 10,000 项符合
ARM 的代码
arm.c
/*
* file:
* arm.c
* description:
* implementation code depend on architecture.
*/
#define SYS_MODE 0x1f
/*
* extern functions
*/
extern void _exit_thread(int exit_c
booting.arm
Booting ARM Linux
In order to boot ARM Linux, you require a boot loader, which is a small program
that runs before the main kernel. The boot loader is expected to initi
arm_a.s
;
; file:
; arm_a.S
; description:
; implementation code depend on architecture.
;
I_BIT EQU 0x80
F_BIT EQU 0x40
T_BIT EQU 0x20
LOCKOUT EQU
arm.h
/*
* file:
* arm.h
* description:
* include file of architecture.
*/
#ifndef __ARM_H__
#define __ARM_H__
#ifdef __cplusplus
extern "C" {
#endif
/*
* context for switc
arm.c
/*
* file:
* arm.c
* description:
* implementation code depend on architecture.
*/
#define SYS_MODE 0x1f
/*
* extern functions
*/
extern void _exit_thread(int exit_c
arm.h
/* PSR Bits:
*/
#define PSR_THUMB_STATE 0x00000020
#define PSR_IMASK_IRQ 0x00000080
#define PSR_IMASK_FRQ 0x00000040
#define PSR_CONDITION_NEGATIVE 0x80000000
#define PSR_CONDITION_ZERO
makefile-arm
# Makefile for zlib
# Copyright (C) 1995-1998 Jean-loup Gailly.
# For conditions of distribution and use, see copyright notice in zlib.h
# To compile and test, type:
# ./configure; make test
# The
arm-linux
#
# $Id: //poco/1.2/build/config/ARM-Linux#1 $
#
# ARM-Linux
#
# Make settings for ARM Linux/gcc 2.95.3 (cross-compile, using STLport 4.6.2)
#
#
# General Settings
#
LINKMODE = SHARED
POCO_
arm.inc
#------------------------------------------------------------------------------
#- ATMEL Microcontroller Software Support - ROUSSET -
#----------------------------------------------------
arm.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------