Lines Matching full:accel
2 * QEMU accel class, components common to system emulation and user mode
27 #include "qemu/accel.h"
30 #include "hw/core/accel-cpu.h"
33 #include "accel-system.h"
66 * The first callback allows accel-cpu to run initializations in accel_init_cpu_int_aux()
69 * The second one allows the CPU to customize the accel-cpu in accel_init_cpu_int_aux()
84 /* initialize the arch-specific accel CpuClass interfaces */
125 AccelState *accel = current_accel(); in accel_cpu_common_realize() local
126 AccelClass *acc = ACCEL_GET_CLASS(accel); in accel_cpu_common_realize()
144 AccelState *accel = current_accel(); in accel_cpu_common_unrealize() local
145 AccelClass *acc = ACCEL_GET_CLASS(accel); in accel_cpu_common_unrealize()
155 AccelState *accel = current_accel(); in accel_supported_gdbstub_sstep_flags() local
156 AccelClass *acc = ACCEL_GET_CLASS(accel); in accel_supported_gdbstub_sstep_flags()