代码搜索结果

找到约 10,000 项符合 Memory 的代码

memory.c

/* * Size memory and create the kernel page-tables on the fly while doing so. * Called from main(), this code should only be run by the bootstrap processor. */ #include "u.h" #include "../port/lib.

memory.c

/* * Size memory and create the kernel page-tables on the fly while doing so. * Called from main(), this code should only be run by the bootstrap processor. */ #include "u.h" #include "lib.h" #incl

memory.c

#include "u.h" #include "mem.h" #include "dat.h" #include "fns.h" #include "lib.h" static int debug; enum { Maxbank = 2, }; Bank bank[Maxbank]; int nbank; void meminit(void) { Memdsc *mem; Memc

memory.ld

//*---------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*-------------------------------------------------

memory.ld

//*---------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*-------------------------------------------------

memory.ld

//*---------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*-------------------------------------------------

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_

memory_dump

64 MB: 0x00: 80 08 04 0c 09 01 40 00 01 a0 60 00 80 08 00 01 0x10: 8f 04 04 01 01 00 06 a0 60 00 00 14 10 14 2d 10 0x20: 20 10 20 10 00 00 00 00 00 00 00 00 00 00 00 00 0x30: 00 00 00 00 00 00 00 00 0

memory.h

/* * This file is part of the Mingw32 package. * * memory.h maps to the standard string.h header. */ #include

memory.c

/* * MEMORY.C - internal command. * * * History: * * 01-Sep-1999 (Eric Kohl) * Started. * * 28-Apr-2005 (Magnus Olsen) ) * Remove all ha