Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dtranslator.h67 struct DisasContextBase { struct
68 TranslationBlock *tb;
69 vaddr pc_first;
70 vaddr pc_next;
71 DisasJumpType is_jmp;
72 int num_insns;
96 * The generic DisasContextBase has already been initialized. argument
/openbmc/qemu/include/qemu/
H A Dtypedefs.h47 typedef struct DisasContextBase DisasContextBase; typedef