Home
last modified time | relevance | path

Searched defs:TCGCPUOps (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/core/
H A Dtcg-cpu-ops.h20 struct TCGCPUOps { struct
26 void (*initialize)(void);
38 void (*synchronize_from_tb)(CPUState *cpu, const TranslationBlock *tb);
47 void (*restore_state_to_opc)(CPUState *cpu, const TranslationBlock *tb,
51 void (*cpu_exec_enter)(CPUState *cpu);
53 void (*cpu_exec_exit)(CPUState *cpu);
55 void (*debug_excp_handler)(CPUState *cpu);
64 void (*fake_user_interrupt)(CPUState *cpu);
88 void (*record_sigsegv)(CPUState *cpu, vaddr addr,
112 void (*record_sigbus)(CPUState *cpu, vaddr addr,
[all …]
/openbmc/qemu/include/qemu/
H A Dtypedefs.h113 typedef struct TCGCPUOps TCGCPUOps; typedef