Searched refs:rtype (Results 1 – 7 of 7) sorted by relevance
| /qemu/tcg/ |
| A D | tcg-pool.c.inc | 27 int rtype; 33 static TCGLabelPoolData *new_pool_alloc(TCGContext *s, int nlong, int rtype, 41 n->rtype = rtype; 68 static inline void new_pool_label(TCGContext *s, tcg_target_ulong d, int rtype, 71 TCGLabelPoolData *n = new_pool_alloc(s, 1, rtype, label, addend); 77 static inline void new_pool_l2(TCGContext *s, int rtype, tcg_insn_unit *label, 81 TCGLabelPoolData *n = new_pool_alloc(s, 2, rtype, label, addend); 88 static inline void new_pool_l4(TCGContext *s, int rtype, tcg_insn_unit *label, 93 TCGLabelPoolData *n = new_pool_alloc(s, 4, rtype, label, addend); 109 TCGLabelPoolData *n = new_pool_alloc(s, 8, rtype, label, addend); [all …]
|
| A D | tcg.c | 994 ca->cif.rtype = typecode_to_ffi(typemask & 7); in init_ffi_layout() 1006 ca->cif.rtype, ca->cif.arg_types); in init_ffi_layout()
|
| /qemu/hw/watchdog/ |
| A D | sbsa_gwdt.c | 99 static void sbsa_gwdt_update_timer(SBSA_GWDTState *s, WdtRefreshType rtype) in sbsa_gwdt_update_timer() argument 116 if ((rtype == EXPLICIT_REFRESH) || ((rtype == TIMEOUT_REFRESH) && in sbsa_gwdt_update_timer()
|
| /qemu/hw/sd/ |
| A D | sd.c | 2202 sd_rsp_type_t rtype; in sd_do_command() local 2210 rtype = sd_illegal; in sd_do_command() 2216 rtype = sd_illegal; in sd_do_command() 2228 rtype = sd_r0; in sd_do_command() 2237 rtype = sd_illegal; in sd_do_command() 2247 rtype = sd_app_command(sd, *req); in sd_do_command() 2249 rtype = sd_normal_command(sd, *req); in sd_do_command() 2252 if (rtype == sd_illegal) { in sd_do_command() 2263 switch (rtype) { in sd_do_command() 2311 if (rtype != sd_illegal) { in sd_do_command() [all …]
|
| /qemu/tcg/tci/ |
| A D | tcg-target.c.inc | 654 if (cif->rtype == &ffi_type_void) { 657 tcg_debug_assert(cif->rtype->size == 4 || 658 cif->rtype->size == 8 || 659 cif->rtype->size == 16); 660 which = ctz32(cif->rtype->size) - 1;
|
| /qemu/include/net/ |
| A D | eth.h | 140 uint8_t rtype; member
|
| /qemu/net/ |
| A D | eth.c | 392 if ((rt_hdr.rtype != 2) || (rt_hdr.segleft != 1)) { in _eth_get_rss_ex_dst_addr()
|
Completed in 32 milliseconds