Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dhelper-info.h46 struct TCGHelperInfo { struct
47 void *func;
48 const char *name;
52 ffi_cif *cif;
54 uintptr_t init;
57 unsigned typemask : 32;
58 unsigned flags : 8;
59 unsigned nr_in : 8;
60 unsigned nr_out : 8;
61 TCGCallReturnKind out_kind : 8;
[all …]
/openbmc/qemu/include/qemu/
H A Dtypedefs.h114 typedef struct TCGHelperInfo TCGHelperInfo; typedef