Searched refs:AccelCPUState (Results 1 – 6 of 6) sorted by relevance
29 struct AccelCPUState { struct84 AccelCPUState *qcpu = cpu->accel; in nvmm_set_registers()221 AccelCPUState *qcpu = cpu->accel; in nvmm_get_registers()344 AccelCPUState *qcpu = cpu->accel; in nvmm_can_take_int()369 AccelCPUState *qcpu = cpu->accel; in nvmm_can_take_nmi()392 AccelCPUState *qcpu = cpu->accel; in nvmm_vcpu_pre_run()475 AccelCPUState *qcpu = cpu->accel; in nvmm_vcpu_post_run()562 AccelCPUState *qcpu = cpu->accel; in nvmm_handle_rdmsr()607 AccelCPUState *qcpu = cpu->accel; in nvmm_handle_wrmsr()681 AccelCPUState *qcpu = cpu->accel; in nvmm_vcpu_loop()[all …]
24 typedef struct AccelCPUState AccelCPUState; typedef
232 struct AccelCPUState { struct383 AccelCPUState *vcpu = cpu->accel; in whpx_set_registers()600 AccelCPUState *vcpu = cpu->accel; in whpx_get_registers()883 AccelCPUState *vcpu = cpu->accel; in whpx_handle_mmio()908 AccelCPUState *vcpu = cpu->accel; in whpx_handle_portio()1407 AccelCPUState *vcpu = cpu->accel; in whpx_vcpu_get_pc()1457 AccelCPUState *vcpu = cpu->accel; in whpx_vcpu_pre_run()1579 AccelCPUState *vcpu = cpu->accel; in whpx_vcpu_post_run()1606 AccelCPUState *vcpu = cpu->accel; in whpx_vcpu_process_async_events()1645 AccelCPUState *vcpu = cpu->accel; in whpx_vcpu_run()[all …]
54 struct AccelCPUState { struct
553 AccelCPUState *accel;
393 cpu->accel = g_new0(AccelCPUState, 1); in hvf_init_vcpu()