代码搜索:Emulate
找到约 948 项符合「Emulate」的源代码
代码结果 948
www.eeworm.com/read/385462/2590907
c emulate.c
/*
* emulate.c: handling SVM emulate instructions help.
* Copyright (c) 2005 AMD Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and con
www.eeworm.com/read/385462/2590908
c emulate.c
/******************************************************************************
* hvm/emulate.c
*
* HVM instruction emulation. Used for MMIO and VMX real mode.
*
* Copyright (c) 2008, Citrix Sy
www.eeworm.com/read/385462/2591355
h emulate.h
/*
* emulate.h: SVM instruction emulation bits.
* Copyright (c) 2005, AMD Corporation.
* Copyright (c) 2004, Intel Corporation.
*
* This program is free software; you can redistribute it and/or m
www.eeworm.com/read/385462/2591358
h emulate.h
/******************************************************************************
* hvm/emulate.h
*
* HVM instruction emulation. Used for MMIO and VMX real mode.
*
* Copyright (c) 2008 Citrix Sys
www.eeworm.com/read/202272/15387227
pas emulate.pas
unit Emulate;
interface
uses Sysutils;
type
TVarType = Word;
const
varShortInt = $0010; { vt_i1 16 }
varWord = $0012; { vt_ui2 18 }
varLongWord = $0013; { vt_ui4
www.eeworm.com/read/105179/15676304
c emulate.c
/*
* linux/abi/emulate.c
*
* Copyright (C) 1993 Linus Torvalds
*/
/*
* Emulate.c contains the entry point for the 'lcall 7,xxx' handler.
*/
#include
#include
www.eeworm.com/read/291779/8396156
c math_emulate.c
/* passed
* linux/kernel/math/math_emulate.c
*
* (C) 1991 Linus Torvalds
*/
/*
注意:signal.c和fork.c文件的编译选项内不能有vc变量优化选项/Og,因为这两个文件
内的函数参数内包含了函数返回地址等内容。如果加了/Og选项,编译器就会在认为
这些参数不再使用后占用该内存,导致函数返回时出错。
www.eeworm.com/read/291779/8396640
c math_emulate.c
/*
* linux/kernel/math/math_emulate.c
*
* (C) 1991 Linus Torvalds
*/
/*
* This directory should contain the math-emulation code.
* Currently only results in a signal.
*/
/*
* 该目录里应该包含数学仿真代码。目前仅产生一个信号
www.eeworm.com/read/291498/8412503
c math_emulate.c
/*
* linux/kernel/math/math_emulate.c
*
* (C) 1991 Linus Torvalds
*/
/*
* This directory should contain the math-emulation code.
* Currently only results in a signal.
*/
#include
www.eeworm.com/read/291252/8431741
c math_emulate.c
/*
* linux/kernel/math/math_emulate.c
*
* (C) 1991 Linus Torvalds
*/
/*
* This directory should contain the math-emulation code.
* Currently only results in a signal.
*/
#include