Home
last modified time | relevance | path

Searched full:h (Results 1 – 25 of 4125) sorted by relevance

12345678910>>...165

/qemu/tests/data/qobject/
H A Dqdict.txt5 11d.h: 2386
21 300vtbl.h: 43771
22 310vtbl.h: 59655
27 3780i.h: 14180
32 3c359.h: 7264
35 3c501.h: 2623
37 3c503.h: 3880
39 3c505.h: 6535
46 3c523.h: 11169
48 3c527.h: 1482
[all …]
/qemu/tests/tcg/hexagon/
H A Dhvx_histogram_row.S100 { v0.h = vshuff(v0.h)
103 v1.h = vshuff(v1.h)
104 { V2.h = vshuff(v2.h)
105 v0.w = vdmpy(v0.h, r10.h):sat
107 { v3.h = vshuff(v3.h)
108 v1.w = vdmpy(v1.h, r10.h):sat
110 { v4.h = vshuff(V4.h)
111 v2.w = vdmpy(v2.h, r10.h):sat
113 { v5.h = vshuff(v5.h)
114 v3.w = vdmpy(v3.h, r10.h):sat
[all …]
/qemu/pc-bios/
HDopenbios-sparc32 ... p x , < 0 0 @ P ` p x h X H 8 x p x x h X H ...
/qemu/scripts/
H A Dupdate-linux-headers.sh60 -e 'drm.h' \
65 -e 'asm/setup_data.h' \
66 -e 'asm/kvm_para.h' \
89 -e 's/"\(input-event-codes\.h\)"/"standard-headers\/linux\/\1"/' \
96 -e '/\"drm.h\"/d' \
97 -e '/sys\/ioctl.h/d' \
98 -e '/linux\/ioctl.h/d' \
104 -e '/\#define _LINUX_ETHTOOL_H/a \\n\#include "net/eth.h"' \
114 if ! [ -e "$linux/arch/$arch/include/asm/kvm.h" ] &&
115 ! [ -e "$linux/arch/$arch/include/uapi/asm/kvm.h" ] ; then
[all …]
H A Dclean-includes3 # Clean up QEMU #include lines by ensuring that qemu/osdep.h
5 # by osdep.h itself are redundantly included in either .c or .h files.
35 # .c files will have the osdep.h included added, and redundant
37 # .h files will have redundant includes (including includes of osdep.h)
46 # grep -E '^# *include' $i | head -1 | grep 'osdep.h' ; test $? != 0 && \
54 …-tools|pc-bios|subprojects|contrib/plugins|tools/ebpf|ebpf/rss.bpf.skeleton.h|linux-user/(mips64|x…
106 + #include "qemu/osdep.h"
109 + #include "qemu/osdep.h"
129 *include/qemu/osdep.h | \
130 *include/qemu/compiler.h | \
[all …]
H A Danalyze-inclusions49 echo $(grep_include -F 'hw/hw.h') files include hw/hw.h
50 echo $(grep_include 'target/[a-z0-9]*/cpu\.h') files include cpu.h
51 echo $(grep_include -F 'qapi-types.h') files include qapi-types.h
52 echo $(grep_include -F 'trace/generated-tracers.h') files include generated-tracers.h
53 echo $(grep_include -F 'qapi/error.h') files include qapi/error.h
54 echo $(grep_include -F 'qom/object.h') files include qom/object.h
55 echo $(grep_include -F 'block/aio.h') files include block/aio.h
56 echo $(grep_include -F 'system/memory.h') files include system/memory.h
57 echo $(grep_include -F 'fpu/softfloat.h') files include fpu/softfloat.h
58 echo $(grep_include -F 'qemu/bswap.h') files include qemu/bswap.h
[all …]
/qemu/tests/tcg/mips/include/
H A Dwrappers_msa.h171 DO_MSA__WD__WS(NLOC_H, nloc.h)
176 DO_MSA__WD__WS(NLZC_H, nlzc.h)
181 DO_MSA__WD__WS(PCNT_H, pcnt.h)
194 DO_MSA__WD__WS_WT(BINSL_H, binsl.h)
195 DO_MSA__WD__WD_WT(BINSL_H__DDT, binsl.h)
196 DO_MSA__WD__WS_WD(BINSL_H__DSD, binsl.h)
207 DO_MSA__WD__WS_WT(BINSR_H, binsr.h)
208 DO_MSA__WD__WD_WT(BINSR_H__DDT, binsr.h)
209 DO_MSA__WD__WS_WD(BINSR_H__DSD, binsr.h)
234 DO_MSA__WD__WS_WT(BCLR_H, bclr.h)
[all …]
/qemu/hw/scsi/
H A Dmpi.h381 uint8_t TargetID; /* 00h */
382 uint8_t Bus; /* 01h */
383 uint8_t ChainOffset; /* 02h */
384 uint8_t Function; /* 03h */
385 uint8_t CDBLength; /* 04h */
386 uint8_t SenseBufferLength; /* 05h */
387 uint8_t Reserved; /* 06h */
388 uint8_t MsgFlags; /* 07h */
389 uint32_t MsgContext; /* 08h */
391 uint32_t Control; /* 14h */
[all …]
/qemu/rust/qemu-api/
H A Dwrapper.h36 * Fix potential missing stdatomic.h error in case bindgen does not insert the
37 * correct libclang header paths on its own. We do not use stdatomic.h symbols
50 #include "qemu/osdep.h"
51 #include "qemu/log.h"
52 #include "qemu/log-for-trace.h"
53 #include "qemu/module.h"
54 #include "qemu-io.h"
55 #include "system/system.h"
56 #include "hw/sysbus.h"
57 #include "system/memory.h"
[all …]
/qemu/include/hw/arm/
H A Dbcm2835_peripherals.h15 #include "hw/sysbus.h"
16 #include "hw/char/pl011.h"
17 #include "hw/char/bcm2835_aux.h"
18 #include "hw/display/bcm2835_fb.h"
19 #include "hw/dma/bcm2835_dma.h"
20 #include "hw/or-irq.h"
21 #include "hw/intc/bcm2835_ic.h"
22 #include "hw/misc/bcm2835_property.h"
23 #include "hw/misc/bcm2835_rng.h"
24 #include "hw/misc/bcm2835_mbox.h"
[all …]
H A Dxlnx-zynqmp.h21 #include "hw/intc/arm_gic.h"
22 #include "hw/net/cadence_gem.h"
23 #include "hw/char/cadence_uart.h"
24 #include "hw/net/xlnx-zynqmp-can.h"
25 #include "hw/ide/ahci-sysbus.h"
26 #include "hw/sd/sdhci.h"
27 #include "hw/ssi/xilinx_spips.h"
28 #include "hw/dma/xlnx_dpdma.h"
29 #include "hw/dma/xlnx-zdma.h"
30 #include "hw/display/xlnx_dp.h"
[all …]
H A Daspeed_soc.h15 #include "hw/cpu/a15mpcore.h"
16 #include "hw/arm/armv7m.h"
17 #include "hw/intc/aspeed_vic.h"
18 #include "hw/intc/aspeed_intc.h"
19 #include "hw/misc/aspeed_scu.h"
20 #include "hw/adc/aspeed_adc.h"
21 #include "hw/misc/aspeed_sdmc.h"
22 #include "hw/misc/aspeed_xdma.h"
23 #include "hw/timer/aspeed_timer.h"
24 #include "hw/rtc/aspeed_rtc.h"
[all …]
H A Dnpcm8xx.h19 #include "hw/adc/npcm7xx_adc.h"
20 #include "hw/core/split-irq.h"
21 #include "hw/cpu/cluster.h"
22 #include "hw/gpio/npcm7xx_gpio.h"
23 #include "hw/i2c/npcm7xx_smbus.h"
24 #include "hw/intc/arm_gic_common.h"
25 #include "hw/mem/npcm7xx_mc.h"
26 #include "hw/misc/npcm_clk.h"
27 #include "hw/misc/npcm_gcr.h"
28 #include "hw/misc/npcm7xx_mft.h"
[all …]
H A Dnpcm7xx.h19 #include "hw/boards.h"
20 #include "hw/adc/npcm7xx_adc.h"
21 #include "hw/core/split-irq.h"
22 #include "hw/cpu/a9mpcore.h"
23 #include "hw/gpio/npcm7xx_gpio.h"
24 #include "hw/i2c/npcm7xx_smbus.h"
25 #include "hw/mem/npcm7xx_mc.h"
26 #include "hw/misc/npcm_clk.h"
27 #include "hw/misc/npcm_gcr.h"
28 #include "hw/misc/npcm7xx_mft.h"
[all …]
H A Dallwinner-a10.h4 #include "hw/timer/allwinner-a10-pit.h"
5 #include "hw/intc/allwinner-a10-pic.h"
6 #include "hw/net/allwinner_emac.h"
7 #include "hw/sd/allwinner-sdhost.h"
8 #include "hw/ide/ahci-sysbus.h"
9 #include "hw/usb/hcd-ohci.h"
10 #include "hw/usb/hcd-ehci.h"
11 #include "hw/rtc/allwinner-rtc.h"
12 #include "hw/misc/allwinner-a10-ccm.h"
13 #include "hw/misc/allwinner-a10-dramc.h"
[all …]
/qemu/target/mips/tcg/
H A Dmsa_helper.c20 #include "qemu/osdep.h"
21 #include "cpu.h"
22 #include "internal.h"
23 #include "tcg/tcg.h"
24 #include "accel/tcg/cpu-ldst.h"
25 #include "accel/tcg/probe.h"
26 #include "exec/helper-proto.h"
27 #include "exec/memop.h"
28 #include "exec/target_page.h"
29 #include "fpu/softfloat.h"
[all …]
/qemu/hw/xen/
H A Dxen-operations.c12 #include "qemu/osdep.h"
13 #include "qemu/uuid.h"
14 #include "qapi/error.h"
16 #include "hw/xen/xen_native.h"
17 #include "hw/xen/xen_backend_ops.h"
22 * must be undefined before including xenctrl.h
28 #include <xenctrl.h>
34 #include <xenevtchn.h>
35 #include <xengnttab.h>
36 #include <xenforeignmemory.h>
[all …]
H A Dxen-bus-helper.c8 #include "qemu/osdep.h"
9 #include "hw/xen/xen.h"
10 #include "hw/xen/xen-bus.h"
11 #include "hw/xen/xen-bus-helper.h"
12 #include "qapi/error.h"
13 #include "trace.h"
15 #include <glib/gprintf.h>
50 void xs_node_create(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_create() argument
56 if (!qemu_xen_xs_create(h, tid, owner, domid, perms, node)) { in xs_node_create()
61 void xs_node_destroy(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_destroy() argument
[all …]
/qemu/host/include/aarch64/host/
H A Datomic128-ldst.h.inc14 #include "host/cpuinfo.h"
15 #include "tcg/debug-assert.h"
30 uint64_t l, h;
34 asm("ldp %[l], %[h], %[mem]"
35 : [l] "=r"(l), [h] "=r"(h) : [mem] "m"(*ptr));
37 return int128_make128(l, h);
42 uint64_t l, h;
47 asm("ldp %[l], %[h], %[mem]"
48 : [l] "=r"(l), [h] "=r"(h) : [mem] "m"(*ptr));
51 asm("0: ldxp %[l], %[h], %[mem]\n\t"
[all …]
/qemu/tests/tcg/s390x/
H A Dvistr.c4 #include <stdint.h>
5 #include <stdio.h>
6 #include "vx.h"
23 .h[0] = 0x1234, .h[1] = 0x0056, .h[2] = 0x7800, .h[3] = 0x0000, in main()
24 .h[4] = 0x0078, .h[5] = 0x0000, .h[6] = 0x6543, .h[7] = 0x2100 in main()
32 if (vd.h[0] != 0x1234 || vd.h[1] != 0x0056 || vd.h[2] != 0x7800 || in main()
33 vd.h[3] || vd.h[4] || vd.h[5] || vd.h[6] || vd.h[7]) { in main()
/qemu/tests/qemu-iotests/
H A D18565 h=$QEMU_HANDLE
66 _send_qemu_cmd $h "{ 'execute': 'qmp_capabilities' }" 'return'
72 _send_qemu_cmd $h \
80 _send_qemu_cmd $h \
86 _send_qemu_cmd $h \
114 _send_qemu_cmd $h \
127 _send_qemu_cmd $h "{ 'execute': 'quit' }" "return"
136 h=$QEMU_HANDLE
137 _send_qemu_cmd $h "{ 'execute': 'qmp_capabilities' }" 'return'
139 _send_qemu_cmd $h \
[all …]
/qemu/dump/
H A Dwin_dump.c11 #include "qemu/osdep.h"
12 #include "system/dump.h"
13 #include "qapi/error.h"
14 #include "qemu/error-report.h"
15 #include "exec/cpu-defs.h"
16 #include "hw/core/cpu.h"
17 #include "qemu/win_dump_defs.h"
18 #include "win_dump.h"
19 #include "cpu.h"
33 #define _WIN_DUMP_FIELD(f) (x64 ? h->x64.f : h->x32.f)
[all …]
/qemu/include/hw/xen/
H A Dxen_backend_ops.h15 #include "hw/xen/xen.h"
16 #include "hw/xen/interface/xen.h"
17 #include "hw/xen/interface/io/xenbus.h"
271 void (*close)(struct qemu_xs_handle *h);
272 char *(*get_domain_path)(struct qemu_xs_handle *h, unsigned int domid);
273 char **(*directory)(struct qemu_xs_handle *h, xs_transaction_t t,
275 void *(*read)(struct qemu_xs_handle *h, xs_transaction_t t,
277 bool (*write)(struct qemu_xs_handle *h, xs_transaction_t t,
279 bool (*create)(struct qemu_xs_handle *h, xs_transaction_t t,
282 bool (*destroy)(struct qemu_xs_handle *h, xs_transaction_t t,
[all …]
/qemu/
H A DMAINTAINERS119 F: include/hw/watchdog/wdt_diag288.h
166 F: include/exec/tb-flush.h
167 F: include/exec/helper*.h
168 F: include/exec/helper*.h.inc
170 F: include/exec/page-protection.h
171 F: include/system/tcg.h
173 F: host/include/*/host/cpuinfo.h
205 F: include/hw/cpu/a*mpcore.h
304 F: include/hw/ppc/ppc.h
328 F: include/hw/char/riscv_htif.h
[all …]
/qemu/include/hw/m68k/
H A Dq800.h26 #include "hw/boards.h"
27 #include "qom/object.h"
28 #include "target/m68k/cpu-qom.h"
29 #include "system/memory.h"
30 #include "hw/m68k/q800-glue.h"
31 #include "hw/misc/mac_via.h"
32 #include "hw/net/dp8393x.h"
33 #include "hw/char/escc.h"
34 #include "hw/or-irq.h"
35 #include "hw/scsi/esp.h"
[all …]

12345678910>>...165