Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 25 of 42) sorted by relevance

12

/qemu/target/s390x/tcg/
H A Dvec_helper.c58 uint8_t byte = cpu_ldub_data_ra(env, addr, GETPC()); in HELPER() local
179 uint8_t byte; in HELPER() local
205 uint8_t byte = s390_vec_read_element8(v1, i); in HELPER() local
H A Dvec.h21 uint8_t byte[16]; member
H A Dmem_helper.c232 uint8_t byte, uint16_t size, int mmu_idx, in do_access_memset()
246 uint8_t byte, uintptr_t ra) in access_memset()
279 int offset, uint8_t byte, uintptr_t ra) in access_set_byte()
337 uint8_t byte = access_get_byte(env, srca, i, ra); in access_memmove() local
506 uint8_t byte = access_get_byte(env, &srca, i, ra); in do_helper_mvc() local
538 uint8_t byte = access_get_byte(env, &srca, i, ra); in HELPER() local
1621 uint8_t byte = cpu_ldub_data_ra(env, array + i, ra); in do_helper_tr() local
1657 uint8_t byte, new_byte; in HELPER() local
1681 uint8_t byte = cpu_ldub_data_ra(env, array + i * inc, ra); in do_helper_trt() local
/qemu/tests/tcg/hexagon/
H A Ddual_stores.c42 int8_t byte; member
/qemu/replay/
H A Dreplay-internal.c47 void replay_put_byte(uint8_t byte) in replay_put_byte()
93 uint8_t byte = 0; in replay_get_byte() local
/qemu/include/hw/ppc/
H A Dspapr_ovec.h44 #define OV_BIT(byte, bit) ((byte - 1) * BITS_PER_BYTE + bit) argument
/qemu/util/
H A Dunicode.c66 unsigned byte, mask, len, i; in mod_utf8_codepoint() local
/qemu/hw/vfio/
H A Dregion.c43 uint8_t byte; in vfio_region_write() member
96 uint8_t byte; in vfio_region_read() member
/qemu/target/arm/tcg/
H A Dvec_internal.h61 static inline uint64_t expand_pred_b(uint8_t byte) in expand_pred_b()
68 static inline uint64_t expand_pred_h(uint8_t byte) in expand_pred_h()
/qemu/include/net/
H A Dchecksum.h87 register uint32_t byte; in net_toeplitz_add() local
/qemu/accel/tcg/
H A Dtranslate-all.c49 int more, byte; in encode_sleb128() local
73 int byte, shift = 0; in decode_sleb128() local
/qemu/hw/misc/
H A Dnpcm7xx_rng.c60 uint8_t byte = 0; in npcm7xx_rng_read() local
/qemu/hw/ssi/
H A Dpnv_spi.c58 uint8_t byte; in get_from_offset() local
81 uint8_t byte; in read_from_frame() local
H A Dimx_spi.c192 uint8_t byte = tx >> (tx_burst - 8); in imx_spi_flush_txfifo() local
/qemu/hw/input/
H A Dvirtio-input-host.c105 uint8_t byte; in virtio_input_host_realize() local
H A Dvirtio-input-hid.c60 int i, bit, byte, bmax = 0; in virtio_input_extend_config() local
/qemu/include/qemu/
H A Drange.h206 uint64_t byte) in range_covers_byte()
/qemu/tests/qtest/
H A Dpnv-xive2-flush-sync.c179 uint8_t byte; in test_flush_sync_inject() local
H A Dfdc-test.c79 static void floppy_send(uint8_t byte) in floppy_send()
/qemu/scripts/coverity-scan/
H A Dmodel.c63 uint8_t byte; in replay_get_byte() local
/qemu/hw/acpi/
H A Dcpu_hotplug.c193 Aml *byte = aml_local(2); /* Local2 = last read byte from bitmap */ in build_legacy_cpu_hotplug_aml() local
/qemu/include/hw/ipmi/
H A Dipmi.h290 static inline void rsp_buffer_set_error(RspBuffer *rsp, uint8_t byte) in rsp_buffer_set_error()
296 static inline void rsp_buffer_push(RspBuffer *rsp, uint8_t byte) in rsp_buffer_push()
/qemu/tests/qemu-iotests/
H A D25734 def __init__(self, byte, offset, size=GRANULARITY): argument
/qemu/tools/ebpf/
H A Drss.bpf.c117 __u32 byte; in net_toeplitz_add() local
/qemu/hw/display/
H A Dedid-generate.c14 uint32_t byte; member

12