代码搜索:Memory
找到约 10,000 项符合「Memory」的源代码
代码结果 10,000
www.eeworm.com/read/292705/3947824
h memory.h
/*
* linux/include/asm-arm/arch-l7200/memory.h
*
* Copyright (c) 2000 Steve Hill (sjhill@cotw.com)
* Copyright (c) 2000 Rob Scott (rscott@mtrob.fdns.net)
*
* Changelog:
* 03-13-2000 SJH Create
www.eeworm.com/read/292705/3947872
h memory.h
/*
* linux/include/asm-arm/arch-rpc/memory.h
*
* Copyright (C) 1996,1997,1998 Russell King.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the
www.eeworm.com/read/292705/3947900
h memory.h
/*
* linux/include/asm-arm/arch-pxa/memory.h
*
* Author: Nicolas Pitre
* Copyright: (C) 2001 MontaVista Software Inc.
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/292705/3947921
h memory.h
/*
* linux/include/asm-arm/arch-mx1ads/memory.h
*
* Copyright (C) 1999 ARM Limited
* Copyright (C) 2002 Shane Nay (shane@minirl.com)
*
* This program is free software; you can redistribute it
www.eeworm.com/read/292705/3948931
txt memory.txt
There are several classic problems related to memory on Linux
systems.
1) There are some buggy motherboards which cannot properly
deal with the memory above 16MB. Consider exchanging
your
www.eeworm.com/read/291979/3961281
hhf memory.hhf
#if( ! @defined( memory_hhf ))
?memory_hhf := 1;
const
nil :text := "NULL";
procedure malloc( size:dword );
@returns( "eax" );
@external( "MEM_ALLOC" );
procedure free( memptr:dword );
www.eeworm.com/read/289833/3987835
h memory.h
/*
* linux/include/asm-arm/arch-s3c2400/memory.h by gj@denx.de
* based on
* linux/include/asm-arm/arch-sa1100/memory.h
*
* Copyright (c) 1999 Nicolas Pitre
*/
#ifndef __ASM_
www.eeworm.com/read/289833/3988103
h memory.h
/* Memory.h - Memory mappings and remapping functions declarations */
/* Copyright - Galileo technology. */
#ifndef __INCmemoryh
#define __INCmemoryh
/* includes */
#include "core.h"
/* defines *