Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dtranslator.h81 struct DisasContextBase { struct
82 TranslationBlock *tb;
83 vaddr pc_first;
84 vaddr pc_next;
85 DisasJumpType is_jmp;
86 int num_insns;
110 * The generic DisasContextBase has already been initialized. argument
/openbmc/qemu/include/qemu/
H A Dtypedefs.h46 typedef struct DisasContextBase DisasContextBase; typedef