search for: npt

Displaying 20 results from an estimated 119 matches for "npt".

Did you mean: not
2008 Nov 24
4
EPT walks for guest page table
Hi, I am really confused about NPT walks for guest page table , and eager to know the details about it. It is treated as data writes even if the access itself is a code read in AMD NPT.I just want to know : is it the same in EPT? Could anyone help me? I would like to know that very much Thank you in advance Bo Ma _____________...
2004 Jun 25
2
[LLVMdev] Using -noexternals option of NightlyTest.pl
Result night tester run at FreeBSD 5.1 accessable by URL http://npt.cc.rsu.ru/testresults-X86-FreeBSD/index.html I can't guaranty run it per day base, sorry. As i can see, make (bug 385) and perl (bug 386) not builded by NightlyTest.pl (but builded if use gmake night tests run format) So I don't known preferable solutions: its can be closed or patches ap...
2012 Mar 20
0
[LLVMdev] Runtime linker issue wtih X11R6 on i386 with -O3 optimization
...s) as needed. A side effect of that is that they require really lazy binding because they do (can?) not enforce the load order. The problem I am seeing is with any optimization higher than -O0 on the following code: void uxa_check_poly_lines(DrawablePtr pDrawable, GCPtr pGC, int mode, int npt, DDXPointPtr ppt) { ScreenPtr screen = pDrawable->pScreen; UXA_FALLBACK(("to %p (%c), width %d, mode %d, count %d\n", pDrawable, uxa_drawable_location(pDrawable), pGC->lineWidth, mode, npt)); if (pGC->lineWidth == 0) { if (uxa_prepare_access(pDrawable, UXA_...
2011 Feb 21
5
How to create shadow page table of my own?
Hi, guys Recently I have been doing some research & I''ve got in trouble. I have altered the kernel of domU and put the code section and data section of selinux security server which locate ~/security/selinux/ss into two seperate sections in the final vmlinux image(see below) objdump -h vmlinux vmlinux: file format elf32-i386 Sections: Idx Name Size VMA
2005 Jul 25
1
Fortran function name not in load table
Using R 2.0.1 on Windows XP, I am getting an error msg: Error in .Fortran("conic", nxy = nxy, npt = npt, CP = cp, EP1 = ep1, EP2 = ep2, : Fortran function name not in load table I am wondering if there is a way to see what function names are in the load table? Maybe the function name has been altered? The first thing I do in my analysis script is to load a DLL, conic.dll, which co...
2007 Dec 12
1
how to shorten elements in a data frame?
...data frame in advance, although it is certain that one of them is called "pressure". (This is an oceanographic application, in case anyone wonders why pressure would be an independent variable for use in interpolation.) <code> #interpolate to target pressures in "pt". npt <- length(pt) for (datum.name in data.names) { if (datum.name != "pressure") { length(res$data[[datum.name]]) <- npt res$data[[datum.name]] <- approx(x$data[["pressure"]], x$data[[datum.name]], pt)$y } } </code> -- View this message in c...
2011 Oct 06
0
Fwd: Re: Party extract BinaryTree from cforest?
...elp at stat.math.ethz.ch > Subject: Re: [R] Party extract BinaryTree from cforest? > > I found an internal workaround to this to support printing and plot type > simple, > > tt<-party:::prettytree(cf at ensemble[[1]], names(cf at data at > get("input"))) >> npt <- new("BinaryTree") >> npt at tree<-tt >> plot(npt) > Error in terminal_panel(<S4 object of class "BinaryTree">) : > ?ctreeobj? is not a regression tree library("party") cf <- cforest(Species ~ ., data = iris) pt <- party:::pretty...
2004 Jun 25
0
[LLVMdev] Using -noexternals option of NightlyTest.pl
On Fri, 25 Jun 2004, Vladimir Merzliakov wrote: > Result night tester run at FreeBSD 5.1 accessable by URL > http://npt.cc.rsu.ru/testresults-X86-FreeBSD/index.html > I can't guaranty run it per day base, sorry. Okay, sounds great. I added it to the page with a note to that effect: http://llvm.cs.uiuc.edu/testresults/ Thanks a lot for volenteering to run it. Also, if you notice any big regressions or any...
2014 May 29
1
Divide error in kvm_unlock_kick()
...pse36 clflush > mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb lm rep_good nopl > extd_apicid pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic popcnt aes xsave > avx f16c hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse > 3dnowprefetch osvw xop fma4 tbm arat npt nrip_save tsc_adjust bmi1 > > whereas in a (working) -cpu qemu64 guest, they look like this: > > fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx > fxsr sse sse2 ht syscall nx lm nopl pni cx16 x2apic popcnt hypervisor lahf_lm > cmp_legacy svm abm s...
2014 May 29
1
Divide error in kvm_unlock_kick()
...pse36 clflush > mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb lm rep_good nopl > extd_apicid pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic popcnt aes xsave > avx f16c hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse > 3dnowprefetch osvw xop fma4 tbm arat npt nrip_save tsc_adjust bmi1 > > whereas in a (working) -cpu qemu64 guest, they look like this: > > fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx > fxsr sse sse2 ht syscall nx lm nopl pni cx16 x2apic popcnt hypervisor lahf_lm > cmp_legacy svm abm s...
2012 Mar 01
14
[PATCH 0 of 3] RFC Paging support for AMD NPT V2
There has been some progress, but still no joy. Definitely not intended for inclusion at this point. Tim, Wei, I added a Xen command line toggle to disable IOMMU and P2M table sharing. Tim, I verified that changes to p2m-pt.c don''t break shadow mode (64bit hypervisor and Win 7 guest). Hongkaixing, I incorporated your suggestion in patch 2, so I should add your Signed-off-by eventually.
2010 Jun 06
1
I need help in analyzing
...uot;class",control=rpart.control(xval=3,cp=0)) > plot(model) > text(model) model$cptable CP nsplit rel error xerror xstd 1 0.05691057 0 1.0000000 1.097561 0.08180737 2 0.02439024 3 0.8292683 1.219512 0.07040857 3 0.00000000 4 0.8048780 1.195122 0.07310295 npt=which.min(model$table[,4]) > npt integer(0) I need to describe this subject, but i don't know what R is saying to me. This subject is about what women hairs mens like. x1 to x10 are answers to questions 1 is yes,0 is no, but there was 2 groups of questions; from x1 to x6 it must be choise...
2011 Mar 22
1
help need on working in subset within a dataframe
...Qni <- (K1*(kt1-0.25)+ K2 *(kt2-0.25)) y <- dataframe$y yg <- mean(y, na.rm= TRUE) # mean of trait Y # mean of trait Y dvm <- (y-yg ) # deviation of phenotypic value from mean sumdvm <-abs(sum(dvm, na.rm= TRUE)) yQni <- y* Qni sumyQni <-abs(sum(yQni, na.rm= TRUE)) npt = ( sumdvm/ sumyQni) return(npt) } npt1 <- apply(namemat,1, smyfun) return(npt1) } myfun (dataframe) My question is how can I automate the process so that the above function can calculate different values for n levels (>20 in my real data) of factor ped. Thanks in advance for t...
2013 Jun 05
0
[PATCH RFC] virtio-pci: new config layout: using memory BAR
...y Liguori wrote: >> "Michael S. Tsirkin" <mst at redhat.com> writes: >> >> Can you explain? I thought the whole trick with separating out the >> virtqueue notification register was to regain the performance? > > Yes but this trick only works well with NPT (it's still a bit > slower than PIO but not so drastically). > Without NPT you still need a page walk so it will be slow. Do you mean NPT/EPT? If your concern is shadow paging, then I think you're concerned about hardware that is so slow to start with that it's not worth conside...
2013 Jan 30
2
[PATCH] PVH: remove code to map iomem from guest
....c index 7e93ec9..6532172 100644 --- a/arch/x86/xen/setup.c +++ b/arch/x86/xen/setup.c @@ -235,20 +235,12 @@ static void __init xen_set_identity_and_release_chunk( *identity += set_phys_range_identity(start_pfn, end_pfn); } -/* For PVH, the pfns [0..MAX] are mapped to mfn''s in the EPT/NPT. The mfns - * are released as part of this 1:1 mapping hypercall back to the dom heap. - * Also, we map the entire IO space, ie, beyond max_pfn_mapped. - */ -static void __init xen_pvh_identity_map_chunk(unsigned long start_pfn, +/* PVH: xen has already mapped the IO space in the EPT/NPT for us, so...
2014 May 28
2
Divide error in kvm_unlock_kick()
...trr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb lm rep_good nopl extd_apicid pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic popcnt aes xsave avx f16c hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw xop fma4 tbm arat npt nrip_save tsc_adjust bmi1 whereas in a (working) -cpu qemu64 guest, they look like this: fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx lm nopl pni cx16 x2apic popcnt hypervisor lahf_lm cmp_legacy svm abm sse4a I tried enabling CONFIG_...
2014 May 28
2
Divide error in kvm_unlock_kick()
...trr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb lm rep_good nopl extd_apicid pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic popcnt aes xsave avx f16c hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw xop fma4 tbm arat npt nrip_save tsc_adjust bmi1 whereas in a (working) -cpu qemu64 guest, they look like this: fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx lm nopl pni cx16 x2apic popcnt hypervisor lahf_lm cmp_legacy svm abm sse4a I tried enabling CONFIG_...
2005 Mar 04
0
mod_annodex 0.2.1 Release
...ly annodexed clips. For more information on Annodex, see http://www.annodex.net/ This release is available at: http://www.annodex.net/software/mod_annodex/ New in this release: * Support for time ranges of the form "t=start/end", such as http://media.example.com/index.anx?t=npt:00:00:10/00:00:20 It is recommended that you upgrade libannodex to version 0.6.1 in order to make use of this feature. Additionally, libannodex-0.6.1 has undergone an extensive audit of memory use resulting in the removal of all known leaks in the codepaths used by mod_annodex. About mod_annodex...
2009 Sep 18
3
Paravirtualization on VMware's Platform [VMI].
...hypervisor. To give some background, VMI is VMware's paravirtualization specification which tries to optimize CPU and MMU operations of the guest operating system. For more information take a look at this http://www.vmware.com/interfaces/paravirtualization.html In most of the benchmarks, EPT/NPT (hwmmu) technologies are at par or provide better performance compared to VMI. The experiments included comparing performance across various micro and real world like benchmarks. Host configuration used for testing. * Dell PowerEdge 2970 * 2 x quad-core AMD Opteron 2384 2.7GHz (Shanghai C2), RVI c...
2009 Sep 18
3
Paravirtualization on VMware's Platform [VMI].
...hypervisor. To give some background, VMI is VMware's paravirtualization specification which tries to optimize CPU and MMU operations of the guest operating system. For more information take a look at this http://www.vmware.com/interfaces/paravirtualization.html In most of the benchmarks, EPT/NPT (hwmmu) technologies are at par or provide better performance compared to VMI. The experiments included comparing performance across various micro and real world like benchmarks. Host configuration used for testing. * Dell PowerEdge 2970 * 2 x quad-core AMD Opteron 2384 2.7GHz (Shanghai C2), RVI c...