代码搜索结果
找到约 10,000 项符合
Memory 的代码
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 programs (
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.conf
// memset virt page # physical page # R (read from) M (modified) inMemTime (ns) lastTouchTime (ns)
memset 0 0 0 0 0 0
memset 1 1 0 0 0 0
memset 2 2 0 0 0 0
memset 3 3 0 0 0 0
memory.v
// Copyright Model Technology, a Mentor Graphics
// Corporation company 2003, - All rights reserved.
`timescale 1 ns / 1 ns
module memory(clk, addr, data, rw, strb, rdy);
input clk, addr, rw, s
memory.v
// Copyright Model Technology, a Mentor Graphics
// Corporation company 2003, - All rights reserved.
`timescale 1 ns / 1 ns
module memory(clk, addr, data, rw, strb, rdy);
input clk, addr, rw, s
memory.cmd
/******************** memory.cmd ***********************
* 2002.10.1
*/
MEMORY
{
PAGE 0: PROG: origin = 0x1000, len = 0x0f80 /*4k-128 word*/
VECT: origin = 0x1f8
memory.cmd
/******************** memory.cmd ***********************
* 2002.10.1
*/
MEMORY
{
PAGE 0: PROG: origin = 0x2000, len = 0x0f80 /*8k-128 word*/
VECT: origin = 0x2f8
memory.h
// Local memory words 0-31 are reserved as Getbit local buffer.
// Relevant header information allocates at the end of page 1 (0x7e0-0x800).
// ------------------ page 0 --------------------
//no
memory.h
/******************** (C) COPYRIGHT 2008 STMicroelectronics ********************
* File Name : memory.h
* Author : MCD Application Team
* Version : V2.2.0
* Date