代码搜索结果

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

memory.cmd

/*-e _c_int00 -m sensor.map /******************** memory.cmd *********************** * 2002.10.1 */ MEMORY { PAGE 0: PROG: origin = 0x2000, len = 0x0f80 /*8k-128 word*/

memory.cmd

-m sensor.map /******************** memory.cmd *********************** * 2002.10.1 */ MEMORY { PAGE 0: PROG: origin = 0x2000, len = 0x0f80 /*8k-128 word*/ VECT: o

memory.cmd

/*-e _c_int00 -m sensor.map /******************** memory.cmd *********************** * 2002.10.1 */ MEMORY { PAGE 0: PROG: origin = 0x2000, len = 0x0f80 /*8k-128 word*/

memory.cmd

/*-e _c_int00 -m sensor.map /******************** memory.cmd *********************** * 2002.10.1 */ MEMORY { PAGE 0: PROG: origin = 0x2000, len = 0x0f80 /*8k-128 word*/

memory.cmd

/*-e _c_int00 -m sensor.map /******************** memory.cmd *********************** * 2002.10.1 */ MEMORY { PAGE 0: PROG: origin = 0x2000, len = 0x0f80 /*8k-128 word*/

memory.cmd

/*-e _c_int00 -m sensor.map /******************** memory.cmd *********************** * 2002.10.1 */ MEMORY { PAGE 0: PROG: origin = 0x2000, len = 0x0f80 /*8k-128 word*/

memory.cmd

/*-e _c_int00 -m sensor.map /******************** memory.cmd *********************** * 2002.10.1 */ MEMORY { PAGE 0: PROG: origin = 0x2000, len = 0x0f80 /*8k-128 word*/

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