Home
last modified time | relevance | path

Searched refs:Context (Results 1 – 12 of 12) sorted by relevance

/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.h47 Context *c,
59 bool is_inside_ternary(Context *c);
65 void str_print(Context *c, YYLTYPE *locp, const char *string);
67 void uint8_print(Context *c, YYLTYPE *locp, uint8_t *num);
69 void uint64_print(Context *c, YYLTYPE *locp, uint64_t *num);
71 void int_print(Context *c, YYLTYPE *locp, int *num);
73 void uint_print(Context *c, YYLTYPE *locp, unsigned *num);
75 void tmp_print(Context *c, YYLTYPE *locp, HexTmp *tmp);
77 void pred_print(Context *c, YYLTYPE *locp, HexPred *pred, bool is_dotnew);
79 void reg_compose(Context *c, YYLTYPE *locp, HexReg *reg, char reg_id[5]);
[all …]
H A Dparser-helpers.c35 Context *c, in yyerror()
74 bool is_inside_ternary(Context *c) in is_inside_ternary()
80 void str_print(Context *c, YYLTYPE *locp, const char *string) in str_print()
86 void uint8_print(Context *c, YYLTYPE *locp, uint8_t *num) in uint8_print()
92 void uint64_print(Context *c, YYLTYPE *locp, uint64_t *num) in uint64_print()
98 void int_print(Context *c, YYLTYPE *locp, int *num) in int_print()
104 void uint_print(Context *c, YYLTYPE *locp, unsigned *num) in uint_print()
110 void tmp_print(Context *c, YYLTYPE *locp, HexTmp *tmp) in tmp_print()
116 void pred_print(Context *c, YYLTYPE *locp, HexPred *pred, bool is_dotnew) in pred_print()
123 void reg_compose(Context *c, YYLTYPE *locp, HexReg *reg, char reg_id[5]) in reg_compose()
[all …]
H A Didef-parser.h226 typedef struct Context { struct
239 } Context; argument
H A Didef-parser.y28 %parse-param {Context *c}
862 Context context = { 0 };
H A DREADME.rst407 Parsing Context
/qemu/dump/
H A Dwin_dump.c277 uint64_t Context; in patch_and_save_context() local
297 &Context)) { in patch_and_save_context()
303 saved_ctx[i].addr = Context; in patch_and_save_context()
379 if (cpu_memory_rw_debug(first_cpu, Context, in patch_and_save_context()
385 if (cpu_memory_rw_debug(first_cpu, Context, in patch_and_save_context()
/qemu/target/i386/whpx/
H A Dwhpx-internal.h89 …X(HRESULT, WHvEmulatorTryIoEmulation, (WHV_EMULATOR_HANDLE Emulator, VOID* Context, const WHV_VP_E…
90 …X(HRESULT, WHvEmulatorTryMmioEmulation, (WHV_EMULATOR_HANDLE Emulator, VOID* Context, const WHV_VP…
/qemu/contrib/elf2dmp/
H A Dmain.c348 uint64_t Context; in fill_context() local
364 &Context, sizeof(Context), 0)) { in fill_context()
372 if (!va_space_rw(vs, Context, &ctx, sizeof(ctx), 1)) { in fill_context()
/qemu/docs/devel/
H A Dvfio-iommufd.rst60 * Secure Context setup
/qemu/docs/specs/
H A Dppc-xive.rst69 tctx: Thread interrupt Context registers
/qemu/hw/i386/
H A Dtrace-events28 vtd_ce_not_present(uint8_t bus, uint8_t devfn) "Context entry bus %"PRIu8" devfn %"PRIu8" not prese…
/qemu/qapi/
H A Dui.json1393 # @core: Use OpenGL with Core (desktop) Context.
1395 # @es: Use OpenGL with ES (embedded systems) Context.