Home
last modified time | relevance | path

Searched refs:trailing_bytes (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/block/
H A Dvhdx-endian.c92 d->trailing_bytes = cpu_to_le32(d->trailing_bytes); in vhdx_log_desc_le_export()
H A Dvhdx-log.c456 memcpy(buffer+offset, &desc->trailing_bytes, 4); in vhdx_log_flush_desc()
847 memcpy(&desc->trailing_bytes, data, 4); in vhdx_log_raw_to_le_sector()
848 desc->trailing_bytes = cpu_to_le32(desc->trailing_bytes); in vhdx_log_raw_to_le_sector()
H A Dvhdx.h194 uint32_t trailing_bytes; /* data desc: bytes 4092-4096 of the member
/openbmc/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_log.c37 trailing_bytes = msg_size % bytes_per_line; in mod_hdcp_dump_binary_message() local
39 byte_size * trailing_bytes + newline_size + terminator_size; in mod_hdcp_dump_binary_message()
/openbmc/linux/tools/testing/selftests/iommu/
H A Diommufd.c300 uint64_t trailing_bytes; in TEST_F() member