search for: mmfn

Displaying 2 results from an estimated 2 matches for "mmfn".

Did you mean: mfn
2007 Aug 26
0
[LLVMdev] Function definition
Hi, I want to define a function with basic block and so on. I tried this: .... Function *mmFn = new Function(FunctionType::get (Type::Int32Ty,Params,false), GlobalValue::ExternalLinkage, "___MM___", MainFn->getParent()); new BasicBlock("entry",mmFn); ... At runtime I get a 'bus error'. Without the 'BasicBlock' it works a little bit. In the .ll...
2008 Apr 21
1
[PATCH] x86-64: emulation support for cmpxchg16b
...ned long new_lo, unsigned long new_hi, struct sh_emulate_ctxt *sh_ctxt); +#endif mfn_t (*make_monitor_table )(struct vcpu *v); void (*destroy_monitor_table )(struct vcpu *v, mfn_t mmfn); int (*guess_wrmap )(struct vcpu *v, Index: 2008-04-15/xen/include/asm-x86/x86_emulate.h =================================================================== --- 2008-04-15.orig/xen/include/asm-x86/x86_emulate.h 2008-04-01 14:20:52.000000000 +0200 +++ 2008-04-15/xen/includ...