Searched refs:Context (Results 1 – 12 of 12) sorted by relevance
/qemu/target/hexagon/idef-parser/ |
H A D | parser-helpers.h | 47 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 D | parser-helpers.c | 35 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 D | idef-parser.h | 226 typedef struct Context { struct 239 } Context; argument
|
H A D | idef-parser.y | 28 %parse-param {Context *c} 862 Context context = { 0 };
|
H A D | README.rst | 407 Parsing Context
|
/qemu/dump/ |
H A D | win_dump.c | 277 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 D | whpx-internal.h | 89 …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 D | main.c | 348 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 D | vfio-iommufd.rst | 60 * Secure Context setup
|
/qemu/docs/specs/ |
H A D | ppc-xive.rst | 69 tctx: Thread interrupt Context registers
|
/qemu/hw/i386/ |
H A D | trace-events | 28 vtd_ce_not_present(uint8_t bus, uint8_t devfn) "Context entry bus %"PRIu8" devfn %"PRIu8" not prese…
|
/qemu/qapi/ |
H A D | ui.json | 1393 # @core: Use OpenGL with Core (desktop) Context. 1395 # @es: Use OpenGL with ES (embedded systems) Context.
|