Home
last modified time | relevance | path

Searched refs:crc32 (Results 1 – 23 of 23) sorted by relevance

/qemu/include/hw/loongarch/
H A Dboot.h51 uint32_t crc32; member
/qemu/target/loongarch/tcg/
H A Dop_helper.c71 return (int32_t) (crc32(val ^ 0xffffffff, buf, sz) ^ 0xffffffff); in helper_crc32()
/qemu/hw/net/
H A Dallwinner_emac.c211 crc = crc32(~0, buf, size); in aw_emac_receive()
215 crc = crc32(crc, padding, padded_size - size); in aw_emac_receive()
H A Dsmc91c111.c262 crc = crc32(~0, p, len); in smc91c111_do_tx()
737 crc = crc32(~0, buf, size); in smc91c111_receive()
H A Dstellaris_enet.c263 crc = crc32(~0, buf, size); in stellaris_enet_receive()
H A Dimx_fec.c1087 crc = cpu_to_be32(crc32(~0, buf, size)); in imx_fec_receive()
1183 crc = cpu_to_be32(crc32(~0, buf, size)); in imx_enet_receive()
H A Di82596.c582 crc = cpu_to_be32(crc32(~0, buf, sz)); in i82596_receive()
H A Dmcf_fec.c572 crc = cpu_to_be32(crc32(~0, buf, size)); in mcf_fec_receive()
H A Dnpcm7xx_emc.c572 crc = cpu_to_be32(crc32(~0, buf, len)); in emc_receive()
H A Ddp8393x.c782 checksum = cpu_to_le32(crc32(0, buf, pkt_size)); in dp8393x_receive()
H A Drtl8139.c1062 val = cpu_to_le32(crc32(0, buf, size_)); in rtl8139_do_receive()
1164 val = cpu_to_le32(crc32(0, buf, size)); in rtl8139_do_receive()
H A Dftgmac100.c975 crc = cpu_to_be32(crc32(~0, buf, size)); in ftgmac100_receive()
H A Dlan9118.c579 crc = bswap32(crc32(~0, buf, size)); in lan9118_receive()
H A Dcadence_gem.c1121 crc_val = cpu_to_le32(crc32(0, s->rx_packet, MAX(size, 60))); in gem_receive()
/qemu/target/tricore/
H A Dop_helper.c2291 return crc32(arg1, buf, 1); in helper_crc32b()
2300 return crc32(arg1, buf, 4); in helper_crc32_be()
2308 return crc32(arg1, buf, 4); in helper_crc32_le()
/qemu/hw/display/
H A Dtrace-events115 qxl_client_monitors_config_crc(int qid, unsigned size, uint32_t crc32) "%d %u %u"
H A Dqxl.c314 return crc32(0xffffffff, p, len) ^ 0xffffffff; in qxl_crc32()
/qemu/target/i386/tcg/
H A Dops_sse_header.h.inc340 DEF_HELPER_3(crc32, tl, i32, tl, i32)
/qemu/target/arm/tcg/
H A Dhelper-a64.c507 return crc32(acc ^ 0xffffffff, buf, bytes) ^ 0xffffffff; in HELPER()
/qemu/target/loongarch/
H A Dhelper.h15 DEF_HELPER_FLAGS_3(crc32, TCG_CALL_NO_RWG_SE, tl, tl, tl, tl)
/qemu/target/arm/
H A Dhelper.h568 DEF_HELPER_FLAGS_3(crc32, TCG_CALL_NO_RWG_SE, i32, i32, i32, i32)
H A Dhelper.c12395 uint32_t HELPER(crc32)(uint32_t acc, uint32_t val, uint32_t bytes) in HELPER() argument
12402 return crc32(acc ^ 0xffffffff, buf, bytes) ^ 0xffffffff; in HELPER()
/qemu/tests/data/qobject/
H A Dqdict.txt3467 crc32.c: 15299
3472 crc32.h: 880