HomeSort by relevance Sort by last modified time
    Searched refs:kvm (Results 1 - 18 of 18) sorted by null

  /bionic/libc/kernel/uapi/asm-x86/asm/
kvm_perf.h 23 #include <asm/kvm.h>
26 #define KVM_ENTRY_TRACE "kvm:kvm_entry"
27 #define KVM_EXIT_TRACE "kvm:kvm_exit"
  /external/kernel-headers/original/uapi/asm-x86/asm/
kvm_perf.h 7 #include <asm/kvm.h>
13 #define KVM_ENTRY_TRACE "kvm:kvm_entry"
14 #define KVM_EXIT_TRACE "kvm:kvm_exit"
  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
kvm-recheck-rcuperf.sh 5 # Usage: kvm-recheck-rcuperf.sh resdir
36 if kvm-recheck-rcuperf-ftrace.sh $i
kvm-recheck.sh 3 # Given the results directories for previous KVM-based torture runs,
7 # Usage: kvm-recheck.sh resdir ...
42 kvm-recheck-${TORTURE_SUITE}.sh $i
kvm-test-1-run.sh 3 # Run a kvm-based test of the specified tree on the specified configs.
9 # Usage: kvm-test-1-run.sh config builddir resdir seconds qemu-args boot_args
11 # qemu-args defaults to "-enable-kvm -nographic", along with arguments
41 T=${TMPDIR-/tmp}/kvm-test-1-run.sh.$$
45 . $KVM/bin/functions.sh
54 echo "kvm-test-1-run.sh :$builddir: Not a writable directory, cannot build into it"
60 echo "kvm-test-1-run.sh :$resdir: Not a writable directory, cannot store results into it"
97 ln -s $base_resdir/Make*.out $resdir # for kvm-recheck.sh
98 ln -s $base_resdir/.config $resdir # for kvm-recheck.sh
101 elif kvm-build.sh $T/Kc2 $builddi
    [all...]
kvm.sh 3 # Run a series of 14 tests under KVM. These are not particularly
10 # Usage: kvm.sh [ options ]
33 T=${TMPDIR-/tmp}/kvm.sh.$$
39 KVM="`pwd`/tools/testing/selftests/rcutorture"; export KVM
40 PATH=${KVM}/bin:$PATH; export PATH
43 TORTURE_INITRD="$KVM/initrd"; export TORTURE_INITRD
185 CONFIGFRAG=${KVM}/configs/${TORTURE_SUITE}; export CONFIGFRAG
194 resdir=$KVM/res
280 KVM="$KVM"; export KV
    [all...]
  /external/strace/tests/
ioctl_kvm_run.c 2 * Check decoding of KVM_* commands of ioctl syscall using /dev/kvm API.
43 # include <linux/kvm.h>
57 static const char dev[] = "/dev/kvm";
58 static const char vm_dev[] = "anon_inode:kvm-vm";
59 static const char vcpu_dev[] = "anon_inode:kvm-vcpu";
173 int kvm = open(dev, O_RDWR); local
174 if (kvm < 0)
178 int ret = KVM_IOCTL(kvm, KVM_GET_API_VERSION, 0);
182 kvm, KVM_API_VERSION);
184 kvm, dev, ret)
    [all...]
  /external/strace/tests-m32/
ioctl_kvm_run.c 2 * Check decoding of KVM_* commands of ioctl syscall using /dev/kvm API.
43 # include <linux/kvm.h>
57 static const char dev[] = "/dev/kvm";
58 static const char vm_dev[] = "anon_inode:kvm-vm";
59 static const char vcpu_dev[] = "anon_inode:kvm-vcpu";
173 int kvm = open(dev, O_RDWR); local
174 if (kvm < 0)
178 int ret = KVM_IOCTL(kvm, KVM_GET_API_VERSION, 0);
182 kvm, KVM_API_VERSION);
184 kvm, dev, ret)
    [all...]
  /external/strace/tests-mx32/
ioctl_kvm_run.c 2 * Check decoding of KVM_* commands of ioctl syscall using /dev/kvm API.
43 # include <linux/kvm.h>
57 static const char dev[] = "/dev/kvm";
58 static const char vm_dev[] = "anon_inode:kvm-vm";
59 static const char vcpu_dev[] = "anon_inode:kvm-vcpu";
173 int kvm = open(dev, O_RDWR); local
174 if (kvm < 0)
178 int ret = KVM_IOCTL(kvm, KVM_GET_API_VERSION, 0);
182 kvm, KVM_API_VERSION);
184 kvm, dev, ret)
    [all...]
  /external/elfutils/tests/
run-unstrip-M.sh 38 7f31ea3f9000-7f31ea3fc000 rw-s 00000000 00:09 3744 anon_inode:kvm-vcpu
39 7f31ea3fc000-7f31ea3ff000 rw-s 00000000 00:09 3744 anon_inode:kvm-vcpu
  /external/autotest/server/site_tests/factory_InstallVM/
factory_InstallVM.py 10 debug_vnc: whether to run VNC on the KVM (for debugging only)
28 # The size of the "SSD" in the KVM.
32 # since we will kill all stray KVM processes using this disk image.
45 Returns the command to run KVM.
47 @param kvm_args: A list of extra args to pass to KVM.
50 "kvm",
59 # (or output will go to vc). Use 127.0.0.1 to ensure that kvm
69 Kills the KVM on the client machine.
71 This will kill any KVM whose command line contains _HDA_FILENAME
75 pattern = "^kvm.*%s" % _HDA_FILENAME
    [all...]
  /external/strace/
kvm.c 34 # include <linux/kvm.h>
defs.h 680 DECL_IOCTL(kvm); variable
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogComponent.java 148 final KeyguardViewMediator kvm = mSysui.getComponent(KeyguardViewMediator.class); local
149 if (kvm != null) {
150 kvm.userActivity();
  /external/syslinux/com32/hdt/
Makefile 50 QEMU ?= qemu-kvm
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
kvm.h 5 * Userspace interface for /dev/kvm - kernel based virtual machine
13 #include <asm/kvm.h>
435 * ioctls for /dev/kvm fds:
443 * Check if a kvm extension is available. Argument is extension number,
  /bionic/libc/kernel/uapi/linux/
kvm.h 24 #include <asm/kvm.h>
  /external/kernel-headers/original/uapi/linux/
kvm.h 6 * Userspace interface for /dev/kvm - kernel based virtual machine
14 #include <asm/kvm.h>
107 * other bits are reserved for kvm internal use which are defined in
119 * For ARM: See Documentation/virtual/kvm/api.txt
400 * shared registers between kvm and userspace.
743 * ioctls for /dev/kvm fds:
751 * Check if a kvm extension is available. Argument is extension number,
1027 * emulation. See Documentation/virtual/kvm/api.txt.
    [all...]

Completed in 756 milliseconds