ext_hdr            68 arch/x86/kernel/cpu/microcode/intel.c 	struct extended_sigtable *ext_hdr;
ext_hdr            79 arch/x86/kernel/cpu/microcode/intel.c 	ext_hdr = mc + get_datasize(mc_hdr) + MC_HEADER_SIZE;
ext_hdr            80 arch/x86/kernel/cpu/microcode/intel.c 	ext_sig = (void *)ext_hdr + EXT_HEADER_SIZE;
ext_hdr            82 arch/x86/kernel/cpu/microcode/intel.c 	for (i = 0; i < ext_hdr->count; i++) {
ext_hdr           476 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 		ATOM_PPLIB_EXTENDEDHEADER *ext_hdr = (ATOM_PPLIB_EXTENDEDHEADER *)
ext_hdr           479 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 		if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V2) &&
ext_hdr           480 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 			ext_hdr->usVCETableOffset) {
ext_hdr           483 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 				 le16_to_cpu(ext_hdr->usVCETableOffset) + 1);
ext_hdr           487 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 				 le16_to_cpu(ext_hdr->usVCETableOffset) + 1 +
ext_hdr           492 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 				 le16_to_cpu(ext_hdr->usVCETableOffset) + 1 +
ext_hdr           542 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 		if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V3) &&
ext_hdr           543 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 			ext_hdr->usUVDTableOffset) {
ext_hdr           546 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 				 le16_to_cpu(ext_hdr->usUVDTableOffset) + 1);
ext_hdr           550 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 				 le16_to_cpu(ext_hdr->usUVDTableOffset) + 1 +
ext_hdr           578 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 		if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V4) &&
ext_hdr           579 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 			ext_hdr->usSAMUTableOffset) {
ext_hdr           583 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 				 le16_to_cpu(ext_hdr->usSAMUTableOffset) + 1);
ext_hdr           605 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 		if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V5) &&
ext_hdr           606 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 		    ext_hdr->usPPMTableOffset) {
ext_hdr           609 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 				 le16_to_cpu(ext_hdr->usPPMTableOffset));
ext_hdr           636 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 		if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V6) &&
ext_hdr           637 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 			ext_hdr->usACPTableOffset) {
ext_hdr           641 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 				 le16_to_cpu(ext_hdr->usACPTableOffset) + 1);
ext_hdr           663 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 		if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V7) &&
ext_hdr           664 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 			ext_hdr->usPowerTuneTableOffset) {
ext_hdr           666 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 					 le16_to_cpu(ext_hdr->usPowerTuneTableOffset));
ext_hdr           677 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 					 le16_to_cpu(ext_hdr->usPowerTuneTableOffset));
ext_hdr           684 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 					 le16_to_cpu(ext_hdr->usPowerTuneTableOffset));
ext_hdr           701 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 		if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V8) &&
ext_hdr           702 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 				ext_hdr->usSclkVddgfxTableOffset) {
ext_hdr           705 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 				 le16_to_cpu(ext_hdr->usSclkVddgfxTableOffset));
ext_hdr          1069 drivers/gpu/drm/radeon/r600_dpm.c 		ATOM_PPLIB_EXTENDEDHEADER *ext_hdr = (ATOM_PPLIB_EXTENDEDHEADER *)
ext_hdr          1072 drivers/gpu/drm/radeon/r600_dpm.c 		if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V2) &&
ext_hdr          1073 drivers/gpu/drm/radeon/r600_dpm.c 			ext_hdr->usVCETableOffset) {
ext_hdr          1076 drivers/gpu/drm/radeon/r600_dpm.c 				 le16_to_cpu(ext_hdr->usVCETableOffset) + 1);
ext_hdr          1080 drivers/gpu/drm/radeon/r600_dpm.c 				 le16_to_cpu(ext_hdr->usVCETableOffset) + 1 +
ext_hdr          1085 drivers/gpu/drm/radeon/r600_dpm.c 				 le16_to_cpu(ext_hdr->usVCETableOffset) + 1 +
ext_hdr          1134 drivers/gpu/drm/radeon/r600_dpm.c 		if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V3) &&
ext_hdr          1135 drivers/gpu/drm/radeon/r600_dpm.c 			ext_hdr->usUVDTableOffset) {
ext_hdr          1138 drivers/gpu/drm/radeon/r600_dpm.c 				 le16_to_cpu(ext_hdr->usUVDTableOffset) + 1);
ext_hdr          1142 drivers/gpu/drm/radeon/r600_dpm.c 				 le16_to_cpu(ext_hdr->usUVDTableOffset) + 1 +
ext_hdr          1170 drivers/gpu/drm/radeon/r600_dpm.c 		if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V4) &&
ext_hdr          1171 drivers/gpu/drm/radeon/r600_dpm.c 			ext_hdr->usSAMUTableOffset) {
ext_hdr          1175 drivers/gpu/drm/radeon/r600_dpm.c 				 le16_to_cpu(ext_hdr->usSAMUTableOffset) + 1);
ext_hdr          1197 drivers/gpu/drm/radeon/r600_dpm.c 		if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V5) &&
ext_hdr          1198 drivers/gpu/drm/radeon/r600_dpm.c 		    ext_hdr->usPPMTableOffset) {
ext_hdr          1201 drivers/gpu/drm/radeon/r600_dpm.c 				 le16_to_cpu(ext_hdr->usPPMTableOffset));
ext_hdr          1228 drivers/gpu/drm/radeon/r600_dpm.c 		if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V6) &&
ext_hdr          1229 drivers/gpu/drm/radeon/r600_dpm.c 			ext_hdr->usACPTableOffset) {
ext_hdr          1233 drivers/gpu/drm/radeon/r600_dpm.c 				 le16_to_cpu(ext_hdr->usACPTableOffset) + 1);
ext_hdr          1255 drivers/gpu/drm/radeon/r600_dpm.c 		if ((le16_to_cpu(ext_hdr->usSize) >= SIZE_OF_ATOM_PPLIB_EXTENDEDHEADER_V7) &&
ext_hdr          1256 drivers/gpu/drm/radeon/r600_dpm.c 			ext_hdr->usPowerTuneTableOffset) {
ext_hdr          1258 drivers/gpu/drm/radeon/r600_dpm.c 					 le16_to_cpu(ext_hdr->usPowerTuneTableOffset));
ext_hdr          1269 drivers/gpu/drm/radeon/r600_dpm.c 					 le16_to_cpu(ext_hdr->usPowerTuneTableOffset));
ext_hdr          1276 drivers/gpu/drm/radeon/r600_dpm.c 					 le16_to_cpu(ext_hdr->usPowerTuneTableOffset));
ext_hdr           143 drivers/target/target_core_alua.c 	int ext_hdr = (cmd->t_task_cdb[1] & 0x20);
ext_hdr           149 drivers/target/target_core_alua.c 	if (ext_hdr != 0)
ext_hdr           157 drivers/target/target_core_alua.c 			(ext_hdr) ? "extended" : "normal");
ext_hdr           240 drivers/target/target_core_alua.c 	if (ext_hdr != 0) {
ext_hdr            89 include/linux/usb/pd.h #define PD_HEADER(type, pwr, data, rev, id, cnt, ext_hdr)		\
ext_hdr            96 include/linux/usb/pd.h 	 ((ext_hdr) ? PD_HEADER_EXT_HDR : 0))
ext_hdr            94 include/sound/sof/info.h 	struct sof_ipc_ext_data_hdr ext_hdr;
ext_hdr           113 include/sound/sof/info.h 	struct sof_ipc_ext_data_hdr ext_hdr;
ext_hdr           579 net/rds/ib_send.c 			struct rds_ext_header_rdma ext_hdr;
ext_hdr           581 net/rds/ib_send.c 			ext_hdr.h_rdma_rkey = cpu_to_be32(rm->rdma.op_rkey);
ext_hdr           583 net/rds/ib_send.c 					RDS_EXTHDR_RDMA, &ext_hdr, sizeof(ext_hdr));
ext_hdr           271 net/rds/message.c 	struct rds_ext_header_rdma_dest ext_hdr;
ext_hdr           273 net/rds/message.c 	ext_hdr.h_rdma_rkey = cpu_to_be32(r_key);
ext_hdr           274 net/rds/message.c 	ext_hdr.h_rdma_offset = cpu_to_be32(offset);
ext_hdr           275 net/rds/message.c 	return rds_message_add_extension(hdr, RDS_EXTHDR_RDMA_DEST, &ext_hdr, sizeof(ext_hdr));
ext_hdr            18 sound/soc/sof/loader.c 			   struct sof_ipc_ext_data_hdr *ext_hdr)
ext_hdr            21 sound/soc/sof/loader.c 		container_of(ext_hdr, struct sof_ipc_window, ext_hdr);
ext_hdr            38 sound/soc/sof/loader.c 	struct sof_ipc_ext_data_hdr *ext_hdr;
ext_hdr            48 sound/soc/sof/loader.c 			       sizeof(*ext_hdr));
ext_hdr            49 sound/soc/sof/loader.c 	ext_hdr = ext_data;
ext_hdr            51 sound/soc/sof/loader.c 	while (ext_hdr->hdr.cmd == SOF_IPC_FW_READY) {
ext_hdr            53 sound/soc/sof/loader.c 		offset += sizeof(*ext_hdr);
ext_hdr            55 sound/soc/sof/loader.c 				   (void *)((u8 *)ext_data + sizeof(*ext_hdr)),
ext_hdr            56 sound/soc/sof/loader.c 				   ext_hdr->hdr.size - sizeof(*ext_hdr));
ext_hdr            59 sound/soc/sof/loader.c 			ext_hdr->type, ext_hdr->hdr.size);
ext_hdr            62 sound/soc/sof/loader.c 		switch (ext_hdr->type) {
ext_hdr            66 sound/soc/sof/loader.c 			ret = get_ext_windows(sdev, ext_hdr);
ext_hdr            70 sound/soc/sof/loader.c 				 ext_hdr->type, ext_hdr->hdr.size);
ext_hdr            76 sound/soc/sof/loader.c 				ext_hdr->type);
ext_hdr            81 sound/soc/sof/loader.c 		offset += ext_hdr->hdr.size;
ext_hdr            83 sound/soc/sof/loader.c 				       sizeof(*ext_hdr));
ext_hdr            84 sound/soc/sof/loader.c 		ext_hdr = ext_data;
ext_hdr           179 tools/perf/util/arm-spe-pkt-decoder.c 			       const unsigned char ext_hdr, struct arm_spe_pkt *packet)
ext_hdr           185 tools/perf/util/arm-spe-pkt-decoder.c 	if (ext_hdr)
ext_hdr           192 tools/perf/util/arm-spe-pkt-decoder.c 	return 1 + ext_hdr + 2;
ext_hdr           196 tools/perf/util/arm-spe-pkt-decoder.c 			    const unsigned char ext_hdr, struct arm_spe_pkt *packet)
ext_hdr           202 tools/perf/util/arm-spe-pkt-decoder.c 	if (ext_hdr)
ext_hdr           209 tools/perf/util/arm-spe-pkt-decoder.c 	return 1 + ext_hdr + 8;