Home
last modified time | relevance | path

Searched refs:ad (Results 1 – 25 of 25) sorted by relevance

/qemu/hw/ide/
H A Dahci.c616 check_cmd(ad->hba, ad->port_no); in ahci_check_cmd_bh()
736 map_page(ad->hba->as, &ad->res_fis, in ahci_map_fis_address()
754 dma_memory_unmap(ad->hba->as, ad->res_fis, 256, in ahci_unmap_fis_address()
763 map_page(ad->hba->as, &ad->lst, in ahci_map_clb_address()
781 dma_memory_unmap(ad->hba->as, ad->lst, 1024, in ahci_unmap_clb_address()
1468 trace_ahci_start_dma(ad->hba, ad->port_no); in ahci_start_dma()
1549 trace_ahci_dma_rw_buf(ad->hba, ad->port_no, l); in ahci_dma_rw_buf()
1569 trace_ahci_cmd_done(ad->hba, ad->port_no); in ahci_cmd_done()
1573 ahci_clear_cmd_issue(ad, ad->busy_slot); in ahci_cmd_done()
1585 ad->port_regs.cmd_issue && !ad->check_bh) { in ahci_cmd_done()
[all …]
/qemu/tests/qtest/
H A Dtco-test.c254 QDict *ad; in test_tco_second_timeout_pause() local
267 ad = get_watchdog_action(&td); in test_tco_second_timeout_pause()
269 qobject_unref(ad); in test_tco_second_timeout_pause()
279 QDict *ad; in test_tco_second_timeout_reset() local
292 ad = get_watchdog_action(&td); in test_tco_second_timeout_reset()
294 qobject_unref(ad); in test_tco_second_timeout_reset()
304 QDict *ad; in test_tco_second_timeout_shutdown() local
317 ad = get_watchdog_action(&td); in test_tco_second_timeout_shutdown()
319 qobject_unref(ad); in test_tco_second_timeout_shutdown()
329 QDict *ad; in test_tco_second_timeout_none() local
[all …]
H A Dnpcm7xx_watchdog_timer-test.c140 QDict *ad; in test_reset_action() local
158 ad = get_watchdog_action(qts); in test_reset_action()
160 g_assert_false(strcmp(qdict_get_str(ad, "action"), "reset")); in test_reset_action()
161 qobject_unref(ad); in test_reset_action()
/qemu/target/arm/tcg/
H A Dcrypto_helper.c55 AESState *ad = (AESState *)(vd + i); in HELPER() local
69 ad->d[0] = t.d[1]; in HELPER()
70 ad->d[1] = t.d[0]; in HELPER()
94 ad->d[0] = t.d[1]; in HELPER()
95 ad->d[1] = t.d[0]; in HELPER()
118 ad->d[0] = t.d[1]; in HELPER()
119 ad->d[1] = t.d[0]; in HELPER()
121 aesenc_MC(ad, st, false); in HELPER()
141 ad->d[0] = t.d[1]; in HELPER()
142 ad->d[1] = t.d[0]; in HELPER()
[all …]
/qemu/tests/tcg/xtensa/
H A Dtest_mac16.S51 test_mulxx mul.ad, 1, a2, m2, 0xf7315a5a, 0xa5a5137f
97 test_mulxxx mula.ad, 1, a2, m2, 0xf7315a5a, 0xa5a5137f, 0xfff73155aa, +
114 test_mulxxx muls.ad, 1, a2, m2, 0xf7315a5a, 0xa5a5137f, 0x0ff73155aa, -
/qemu/tests/qapi-schema/
H A Ddoc-good.txt30 2. Ut enim ad minim veniam
220 * Ut enim ad minim veniam
H A Ddoc-good.json45 # 2. Ut enim ad minim veniam
169 # - Ut enim ad minim veniam
H A Ddoc-good.out92 2. Ut enim ad minim veniam
182 - Ut enim ad minim veniam
/qemu/tests/tcg/m68k/
H A Dtrap.c29 #define FMT_INS [ad] "a"(&expect_si_addr), [pc] "a"(&expect_mc_pc)
/qemu/target/rx/
H A Dtranslate.c530 if (a->ad == 1) { in trans_MOV_rp()
534 if (a->ad == 0) { in trans_MOV_rp()
546 if (a->ad == 1) { in trans_MOV_pr()
550 if (a->ad == 0) { in trans_MOV_pr()
591 if (a->ad == 1) { in trans_MOVU_pr()
595 if (a->ad == 0) { in trans_MOVU_pr()
610 mov_a.ad = 0; in trans_POP()
H A Dinsns.decode376 MOV_rp 1111 1101 0010 0 ad:1 sz:2 rd:4 rs:4
379 MOV_pr 1111 1101 0010 1 ad:1 sz:2 rd:4 rs:4
394 MOVU_pr 1111 1101 0011 1 ad:1 0 sz:1 rd:4 rs:4
H A Ddisas.c288 if (a->ad) { in trans_MOV_rp()
300 if (a->ad) { in trans_MOV_pr()
338 if (a->ad) { in trans_MOVU_pr()
/qemu/target/i386/
H A Dops_sse.h2150 AESState *ad = (AESState *)&d->ZMM_X(i); in glue() local
2154 aesdec_ISB_ISR_IMC_AK(ad, st, rk, false); in glue()
2161 AESState *ad = (AESState *)&d->ZMM_X(i); in glue() local
2165 aesdec_ISB_ISR_AK(ad, st, rk, false); in glue()
2172 AESState *ad = (AESState *)&d->ZMM_X(i); in glue() local
2176 aesenc_SB_SR_MC_AK(ad, st, rk, false); in glue()
2183 AESState *ad = (AESState *)&d->ZMM_X(i); in glue() local
2187 aesenc_SB_SR_AK(ad, st, rk, false); in glue()
2194 AESState *ad = (AESState *)&d->ZMM_X(0); in glue() local
2197 aesdec_IMC(ad, st, false); in glue()
/qemu/target/xtensa/core-dc232b/
H A Dxtensa-modules.c.inc13121 return 228; /* mul.ad.ll */
13127 return 229; /* mul.ad.hl */
13133 return 230; /* mul.ad.lh */
13139 return 231; /* mul.ad.hh */
13145 return 248; /* mula.ad.ll */
13151 return 249; /* mula.ad.hl */
13157 return 250; /* mula.ad.lh */
13163 return 251; /* mula.ad.hh */
13169 return 252; /* muls.ad.ll */
13175 return 253; /* muls.ad.hl */
[all …]
/qemu/roms/
H A DMakefile21 pxe-rom-vmxnet3 efi-rom-vmxnet3 : VID := 15ad
/qemu/target/xtensa/core-dc233c/
H A Dxtensa-modules.c.inc12092 { "mul.ad.ll", ICLASS_xt_iclass_mac16_ad,
12095 { "mul.ad.hl", ICLASS_xt_iclass_mac16_ad,
12098 { "mul.ad.lh", ICLASS_xt_iclass_mac16_ad,
12101 { "mul.ad.hh", ICLASS_xt_iclass_mac16_ad,
12152 { "mula.ad.ll", ICLASS_xt_iclass_mac16a_ad,
12155 { "mula.ad.hl", ICLASS_xt_iclass_mac16a_ad,
12158 { "mula.ad.lh", ICLASS_xt_iclass_mac16a_ad,
12161 { "mula.ad.hh", ICLASS_xt_iclass_mac16a_ad,
12164 { "muls.ad.ll", ICLASS_xt_iclass_mac16a_ad,
12167 { "muls.ad.hl", ICLASS_xt_iclass_mac16a_ad,
[all …]
/qemu/target/xtensa/core-de212/
H A Dxtensa-modules.c.inc11461 { "mul.ad.ll", ICLASS_xt_iclass_mac16_ad,
11464 { "mul.ad.hl", ICLASS_xt_iclass_mac16_ad,
11467 { "mul.ad.lh", ICLASS_xt_iclass_mac16_ad,
11470 { "mul.ad.hh", ICLASS_xt_iclass_mac16_ad,
11521 { "mula.ad.ll", ICLASS_xt_iclass_mac16a_ad,
11524 { "mula.ad.hl", ICLASS_xt_iclass_mac16a_ad,
11527 { "mula.ad.lh", ICLASS_xt_iclass_mac16a_ad,
11530 { "mula.ad.hh", ICLASS_xt_iclass_mac16a_ad,
11533 { "muls.ad.ll", ICLASS_xt_iclass_mac16a_ad,
11536 { "muls.ad.hl", ICLASS_xt_iclass_mac16a_ad,
[all …]
/qemu/target/ppc/
H A Dint_helper.c2929 AESState *ad = (AESState *)r; in helper_vcipher() local
2933 aesenc_SB_SR_MC_AK(ad, st, rk, true); in helper_vcipher()
2943 AESState *ad = (AESState *)r; in helper_vncipher() local
2947 aesdec_ISB_ISR_AK_IMC(ad, st, rk, true); in helper_vncipher()
/qemu/pc-bios/
H A Dcanyonlands.dts328 compatible = "ad,ad7414";
/qemu/target/xtensa/core-de233_fpu/
H A Dxtensa-modules.c.inc16720 { "mul.ad.hh", ICLASS_xt_iclass_mac16_ad,
16723 { "mul.ad.hl", ICLASS_xt_iclass_mac16_ad,
16726 { "mul.ad.lh", ICLASS_xt_iclass_mac16_ad,
16729 { "mul.ad.ll", ICLASS_xt_iclass_mac16_ad,
16780 { "mula.ad.hh", ICLASS_xt_iclass_mac16a_ad,
16783 { "mula.ad.hl", ICLASS_xt_iclass_mac16a_ad,
16786 { "mula.ad.lh", ICLASS_xt_iclass_mac16a_ad,
16789 { "mula.ad.ll", ICLASS_xt_iclass_mac16a_ad,
16792 { "muls.ad.hh", ICLASS_xt_iclass_mac16a_ad,
16795 { "muls.ad.hl", ICLASS_xt_iclass_mac16a_ad,
[all …]
/qemu/docs/system/devices/
H A Dusb.rst347 - ``hostbus`` and ``hostaddr`` -- most useful for ad-hoc pass through as the
/qemu/docs/devel/
H A Dwriting-monitor-commands.rst359 Some QMP commands, however, are only intended as ad hoc debugging aids
H A Dqapi-code-gen.rst1005 # Note: Ut enim ad minim veniam, quis nostrud exercitation ullamco
/qemu/target/xtensa/core-test_kc705_be/
H A Dxtensa-modules.c.inc33611 { "mul.ad.ll", ICLASS_xt_iclass_mac16_ad,
33614 { "mul.ad.hl", ICLASS_xt_iclass_mac16_ad,
33617 { "mul.ad.lh", ICLASS_xt_iclass_mac16_ad,
33620 { "mul.ad.hh", ICLASS_xt_iclass_mac16_ad,
33671 { "mula.ad.ll", ICLASS_xt_iclass_mac16a_ad,
33674 { "mula.ad.hl", ICLASS_xt_iclass_mac16a_ad,
33677 { "mula.ad.lh", ICLASS_xt_iclass_mac16a_ad,
33680 { "mula.ad.hh", ICLASS_xt_iclass_mac16a_ad,
33683 { "muls.ad.ll", ICLASS_xt_iclass_mac16a_ad,
33686 { "muls.ad.hl", ICLASS_xt_iclass_mac16a_ad,
[all …]
/qemu/qga/
H A Dqapi-schema.json272 # As this command is just for limited, ad-hoc debugging, such as log