Home
last modified time | relevance | path

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

12

/qemu/target/s390x/tcg/
H A Dvec_helper.c59 uint8_t byte = cpu_ldub_data_ra(env, addr, GETPC()); in HELPER() local
180 uint8_t byte; in HELPER() local
206 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.c225 uint8_t byte, uint16_t size, int mmu_idx, in do_access_memset()
243 uint8_t byte, uintptr_t ra) in access_memset()
276 int offset, uint8_t byte, uintptr_t ra) in access_set_byte()
313 uint8_t byte = access_get_byte(env, srca, i, ra); in access_memmove() local
494 uint8_t byte = access_get_byte(env, &srca, i, ra); in do_helper_mvc() local
524 uint8_t byte = access_get_byte(env, &srca, i, ra); in HELPER() local
1589 uint8_t byte = cpu_ldub_data_ra(env, array + i, ra); in do_helper_tr() local
1625 uint8_t byte, new_byte; in HELPER() local
1649 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/util/
H A Dunicode.c66 unsigned byte, mask, len, i; in mod_utf8_codepoint() local
/qemu/include/hw/ppc/
H A Dspapr_ovec.h44 #define OV_BIT(byte, bit) ((byte - 1) * BITS_PER_BYTE + bit) argument
/qemu/target/arm/tcg/
H A Dvec_internal.h57 static inline uint64_t expand_pred_b(uint8_t byte) in expand_pred_b()
64 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.c77 int more, byte; in encode_sleb128() local
101 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/vfio/
H A Dhelpers.c162 uint8_t byte; in vfio_region_write() member
212 uint8_t byte; in vfio_region_read() member
/qemu/hw/input/
H A Dvirtio-input-host.c105 uint8_t byte; in virtio_input_host_realize() local
H A Dlm832x.c173 static uint8_t lm_kbd_read(LM823KbdState *s, int reg, int byte) in lm_kbd_read()
254 static void lm_kbd_write(LM823KbdState *s, int reg, int byte, uint8_t value) in lm_kbd_write()
H A Dvirtio-input-hid.c60 int i, bit, byte, bmax = 0; in virtio_input_extend_config() local
/qemu/include/qemu/
H A Drange.h204 uint64_t byte) in range_covers_byte()
/qemu/hw/ssi/
H A Dimx_spi.c192 uint8_t byte = tx >> (tx_burst - 8); in imx_spi_flush_txfifo() local
/qemu/scripts/coverity-scan/
H A Dmodel.c63 uint8_t byte; in replay_get_byte() local
/qemu/hw/acpi/
H A Dcpu_hotplug.c194 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.h275 static inline void rsp_buffer_set_error(RspBuffer *rsp, uint8_t byte) in rsp_buffer_set_error()
281 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
/qemu/tests/qtest/
H A Dfdc-test.c79 static void floppy_send(uint8_t byte) in floppy_send()
/qemu/include/hw/xen/interface/io/
H A Dnetif.h318 uint8_t byte = buf[bufi]; in xen_netif_toeplitz_hash() local

12