/qemu/target/s390x/kvm/ |
A D | kvm.c | 1016 void kvm_arch_pre_run(CPUState *cpu, struct kvm_run *run) in kvm_arch_pre_run() 1020 MemTxAttrs kvm_arch_post_run(CPUState *cs, struct kvm_run *run) in kvm_arch_post_run() 1410 static void kvm_handle_ptf(S390CPU *cpu, struct kvm_run *run) in kvm_handle_ptf() 1494 static int handle_hypercall(S390CPU *cpu, struct kvm_run *run) in handle_hypercall() 1560 static void handle_diag_318(S390CPU *cpu, struct kvm_run *run) in handle_diag_318() 1681 static int handle_oper_loop(S390CPU *cpu, struct kvm_run *run) in handle_oper_loop() 1716 struct kvm_run *run = cs->kvm_run; in handle_intercept() local 1777 struct kvm_run *run = cs->kvm_run; in handle_tsch() local 1867 struct kvm_run *run = cs->kvm_run; in handle_stsi() local 1888 struct kvm_run *run = cs->kvm_run; in kvm_arch_handle_debug_exit() local [all …]
|
/qemu/python/qemu/utils/ |
A D | qom.py | 86 def run(self) -> int: member in QOMSet 131 def run(self) -> int: member in QOMGet 179 def run(self) -> int: member in QOMList 247 def run(self) -> int: member in QOMTree
|
A D | qom_common.py | 131 def run(self) -> int: member in QOMCommand
|
A D | qom_fuse.py | 85 def run(self) -> int: member in QOMFuse
|
/qemu/tests/docker/ |
A D | docker.py | 358 def run(self, cmd, keep, quiet, as_user=False): member in Docker 393 def run(self, args, argv): member in SubCommand 411 def run(self, args, argv): member in RunCommand 442 def run(self, args, argv): member in BuildCommand 512 def run(self, args, argv): member in FetchCommand 533 def run(self, args, argv): member in UpdateCommand 601 def run(self, args, argv): member in CleanCommand 610 def run(self, args, argv): member in ImagesCommand 618 def run(self, args, argv): member in ProbeCommand 646 def run(self, args, argv): member in CcCommand
|
/qemu/tests/migration/guestperf/ |
A D | shell.py | 175 def run(self, argv): member in Shell 211 def run(self, argv): member in BatchShell 267 def run(self, argv): member in PlotShell
|
A D | engine.py | 425 def run(self, hardware, scenario, result_dir=os.getcwd()): member in Engine
|
/qemu/tests/tcg/multiarch/ |
A D | munmap-pthread.c | 14 volatile bool *run = arg; in thread_mmap_munmap() local 42 volatile bool run = true; in main() local
|
/qemu/python/ |
A D | setup.py | 21 def run(self): member in bdist_egg_guard
|
/qemu/docs/sphinx/ |
A D | fakedbusdoc.py | 19 def run(self): member in FakeDBusDocDirective
|
A D | kerneldoc.py | 62 def run(self): member in KernelDocDirective
|
A D | qapidoc.py | 488 def run(self): member in NestedDirective 518 def run(self): member in QAPIDocDirective 627 def run(self) -> List[nodes.Node]: member in QMPExample
|
A D | dbusdoc.py | 137 def run(self): member in DBusDocDirective
|
A D | hxtool.py | 92 def run(self): member in HxtoolDocDirective
|
A D | dbusdomain.py | 90 def run(self) -> List[Node]: member in DBusInterface 247 def run(self) -> List[Node]: member in DBusProperty
|
/qemu/include/scsi/ |
A D | pr-manager.h | 31 int (*run)(PRManager *pr_mgr, int fd, struct sg_io_hdr *hdr); member
|
/qemu/target/loongarch/kvm/ |
A D | kvm.c | 957 void kvm_arch_pre_run(CPUState *cs, struct kvm_run *run) in kvm_arch_pre_run() 961 MemTxAttrs kvm_arch_post_run(CPUState *cs, struct kvm_run *run) in kvm_arch_post_run() 1020 static bool kvm_loongarch_handle_debug(CPUState *cs, struct kvm_run *run) in kvm_loongarch_handle_debug() 1037 int kvm_arch_handle_exit(CPUState *cs, struct kvm_run *run) in kvm_arch_handle_exit()
|
/qemu/target/riscv/kvm/ |
A D | kvm-cpu.c | 1427 void kvm_arch_pre_run(CPUState *cs, struct kvm_run *run) in kvm_arch_pre_run() 1431 MemTxAttrs kvm_arch_post_run(CPUState *cs, struct kvm_run *run) in kvm_arch_post_run() 1441 static void kvm_riscv_handle_sbi_dbcn(CPUState *cs, struct kvm_run *run) in kvm_riscv_handle_sbi_dbcn() 1514 static int kvm_riscv_handle_sbi(CPUState *cs, struct kvm_run *run) in kvm_riscv_handle_sbi() 1545 static int kvm_riscv_handle_csr(CPUState *cs, struct kvm_run *run) in kvm_riscv_handle_csr() 1582 int kvm_arch_handle_exit(CPUState *cs, struct kvm_run *run) in kvm_arch_handle_exit()
|
/qemu/target/mips/ |
A D | kvm.c | 134 void kvm_arch_pre_run(CPUState *cs, struct kvm_run *run) in kvm_arch_pre_run() 156 MemTxAttrs kvm_arch_post_run(CPUState *cs, struct kvm_run *run) in kvm_arch_post_run() 166 int kvm_arch_handle_exit(CPUState *cs, struct kvm_run *run) in kvm_arch_handle_exit()
|
/qemu/scripts/ |
A D | simpletrace.py | 322 def run(analyzer): function
|
/qemu/include/qemu/ |
A D | job.h | 216 int coroutine_fn (*run)(Job *job, Error **errp); member
|
/qemu/hw/dma/ |
A D | sifive_pdma.c | 333 bool claimed, run; in sifive_pdma_writel() local
|
/qemu/target/ppc/ |
A D | kvm.c | 1331 void kvm_arch_pre_run(CPUState *cs, struct kvm_run *run) in kvm_arch_pre_run() 1336 MemTxAttrs kvm_arch_post_run(CPUState *cs, struct kvm_run *run) in kvm_arch_post_run() 1604 static int kvm_handle_debug(PowerPCCPU *cpu, struct kvm_run *run) in kvm_handle_debug() 1656 int kvm_arch_handle_exit(CPUState *cs, struct kvm_run *run) in kvm_arch_handle_exit() 2874 int kvm_handle_nmi(PowerPCCPU *cpu, struct kvm_run *run) in kvm_handle_nmi()
|
/qemu/target/i386/kvm/ |
A D | kvm.c | 5411 void kvm_arch_pre_run(CPUState *cpu, struct kvm_run *run) in kvm_arch_pre_run() 5510 MemTxAttrs kvm_arch_post_run(CPUState *cpu, struct kvm_run *run) in kvm_arch_post_run() 5634 struct kvm_run *run = cs->kvm_run; in kvm_handle_tpr_access() local 5894 static int kvm_handle_rdmsr(X86CPU *cpu, struct kvm_run *run) in kvm_handle_rdmsr() 5914 static int kvm_handle_wrmsr(X86CPU *cpu, struct kvm_run *run) in kvm_handle_wrmsr() 5990 static int kvm_handle_hc_map_gpa_range(struct kvm_run *run) in kvm_handle_hc_map_gpa_range() 6006 static int kvm_handle_hypercall(struct kvm_run *run) in kvm_handle_hypercall() 6016 int kvm_arch_handle_exit(CPUState *cs, struct kvm_run *run) in kvm_arch_handle_exit()
|
/qemu/python/qemu/qmp/ |
A D | qmp_tui.py | 370 def run(self, debug: bool = False) -> None: member in App
|