代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory.c
/*
* linux/mm/memory.c
*
* (C) 1991 Linus Torvalds
*/
/*
* demand-loading started 01.12.91 - seems it is high on the list of
* things wanted, and it should be easy to implement. - Linus
*/
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.map
LARM LINKER/LOCATER V2.50a 03/08/2006 18:03:57 PAGE 1
LARM LINKER/LOCATER V2.50a, INVOKED BY:
C:\KEIL\ARM\BIN\LA.EXE .\Obj\Startup.
memory.lnp
".\Obj\Startup.obj",
".\Obj\irq.obj",
".\Obj\pwmtest.obj",
".\Obj\pwm.obj"
TO ".\Obj\Memory"
PRINT(".\Lst\Memory.map") CASE
CLASSES (DATA (0x40000000-0x40007FFF),
CODE (0x0-0x7FFFF), CONST
memory.plg
礦ision3 Build Log
Project:
C:\Philips\LPC214x\LPC214x_SampleSoftware\Keil\pwm\pwm.uv2
Project File Date: 02/15/2006
Output:
memory.c
#include "gbaemu.h"
__inline void mem_write_u32 (u8 *dest, u32 temp, u32 data)
{
switch (temp&0x3)
{
case 0:
((u32*)dest) [temp>>2] = data;
break;
case 1:
dest [temp++] =
memory.h
/*
* This file is part of the Mingw32 package.
*
* memory.h maps to the standard string.h header.
*/
#include
memory.h
/*
* linux/include/asm-arm/arch-s3c2410/memory.h
*
* Copyright (C) 2002 MIZI Research, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the G