代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory.c
/*
* linux/mm/memory.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/*
* demand-loading started 01.12.91 - seems it is high on the list of
* things wanted, and it should be easy to
memory.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ti\myprojects\ICETEK-C6713-EDULab\Lab0201-Memory\"
ProjectType=Executable
CPUFamil
memory.cmd
-w
-l rts6701.lib
-stack 400h
-heap 400h
MEMORY
{
BOOT_RAM : o=0,l=800h
VECS : o=800h,l=800h
IRAM : o=1000h,l=0x0002efff
}
SECTIONS
{
.bootload :> BOOT_RAM
memory.c
#include "stdio.h"
#define EMIF_GCTL 0x01800000
#define EMIF_CE1 0x01800004
#define EMIF_CE0 0x01800008
#define EMIF_CE2 0x01800010
#define EMIF_CE3 0x01800014
memory.inc
;;*****************************************************************************
;;*****************************************************************************
;;
;; FILENAME: Memory.inc
;;
memory.c
#include
#include
#include
#include
#include
int do_exit(long code);
#define invalidate() \
__asm__("movl %%eax,%%cr3"::"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.h
#ifndef __MEMORY_H__
#define __MEMORY_H__
extern void MemInit(void);
extern void FM18L08Test(void);
extern void FM18L08WRTest(void);
#endif