OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kvm
(Results
1 - 8
of
8
) sorted by null
/external/linux-tools-perf/
command-list.txt
24
perf-
kvm
mainporcelain common
Android.mk
179
builtin-
kvm
.c \
Makefile
375
BUILTIN_OBJS += $(OUTPUT)builtin-
kvm
.o
/external/qemu/android/config/linux-x86/linux/
kvm.h
5
* Userspace interface for /dev/
kvm
- kernel based virtual machine
13
#include <asm/
kvm
.h>
337
*
kvm
trace categories
343
*
kvm
trace action
356
* ioctls for /dev/
kvm
fds:
364
* Check if a
kvm
extension is available. Argument is extension number,
374
* ioctls for
kvm
trace
/external/qemu/android/config/linux-x86_64/linux/
kvm.h
5
* Userspace interface for /dev/
kvm
- kernel based virtual machine
13
#include <asm/
kvm
.h>
337
*
kvm
trace categories
343
*
kvm
trace action
356
* ioctls for /dev/
kvm
fds:
364
* Check if a
kvm
extension is available. Argument is extension number,
374
* ioctls for
kvm
trace
/ndk/sources/host-tools/make-3.81/
getloadavg.c
374
# include <
kvm
.h>
/external/qemu/
kvm-all.c
2
* QEMU
KVM
support
21
#include <linux/
kvm
.h>
27
#include "
kvm
.h"
29
/*
KVM
uses PAGE_SIZE in it's definition of COALESCED_MMIO_MAX */
75
/*
KVM
private memory slots */
408
"Please upgrade to at least kernel 2.6.29 or recent
kvm
-kmod\n"
409
"(see http://sourceforge.net/projects/
kvm
).\n";
415
fprintf(stderr, "No SMP
KVM
support, use '-smp 1'\n");
428
s->fd = open("/dev/
kvm
", O_RDWR);
431
fprintf(stderr, "Could not access
KVM
kernel module: %m\n")
[
all
...]
/external/qemu/target-i386/
kvm.c
2
* QEMU
KVM
support
21
#include <linux/
kvm
.h>
25
#include "
kvm
.h"
30
#include "
kvm
-gs-restore.h"
101
/* On Intel,
kvm
returns cpuid according to the Intel spec,
219
/* Obtain MSR list from
KVM
. These are the MSRs that we must
254
/* create vm86 tss.
KVM
uses vm86 mode to emulate 16-bit code
257
* versions of
KVM
just assumed that it would be at the end of physical
259
* refuse to work with those older versions of
KVM
. */
262
fprintf(stderr, "
kvm
does not support KVM_CAP_SET_TSS_ADDR\n")
[
all
...]
Completed in 547 milliseconds