Home
last modified time | relevance | path

Searched refs:wd (Results 1 – 13 of 13) sorted by relevance

/qemu/tests/qtest/
H A Dnpcm7xx_watchdog_timer-test.c58 ptrdiff_t diff = wd - watchdog_list; in watchdog_index()
124 const Watchdog *wd = watchdog; in test_init() local
138 const Watchdog *wd = watchdog; in test_reset_action() local
144 watchdog_write_wtcr(qts, wd, in test_reset_action()
174 const Watchdog *wd = watchdog; in test_prescaler() local
206 const Watchdog *wd = watchdog; in test_enabling_flags() local
260 const Watchdog *wd = watchdog; in test_pause() local
314 add_test(init, wd); in main()
315 add_test(reset_action, wd); in main()
316 add_test(prescaler, wd); in main()
[all …]
H A Dnpcm7xx_adc-test.c358 static void adc_add_test(const char *name, const ADC* wd, in adc_add_test() argument
362 qtest_add_data_func(full_name, wd, fn); in adc_add_test()
/qemu/target/mips/tcg/
H A Dmsa.decode16 &msa_r df wd ws wt
18 &msa_ldi df wd sa
19 &msa_i df wd ws sa
20 &msa_bit df wd ws m
21 &msa_elm_df df wd ws n
22 &msa_elm wd ws
33 @ldst ...... sa:s10 ws:5 wd:5 .... df:2 &msa_i
41 @3r ...... ... df:2 wt:5 ws:5 wd:5 ...... &msa_r
44 @u5 ...... ... df:2 sa:5 ws:5 wd:5 ...... &msa_i
45 @s5 ...... ... df:2 sa:s5 ws:5 wd:5 ...... &msa_i
[all …]
H A Dmsa_helper.c100 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_nloc_b()
123 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_nloc_h()
138 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_nloc_w()
149 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_nloc_d()
158 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_nlzc_b()
181 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_nlzc_h()
196 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_nlzc_w()
207 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_nlzc_d()
232 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_pcnt_b()
255 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_pcnt_h()
[all …]
H A Dmsa_translate.c292 tcg_constant_i32(a->wd), in trans_msa_i8()
335 tcg_constant_i32(a->wd), in trans_msa_i5()
381 tcg_constant_i32(a->wd), in trans_msa_bit()
410 tcg_constant_i32(a->wd), in trans_msa_3rf()
429 tcg_constant_i32(a->wd), in trans_msa_3r()
556 gen_store_gpr(telm, a->wd); in trans_CFCMSA()
574 tcg_constant_i32(a->wd), in trans_msa_elm()
597 tcg_constant_i32(a->wd), in trans_msa_elm_fn()
612 if (a->wd == 0) { in trans_COPY_U()
627 if (a->wd == 0) { in trans_COPY_S()
[all …]
/qemu/tests/
H A Dvhost-user-bridge.c391 struct WatchData *wd = ctx; in watch_cb() local
393 wd->cb(wd->dev, VU_WATCH_IN, wd->data); in watch_cb()
402 struct WatchData *wd = &watches[fd]; in vubr_set_watch() local
404 wd->cb = cb; in vubr_set_watch()
405 wd->data = data; in vubr_set_watch()
406 wd->dev = dev; in vubr_set_watch()
407 dispatcher_add(&vubr->dispatcher, fd, wd, watch_cb); in vubr_set_watch()
/qemu/hw/sd/
H A Dpxa2xx_mmci.c236 #define PXAMMCI_RESP(wd, value0, value1) \ in pxa2xx_mmci_wakequeues() argument
237 s->resp_fifo[(wd) + 0] |= (value0); \ in pxa2xx_mmci_wakequeues()
238 s->resp_fifo[(wd) + 1] |= (value1) << 8; in pxa2xx_mmci_wakequeues()
/qemu/authz/
H A Dlistfile.c97 qauthz_list_file_event(int64_t wd G_GNUC_UNUSED, in qauthz_list_file_event()
/qemu/include/hw/ppc/
H A Dxive_regs.h288 uint32_t wd; member
/qemu/util/
H A Dfilemonitor-inotify.c99 dir = g_hash_table_lookup(mon->idmap, GINT_TO_POINTER(ev->wd)); in qemu_file_monitor_watch()
/qemu/linux-user/
H A Dfd-trans.c1725 ev->wd = tswap32(ev->wd); in host_to_target_data_inotify()
/qemu/target/i386/tcg/
H A Dops_sse_header.h.inc243 DEF_HELPER_4(glue(punpck ## name ## wd, SUFFIX), void, env, Reg, Reg, Reg) \
/qemu/target/i386/
H A Dops_sse.h1240 void glue(helper_punpck ## base_name ## wd, SUFFIX)(CPUX86State *env,\