代码搜索:memory

找到约 10,000 项符合「memory」的源代码

代码结果 10,000
www.eeworm.com/read/383713/8923765

c 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
www.eeworm.com/read/284395/8936135

pjt 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
www.eeworm.com/read/284395/8936143

cmd 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
www.eeworm.com/read/284395/8936147

c 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
www.eeworm.com/read/284395/8936148

paf memory.paf

www.eeworm.com/read/186222/8952043

inc memory.inc

;;***************************************************************************** ;;***************************************************************************** ;; ;; FILENAME: Memory.inc ;;
www.eeworm.com/read/186023/8965759

c memory.c

#include #include #include #include #include int do_exit(long code); #define invalidate() \ __asm__("movl %%eax,%%cr3"::"a
www.eeworm.com/read/186023/8965838

h 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
www.eeworm.com/read/382894/8991824

obj memory.obj

www.eeworm.com/read/382894/8991839

h memory.h

#ifndef __MEMORY_H__ #define __MEMORY_H__ extern void MemInit(void); extern void FM18L08Test(void); extern void FM18L08WRTest(void); #endif