代码搜索结果

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

memory.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectName="memory" ProjectDir="c:\5416edulab\lab3-memory\" ProjectType=Executable CPUFamily=TM

memory.asm

.global start ; 定义全局标号 .mmregs .text start: nop ld #4,dp ; 直接寻址,装载DP值,页指针指向片内数据区DARAM B0 st #1,1 ; 绝对地址201H开始的四个单元存1,2,3,4 st #2,2 ; st #3,3 ; st #4,4 ; stm #205h

memory.c

///////////////////////////////////////////////////////////////////////// #include "general.h" #include "invalidate.h" ///////////////////////////////////////////////////////////////////////// u

memory.c

/* This file contains the device dependent part of the drivers for the * following special files: * /dev/null - null device (data sink) * /dev/mem - absolute memory * /dev/kmem -

memory.h

/* * linux/include/asm-arm/arch-iop3xx/memory.h */ #ifndef __ASM_ARCH_MEMORY_H #define __ASM_ARCH_MEMORY_H #include #include /* * Physical DRAM offset. */ #ifn

memory.h

/* * linux/include/asm-arm/arch-aaec2000/memory.h * * Copyright (c) 2005 Nicolas Bellido Y Ortega * * This program is free software; you can redistribute it and/or modify * it under the term

memory.h

/* * linux/include/asm-arm/arch-sa1100/memory.h * * Copyright (C) 1999-2000 Nicolas Pitre */ #ifndef __ASM_ARCH_MEMORY_H #define __ASM_ARCH_MEMORY_H #include #inc

memory.h

/* * linux/include/asm-arm/arch-clps711x/memory.h * * Copyright (C) 1999 ARM Limited * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Ge

memory.h

/* * linux/include/asm-arm/arch-shark/memory.h * * by Alexander Schulz * * derived from: * linux/include/asm-arm/arch-ebsa110/memory.h * Copyright (c) 1996-1999 Russell King. */ #ifndef __ASM_

memory.h

/* * linux/include/asm-arm/arch-s3c2410/memory.h * * from linux/include/asm-arm/arch-rpc/memory.h * * Copyright (C) 1996,1997,1998 Russell King. * * This program is free software; you can re