代码搜索结果

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

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.c

/*文件名: memory.c 说明: 页级内存管理函数 作者: marsinfan 日期: 2005/12/20 */ #include #include #include #include #include

memory.h

/*文件名: memory.h 说明: 页级内存管理函数 作者: marsinfan 日期: 2005/12/20 */ #ifndef _memory_h_ #define _memory_h_ #include #define PAGE_SIZE 4096 #define _1M_SIZE 0X00100000 #define

_memory.c

/******************************************************************************* + + LEDA 3.0 + + + _memory.c + + + Copyright (c) 1992 by Max-Planck-Institut fuer Informatik + Im Stadt

memory.c

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you lic

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.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 */ /* * 需求加载是