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

  /external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
kvm_host.h 256 void (*new_cr3)(struct kvm_vcpu *vcpu);
257 void (*set_cr3)(struct kvm_vcpu *vcpu, unsigned long root);
258 unsigned long (*get_cr3)(struct kvm_vcpu *vcpu);
259 u64 (*get_pdptr)(struct kvm_vcpu *vcpu, int index);
260 int (*page_fault)(struct kvm_vcpu *vcpu, gva_t gva, u32 err,
262 void (*inject_page_fault)(struct kvm_vcpu *vcpu,
264 void (*free)(struct kvm_vcpu *vcpu);
265 gpa_t (*gva_to_gpa)(struct kvm_vcpu *vcpu, gva_t gva, u32 access,
267 gpa_t (*translate_gpa)(struct kvm_vcpu *vcpu, gpa_t gpa, u32 access);
268 int (*sync_page)(struct kvm_vcpu *vcpu,
314 struct kvm_vcpu *vcpu; member in struct:kvm_pmc
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-kvm.c 55 struct kvm_event_stats *vcpu; member in struct:kvm_event
354 event->vcpu[j].time = 0;
355 init_stats(&event->vcpu[j].stats);
377 prev = event->vcpu;
378 event->vcpu = realloc(event->vcpu,
379 event->max_vcpu * sizeof(*event->vcpu));
380 if (!event->vcpu) {
386 memset(event->vcpu + old_max_vcpu, 0,
387 (event->max_vcpu - old_max_vcpu) * sizeof(*event->vcpu));
481 int vcpu; local
658 int vcpu = kvm->trace_vcpu; local
672 int vcpu = kvm->trace_vcpu; local
700 int vcpu = kvm->trace_vcpu; local
739 int vcpu = kvm->trace_vcpu; local
1264 int vcpu = kvm->trace_vcpu; local
    [all...]
  /external/qemu/target-i386/
hax-all.c 54 /* Sync the vcpu state from hax kernel module */
89 * QEMU emulation changes vcpu state,
90 * Sync the vcpu state to HAX kernel module
118 struct hax_vcpu_state *vcpu = cpu->hax_vcpu; local
119 if (!vcpu)
121 return vcpu->fd;
178 struct hax_vcpu_state *vcpu = NULL; local
183 dprint("vcpu %x created failed, vm is null\n", id);
189 dprint("vcpu %x allocated already\n", id);
193 vcpu = g_malloc(sizeof(struct hax_vcpu_state))
240 struct hax_vcpu_state *vcpu = cpu->hax_vcpu; local
473 struct hax_vcpu_state *vcpu = cpu->hax_vcpu; local
508 struct hax_vcpu_state *vcpu = cpu->hax_vcpu; local
530 struct hax_vcpu_state *vcpu = cpu->hax_vcpu; local
633 struct hax_vcpu_state *vcpu; local
    [all...]
hax-i386.h 65 int hax_vcpu_run(struct hax_vcpu_state *vcpu);
79 int hax_host_setup_vcpu_channel(struct hax_vcpu_state *vcpu);
hax-darwin.c 140 dprint("Too big vm id %x or vcpu id %x\n", vm_id, vcpu_id);
148 sprintf(name, "/dev/hax_vm%02d/vcpu%02d", vm_id, vcpu_id);
212 dprint("Failed to create vcpu %x\n", vcpuid);
232 dprint("Failed to open the vcpu devfs\n");
236 int hax_host_setup_vcpu_channel(struct hax_vcpu_state *vcpu)
241 ret = ioctl(vcpu->fd, HAX_VCPU_IOCTL_SETUP_TUNNEL, &info);
255 vcpu->tunnel = (struct hax_tunnel *)(uintptr_t)(info.va);
256 vcpu->iobuf = (unsigned char *)(uintptr_t)(info.io_va);
260 int hax_vcpu_run(struct hax_vcpu_state* vcpu)
264 ret = ioctl(vcpu->fd, HAX_VCPU_IOCTL_RUN, NULL)
    [all...]
hax-windows.c 223 dprint("Too big vm id %x or vcpu id %x\n", vm_id, vcpu_id);
321 dprint("Failed to create vcpu %x\n", vcpuid);
349 dprint("Failed to open the vcpu devfs\n");
354 int hax_host_setup_vcpu_channel(struct hax_vcpu_state *vcpu)
356 hax_fd hDeviceVCPU = vcpu->fd;
379 vcpu->tunnel = (struct hax_tunnel *)(uintptr_t)(info.va);
380 vcpu->iobuf = (unsigned char *)(uintptr_t)(info.io_va);
384 int hax_vcpu_run(struct hax_vcpu_state* vcpu)
387 HANDLE hDeviceVCPU = vcpu->fd;
  /external/valgrind/main/include/vki/
vki-xen-domctl.h 174 vki_uint32_t vcpu; /* IN */ member in struct:vki_xen_domctl_vcpuaffinity
218 vki_uint32_t vcpu; /* IN */ member in struct:vki_xen_domctl_vcpucontext
224 vki_uint32_t vcpu; member in struct:vki_xen_domctl_getvcpuinfo
303 vki_uint32_t vcpu; member in struct:vki_xen_domctl_vcpuextstate
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-xen.c 646 PRE_XEN_DOMCTL_READ(getvcpuinfo, vcpu);
675 __PRE_XEN_DOMCTL_READ(getvcpuaffinity, vcpuaffinity, vcpu);
679 __PRE_XEN_DOMCTL_READ(setvcpuaffinity, vcpuaffinity, vcpu);
696 __PRE_XEN_DOMCTL_READ(getvcpucontext, vcpucontext, vcpu);
700 __PRE_XEN_DOMCTL_READ(setvcpucontext, vcpucontext, vcpu);
718 __PRE_XEN_DOMCTL_READ(getvcpuextstate, vcpuextstate, vcpu);
    [all...]

Completed in 497 milliseconds