search for: vintr

Displaying 10 results from an estimated 10 matches for "vintr".

Did you mean: intr
2006 Oct 19
0
[HVM][SVM][PATCH][1/2] VINTR intercept signal
...y errors, and these patches seem to help with these, especially with SUSE10 HVM guests with ACPI enabled in the guest configuration. These patches have been tested on 3.0.3 and xen-unstable base with 32bit, 32bit pae and 64bit hypervisors with various HVM guests. Patch 1/2 - This patch uses the VINTR intercept to signal the hypervisor when a guest can take an interrupt. When guest''s interrupts are masked by EFLAGS.IF or the guests are in an interrupt shadow, we create a ''fake'' virtual interrupt to inject while also enabling the VINTR intercept. When the guest _can_ t...
2010 Aug 05
6
[PATCH 10/14] Nested Virtualization: svm specific implementation
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Einsteinring 24, 85609 Dornach b. Muenchen Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 _______________________________________________ Xen-devel mailing list
2011 Dec 02
1
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...hose instructions. OK. Please put this in a comment. I think it is useful to know. >>> + // Returns true if the provided CallInst represents an intrinsic that can >>> + // be vectorized. >>> + bool isVectorizableIntrinsic(CallInst* I) { >>> + bool VIntr = false; >>> + if (Function *F = I->getCalledFunction()) { >>> + if (unsigned IID = F->getIntrinsicID()) { >> >> Use early exit. >> >> Function *F = I->getCalledFunction(); >> >> if (!F) >> return false; >> &...
2000 Sep 12
0
OpenSSH 2.2.0p1 port to QNX 4
...* *** 32,37 **** --- 32,41 ---- * is only intended for including from ttymodes.c. */ + #if defined(__QNX__) && !defined(__QNXNTO__) + #include "qnx-term.h" + #endif /* __QNX__ && !__QNXNTO__ */ + /* termios macro */ /* sgtty macro */ /* name, op */ TTYCHAR(VINTR, 1) SGTTYCHAR(tiotc.t_intrc, 1)
2011 Dec 02
5
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...gt; + return (abs64(Offset) % VTyTSS) == 0; > + } > + > + return false; > + } > + > + // Returns true if the provided CallInst represents an intrinsic that can > + // be vectorized. > + bool isVectorizableIntrinsic(CallInst* I) { > + bool VIntr = false; > + if (Function *F = I->getCalledFunction()) { > + if (unsigned IID = F->getIntrinsicID()) { Use early exit. Function *F = I->getCalledFunction(); if (!F) return false; unsigned IID = F->getIntrinsicID(); if (!IID) return false; switch(IID) { cas...
2011 Dec 02
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...== 0; > > + } > > + > > + return false; > > + } > > + > > + // Returns true if the provided CallInst represents an intrinsic that can > > + // be vectorized. > > + bool isVectorizableIntrinsic(CallInst* I) { > > + bool VIntr = false; > > + if (Function *F = I->getCalledFunction()) { > > + if (unsigned IID = F->getIntrinsicID()) { > > Use early exit. > > Function *F = I->getCalledFunction(); > > if (!F) > return false; > > unsigned IID = F->getIntrins...
2011 Dec 14
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...== 0; > > + } > > + > > + return false; > > + } > > + > > + // Returns true if the provided CallInst represents an intrinsic that can > > + // be vectorized. > > + bool isVectorizableIntrinsic(CallInst* I) { > > + bool VIntr = false; > > + if (Function *F = I->getCalledFunction()) { > > + if (unsigned IID = F->getIntrinsicID()) { > > Use early exit. > > Function *F = I->getCalledFunction(); > > if (!F) > return false; > > unsigned IID = F->getIntrins...
2011 Nov 23
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
On Mon, 2011-11-21 at 21:22 -0600, Hal Finkel wrote: > On Mon, 2011-11-21 at 11:55 -0600, Hal Finkel wrote: > > Tobias, > > > > I've attached an updated patch. It contains a few bug fixes and many > > (refactoring and coding-convention) changes inspired by your comments. > > > > I'm currently trying to fix the bug responsible for causing a compile
2011 Nov 22
5
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
On Mon, 2011-11-21 at 11:55 -0600, Hal Finkel wrote: > Tobias, > > I've attached an updated patch. It contains a few bug fixes and many > (refactoring and coding-convention) changes inspired by your comments. > > I'm currently trying to fix the bug responsible for causing a compile > failure when compiling >
2007 Jun 05
13
about VIRQ & PIRQ
about VIRQ &amp; PIRQ what is VIRQ  ?How VIRQ is different from PIRQ ?How VIRQ &amp; PIRQ are related each other ? DISCLAIMER: ----------------------------------------------------------------------------------------------------------------------- The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. It shall not attach any