代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory.ld
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
memory.ld
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
memory.ld
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
memory.ld
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
memory.h
/*文件名: memory.h
说明: 页级内存管理函数
作者: marsinfan
日期: 2005/12/20
*/
#ifndef _memory_h_
#define _memory_h_
#include
#define PAGE_SIZE 4096
#define PAGE_PRESENT 0x001
#define
memory.tree
external_definition int foo (int a, int b);
external_definition int bar (int c, int d);
external_definition int bart (int e);
bar
{
return c + d;
}
foo
{
return a - a +a - a +a - a +a - a +a - a +
memory.h
/*
* NOTE!!! memcpy(dest,src,n) assumes ds=es=normal data segment. This
* goes for all kernel functions (ds=es=kernel space, fs=local data,
* gs=null), as well as for all well-behaving user prog
memory.c
/*
* memory.c: PROM library functions for acquiring/using memory descriptors
* given to us from the ARCS firmware.
*
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)
*
* $Id: mem
memory.c
/*
* memory.c: memory initialisation code.
*
* Copyright (C) 1998 Harald Koerfgen, Frieder Streffer and Paul M. Antoine
*
* $Id: memory.c,v 1.3 1999/10/09 00:00:58 ralf Exp $
*/
#include
memory.c
/* $Id: memory.c,v 1.5 1999/08/31 06:55:04 davem Exp $
* memory.c: Prom routine for acquiring various bits of information
* about RAM on the machine, both virtual and physical.
*
* Copyr