代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory.a
;/*************************************************************************/
;/* */
;/* FILE NAME
memory.a
;/*************************************************************************/
;/* */
;/* FILE NAME
memory.a
/*************************************************************************/
/* */
/* FILE NAME
memory.h
/*
Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
Governed by the TrueCrypt License 2.4 the full text of which is contained
in the file License.txt included in TrueCrypt binary
memory.cpp
/*
Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
Governed by the TrueCrypt License 2.4 the full text of which is contained
in the file License.txt included in TrueCrypt binary
memory.v
// megafunction wizard: %LPM_RAM_DQ%
// GENERATION: STANDARD
// VERSION: WM1.0
// MODULE: lpm_ram_dq
// ============================================================
// File Name: memory.v
//
memory.c
/* passed
* linux/mm/memory.c
*
* (C) 1991 Linus Torvalds
*/
#include
/*
* 需求加载是从01.12.91 开始编写的- 在程序编制表中似乎是最重要的程序,
* 并且应该是很容易编制的- linus
*/
/*
* OK,需求加载是比较容易编写的,而共享页面却需要有点技巧。共
memory.h
// 不知道为什么在这里定义memcpy,string.h文件里已经有一个了。
/*
* 注意!!!memcpy(dest,src,n)假设段寄存器ds=es=通常数据段。在内核中使用的
* 所有函数都基于该假设(ds=es=内核空间,fs=局部数据空间,gs=null),具有良好
* 行为的应用程序也是这样(ds=es=用户数据空间)。如果任何用户程序随意改动了
* es 寄存器而出错,则并不 ...