Searched refs:header2 (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/tools/testing/selftests/sgx/ |
H A D | sigstruct.c | 317 uint64_t header2[2] = {0x0000006000000101, 0x0000000100000060}; in encl_measure() local 330 sigstruct->header.header2[0] = header2[0]; in encl_measure() 331 sigstruct->header.header2[1] = header2[1]; in encl_measure()
|
/openbmc/u-boot/board/bticino/mamoj/ |
H A D | README | 49 SPL:jump header2 54 u-boot-dtb.img:jump header2
|
/openbmc/qemu/block/ |
H A D | vhdx.c | 425 VHDXHeader *header2; in vhdx_parse_header() local 434 header2 = qemu_blockalign(bs, sizeof(VHDXHeader)); in vhdx_parse_header() 439 s->headers[1] = header2; in vhdx_parse_header() 467 memcpy(header2, buffer, sizeof(VHDXHeader)); in vhdx_parse_header() 470 vhdx_header_le_import(header2); in vhdx_parse_header() 471 if (header2->signature == VHDX_HEADER_SIGNATURE && in vhdx_parse_header() 472 header2->version == 1) { in vhdx_parse_header() 473 h2_seq = header2->sequence_number; in vhdx_parse_header() 498 if (!memcmp(header1, header2, sizeof(VHDXHeader))) { in vhdx_parse_header() 513 qemu_vfree(header2); in vhdx_parse_header()
|
/openbmc/linux/drivers/net/ethernet/broadcom/asp2/ |
H A D | bcmasp_intf.c | 164 u32 header = 0, header2 = 0, epkt = 0; in bcmasp_csum_offload() local 182 header2 |= PKT_OFFLOAD_HDR2_SIZE_2(ip_hdrlen(skb) & 0xff); in bcmasp_csum_offload() 189 header2 |= PKT_OFFLOAD_HDR2_SIZE_2(IP6_HLEN & 0xff); in bcmasp_csum_offload() 200 header2 |= PKT_OFFLOAD_HDR2_SIZE_3(tcp_hdrlen(skb)); in bcmasp_csum_offload() 205 header2 |= PKT_OFFLOAD_HDR2_SIZE_3(UDP_HLEN); in bcmasp_csum_offload() 221 offload->header2 = htonl(header2); in bcmasp_csum_offload()
|
H A D | bcmasp.h | 508 __be32 header2; member
|
/openbmc/u-boot/doc/imx/misc/ |
H A D | sdp.txt | 94 SPL:jump header2 100 u-boot.img:jump header2
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | sgx.h | 351 u64 header2[2]; member
|
/openbmc/linux/fs/ext2/ |
H A D | xattr.c | 899 struct ext2_xattr_header *header2) in ext2_xattr_cmp() argument 904 entry2 = ENTRY(header2+1); in ext2_xattr_cmp() 917 (char *)header2 + le16_to_cpu(entry2->e_value_offs), in ext2_xattr_cmp()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | firmware.c | 1731 u32 header1 = 0, header2 = 0, magic_num = 0, crc = 0, file_length = 0; in parse_platform_config() local 1795 header2 = *(ptr + 1); in parse_platform_config() 1796 if (header1 != ~header2) { in parse_platform_config()
|
/openbmc/linux/fs/ext4/ |
H A D | xattr.c | 3069 struct ext4_xattr_header *header2) in ext4_xattr_cmp() argument 3074 entry2 = ENTRY(header2+1); in ext4_xattr_cmp() 3087 (char *)header2 + le16_to_cpu(entry2->e_value_offs), in ext4_xattr_cmp()
|
/openbmc/qemu/ |
H A D | hmp-commands.hx | 1267 "header0:i?,header1:i?,header2:i?,header3:i?,"
|