search for: excap

Displaying 4 results from an estimated 4 matches for "excap".

Did you mean: encap
2010 Dec 30
5
Why is format(10000, big.mark = "\\,") not 10\,000?
Hi, why does format(10000, big.mark = "\\,") not give me "10\,000"? How can I get this kind of "big.mark"? Cheers, Marius
2017 Aug 17
1
Suggestion for installation of R
> >Is it possible to download and run R on Asus ZenFone, if yes, which > >version Try Googling 'R on Android' The top link is https://www.r-bloggers.com/install-r-in-android-via-gnuroot-no-root-required/ ******************************************************************* This email and any attachments are confidential. Any use...{{dropped:8}}
2007 Apr 18
1
[RFC/PATCH LGUEST X86_64 03/13] lguest64 core
...0.nr_map = 0; + add_memory_region(0, PFN_PHYS(boot->max_pfn), E820_RAM); +} + +static void lguest_cpuid(unsigned int *eax, unsigned int *ebx, + unsigned int *ecx, unsigned int *edx) +{ + int is_feature = (*eax == 1); + + native_cpuid(eax, ebx, ecx, edx); + if (is_feature) { + unsigned long *excap = (unsigned long *)ecx, + *features = (unsigned long *)edx; + /* Hypervisor needs to know when we flush kernel pages. */ + set_bit(X86_FEATURE_PGE, features); + /* We don't have any features! */ + clear_bit(X86_FEATURE_VME, features); + clear_bit(X86_FEATURE_DE, features); + clear_bit(X...
2007 Apr 18
1
[RFC/PATCH LGUEST X86_64 03/13] lguest64 core
...0.nr_map = 0; + add_memory_region(0, PFN_PHYS(boot->max_pfn), E820_RAM); +} + +static void lguest_cpuid(unsigned int *eax, unsigned int *ebx, + unsigned int *ecx, unsigned int *edx) +{ + int is_feature = (*eax == 1); + + native_cpuid(eax, ebx, ecx, edx); + if (is_feature) { + unsigned long *excap = (unsigned long *)ecx, + *features = (unsigned long *)edx; + /* Hypervisor needs to know when we flush kernel pages. */ + set_bit(X86_FEATURE_PGE, features); + /* We don't have any features! */ + clear_bit(X86_FEATURE_VME, features); + clear_bit(X86_FEATURE_DE, features); + clear_bit(X...