Searched defs:exit (Results 1 – 24 of 24) sorted by relevance
/qemu/target/i386/kvm/ |
A D | xen-emu.c | 245 static bool kvm_xen_hcall_xen_version(struct kvm_xen_exit *exit, X86CPU *cpu, in kvm_xen_hcall_xen_version() 631 static int do_add_to_physmap(struct kvm_xen_exit *exit, X86CPU *cpu, in do_add_to_physmap() 662 static int do_add_to_physmap_batch(struct kvm_xen_exit *exit, X86CPU *cpu, in do_add_to_physmap_batch() 727 static bool kvm_xen_hcall_memory_op(struct kvm_xen_exit *exit, X86CPU *cpu, in kvm_xen_hcall_memory_op() 749 static bool handle_set_param(struct kvm_xen_exit *exit, X86CPU *cpu, in handle_set_param() 785 static bool handle_get_param(struct kvm_xen_exit *exit, X86CPU *cpu, in handle_get_param() 836 static int kvm_xen_hcall_evtchn_upcall_vector(struct kvm_xen_exit *exit, in kvm_xen_hcall_evtchn_upcall_vector() 863 static bool kvm_xen_hcall_hvm_op(struct kvm_xen_exit *exit, X86CPU *cpu, in kvm_xen_hcall_hvm_op() 1174 static bool kvm_xen_hcall_vcpu_op(struct kvm_xen_exit *exit, X86CPU *cpu, in kvm_xen_hcall_vcpu_op() 1492 static bool kvm_xen_hcall_sched_op(struct kvm_xen_exit *exit, X86CPU *cpu, in kvm_xen_hcall_sched_op() [all …]
|
A D | hyperv-stub.c | 14 int kvm_hv_handle_exit(X86CPU *cpu, struct kvm_hyperv_exit *exit) in kvm_hv_handle_exit()
|
A D | hyperv.c | 53 int kvm_hv_handle_exit(X86CPU *cpu, struct kvm_hyperv_exit *exit) in kvm_hv_handle_exit()
|
/qemu/tests/tcg/riscv64/ |
A D | test-noc.S | 21 exit: label
|
/qemu/tests/tcg/aarch64_be/ |
A D | hello.c | 22 void exit(int ret) in exit() function
|
/qemu/tests/tcg/i386/ |
A D | hello-i386.c | 3 static inline void exit(int status) in exit() function
|
/qemu/tests/tcg/arm/system/ |
A D | test-armv6m-undef.S | 144 exit: label
|
/qemu/tests/guest-debug/ |
A D | test_gdbstub.py | 19 def exit(self, status=None, message=""): member in arg_parser
|
/qemu/target/i386/nvmm/ |
A D | nvmm-all.c | 473 nvmm_vcpu_post_run(CPUState *cpu, struct nvmm_vcpu_exit *exit) in nvmm_vcpu_post_run() 560 struct nvmm_vcpu_exit *exit) in nvmm_handle_rdmsr() 605 struct nvmm_vcpu_exit *exit) in nvmm_handle_wrmsr() 646 struct nvmm_vcpu_exit *exit) in nvmm_handle_halted() 685 struct nvmm_vcpu_exit *exit = vcpu->exit; in nvmm_vcpu_loop() local
|
/qemu/hw/audio/ |
A D | intel-hda.h | 35 void (*exit)(HDACodecDevice *dev); member
|
/qemu/include/hw/ |
A D | resettable.h | 114 ResettableExitPhase exit; member
|
/qemu/audio/ |
A D | sdlaudio.c | 45 int exit; member 53 int exit; member
|
/qemu/include/sysemu/ |
A D | hvf_int.h | 56 void *exit; member
|
/qemu/include/hw/xen/ |
A D | xen-hvm-common.h | 86 Notifier exit; member
|
A D | xen-bus.h | 25 Notifier exit; member
|
/qemu/hw/core/ |
A D | resettable.c | 252 ResettableExitPhase exit, in resettable_class_set_parent_phases()
|
/qemu/ui/ |
A D | vnc-jobs.c | 60 bool exit; member
|
/qemu/util/ |
A D | interval-tree.c | 652 static bool interval_tree_compute_max(IntervalTreeNode *node, bool exit) in interval_tree_compute_max()
|
A D | qemu-thread-win32.c | 368 NotifierList exit; member
|
/qemu/system/ |
A D | cpus.c | 433 static void qemu_cpu_stop(CPUState *cpu, bool exit) in qemu_cpu_stop()
|
/qemu/include/hw/pci/ |
A D | pci_device.h | 29 PCIUnregisterFunc *exit; member
|
/qemu/net/ |
A D | tap.c | 64 Notifier exit; member
|
/qemu/hw/usb/ |
A D | host-libusb.c | 119 Notifier exit; member
|
/qemu/target/arm/hvf/ |
A D | hvf.c | 876 hv_vcpu_exit_t *exit; in hvf_arm_get_host_cpu_features() local
|
Completed in 76 milliseconds