Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  gsc_proxy_commands_abi.h

  Sprache: C
 

/* SPDX-License-Identifier: MIT */
/*
 * Copyright © 2023 Intel Corporation
 */


#ifndef _ABI_GSC_PROXY_COMMANDS_ABI_H
#define _ABI_GSC_PROXY_COMMANDS_ABI_H

#include <linux/types.h>

/* Heci client ID for proxy commands */
#define HECI_MEADDRESS_PROXY 10

/* FW-defined proxy header */
struct xe_gsc_proxy_header {
 /*
 * hdr:
 * Bits 0-7: type of the proxy message (see enum xe_gsc_proxy_type)
 * Bits 8-15: rsvd
 * Bits 16-31: length in bytes of the payload following the proxy header
 */

 u32 hdr;
#define GSC_PROXY_TYPE   GENMASK(70)
#define GSC_PROXY_PAYLOAD_LENGTH GENMASK(3116)

 u32 source;  /* Source of the Proxy message */
 u32 destination; /* Destination of the Proxy message */
#define GSC_PROXY_ADDRESSING_KMD  0x10000
#define GSC_PROXY_ADDRESSING_GSC  0x20000
#define GSC_PROXY_ADDRESSING_CSME 0x30000

 u32 status;  /* Command status */
} __packed;

/* FW-defined proxy types */
enum xe_gsc_proxy_type {
 GSC_PROXY_MSG_TYPE_PROXY_INVALID = 0,
 GSC_PROXY_MSG_TYPE_PROXY_QUERY = 1,
 GSC_PROXY_MSG_TYPE_PROXY_PAYLOAD = 2,
 GSC_PROXY_MSG_TYPE_PROXY_END = 3,
 GSC_PROXY_MSG_TYPE_PROXY_NOTIFICATION = 4,
};

#endif

Messung V0.5 in Prozent
C=91 H=95 G=92

¤ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet am  2026-06-07) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=434850
#Domains=655579