Home
last modified time | relevance | path

Searched refs:EventType (Results 1 – 25 of 31) sorted by relevance

12

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DEvent.c245 UINT32 EventType; in EfiCreateEventLegacyBoot() local
251 EventType = EFI_EVENT_SIGNAL_LEGACY_BOOT | EFI_EVENT_NOTIFY_SIGNAL_ALL; in EfiCreateEventLegacyBoot()
253 EventType = EFI_EVENT_SIGNAL_LEGACY_BOOT; in EfiCreateEventLegacyBoot()
261 EventType, in EfiCreateEventLegacyBoot()
269 EventType = EFI_EVENT_NOTIFY_SIGNAL; in EfiCreateEventLegacyBoot()
283 EventType, in EfiCreateEventLegacyBoot()
324 UINT32 EventType; in EfiCreateEventReadyToBoot() local
330 EventType = EFI_EVENT_SIGNAL_READY_TO_BOOT | EFI_EVENT_NOTIFY_SIGNAL_ALL; in EfiCreateEventReadyToBoot()
332 EventType = EFI_EVENT_SIGNAL_READY_TO_BOOT; in EfiCreateEventReadyToBoot()
340 EventType, in EfiCreateEventReadyToBoot()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
DEvent.c226 UINT32 EventType; in RtEfiCreateEventLegacyBoot() local
232 EventType = EFI_EVENT_SIGNAL_LEGACY_BOOT | EFI_EVENT_NOTIFY_SIGNAL_ALL; in RtEfiCreateEventLegacyBoot()
234 EventType = EFI_EVENT_SIGNAL_LEGACY_BOOT; in RtEfiCreateEventLegacyBoot()
242 EventType, in RtEfiCreateEventLegacyBoot()
250 EventType = EFI_EVENT_NOTIFY_SIGNAL; in RtEfiCreateEventLegacyBoot()
264 EventType, in RtEfiCreateEventLegacyBoot()
304 UINT32 EventType; in RtEfiCreateEventReadyToBoot() local
310 EventType = EFI_EVENT_SIGNAL_READY_TO_BOOT | EFI_EVENT_NOTIFY_SIGNAL_ALL; in RtEfiCreateEventReadyToBoot()
312 EventType = EFI_EVENT_SIGNAL_READY_TO_BOOT; in RtEfiCreateEventReadyToBoot()
320 EventType, in RtEfiCreateEventReadyToBoot()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/
DUefiNotTiano.c105 UINT32 EventType; in EfiCreateEventLegacyBootEx() local
113 EventType = EFI_EVENT_SIGNAL_LEGACY_BOOT | EFI_EVENT_NOTIFY_SIGNAL_ALL; in EfiCreateEventLegacyBootEx()
115 EventType = EFI_EVENT_SIGNAL_LEGACY_BOOT; in EfiCreateEventLegacyBootEx()
123 EventType, in EfiCreateEventLegacyBootEx()
131 EventType = EVENT_NOTIFY_SIGNAL; in EfiCreateEventLegacyBootEx()
145 EventType, in EfiCreateEventLegacyBootEx()
216 UINT32 EventType; in EfiCreateEventReadyToBootEx() local
224 EventType = EFI_EVENT_SIGNAL_READY_TO_BOOT | EFI_EVENT_NOTIFY_SIGNAL_ALL; in EfiCreateEventReadyToBootEx()
226 EventType = EFI_EVENT_SIGNAL_READY_TO_BOOT; in EfiCreateEventReadyToBootEx()
234 EventType, in EfiCreateEventReadyToBootEx()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasurementLib/
DDxeTpmMeasurementLib.c49 IN UINT32 EventType, in Tpm12MeasureAndLogData() argument
78 TcgEvent->EventType = EventType; in Tpm12MeasureAndLogData()
115 IN UINT32 EventType, in Tpm20MeasureAndLogData() argument
143 Tcg2Event->Header.EventType = EventType; in Tpm20MeasureAndLogData()
177 IN UINT32 EventType, in TpmMeasureAndLogData() argument
191 EventType, in TpmMeasureAndLogData()
203 EventType, in TpmMeasureAndLogData()
/device/google/contexthub/util/nanotool/
Dnanomessage.cpp162 return (event_type >= static_cast<uint32_t>(EventType::FirstSensorEvent) && in IsSensorEvent()
163 event_type <= static_cast<uint32_t>(EventType::LastSensorEvent)); in IsSensorEvent()
167 return (event_type == static_cast<uint32_t>(EventType::AppToHostEvent)); in IsAppToHostEvent()
171 return (event_type == static_cast<uint32_t>(EventType::ResetReasonEvent)); in IsResetReasonEvent()
175 return (event_type == static_cast<uint32_t>(EventType::LogEvent)); in IsLogEvent()
189 config.event_type = static_cast<uint32_t>(EventType::ConfigureSensor); in ConfigureSensorRequest()
234 EventType ConfigureSensorRequest::GetEventType() const { in GetEventType()
235 return static_cast<EventType>(config.event_type); in GetEventType()
249 event->event_type = static_cast<uint32_t>(EventType::AppFromHostEvent); in GetBytes()
257 EventType BridgeVersionInfoRequest::GetEventType() const { in GetEventType()
[all …]
Dnanomessage.h32 enum class EventType { enum
102 virtual EventType GetEventType() const = 0;
179 EventType GetEventType() const override;
201 EventType GetEventType() const override;
Dcontexthub.cpp191 req.config.event_type = static_cast<uint32_t>(EventType::ConfigureSensor); in EnableSensor()
225 req.config.event_type = static_cast<uint32_t>(EventType::ConfigureSensor); in DisableSensor()
365 req.config.event_type = static_cast<uint32_t>(EventType::ConfigureSensor); in CalibrateSingleSensor()
399 req.config.event_type = static_cast<uint32_t>(EventType::ConfigureSensor); in TestSingleSensor()
585 req.config.event_type = static_cast<uint32_t>(EventType::ConfigureSensor); in SendCalibrationData()
Dsensorevent.cpp39 static_cast<uint32_t>(EventType::FirstSensorEvent)); in FromBytes()
107 GetEventType() - static_cast<uint32_t>(EventType::FirstSensorEvent)); in GetSensorType()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DInfMisc.py54 self.EventType = ''
58 def SetEventType(self, EventType): argument
59 self.EventType = EventType
62 return self.EventType
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DUefiTcgPlatform.h94 TCG_EVENTTYPE EventType; ///< TCG EFI event type member
107 TCG_EVENTTYPE EventType; member
185 TCG_EVENTTYPE EventType; member
DAlertStandardFormatTable.h56 UINT8 EventType; member
DIpmiNetFnStorage.h159 UINT8 EventType; // 14 member
217 UINT8 EventType; // 14 member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
DEfiTpm.h72 TCG_EVENTTYPE EventType; // TCG EFI event type member
83 TCG_EVENTTYPE EventType; member
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
DTrEEDxe.c405 DEBUG ((EFI_D_INFO, " EventType - 0x%08x\n", EventHdr->EventType)); in DumpEventLog()
790 NewEventHdr.EventType = Event->Header.EventType; in TreeHashLogExtendEvent()
988 TcgEvent.EventType = EV_EFI_ACTION; in TcgMeasureAction()
1029 TcgEvent.EventType = EV_TABLE_OF_DEVICES; in MeasureHandoffTables()
1072 TcgEvent.EventType = EV_SEPARATOR; in MeasureSeparatorEvent()
1101 IN TCG_EVENTTYPE EventType, in MeasureVariable() argument
1113 …_INFO, "TrEEDxe: MeasureVariable (Pcr - %x, EventType - %x, ", (UINTN)PCRIndex, (UINTN)EventType)); in MeasureVariable()
1118 TcgEvent.EventType = EventType; in MeasureVariable()
1173 IN TCG_EVENTTYPE EventType, in ReadAndMeasureVariable() argument
1183 if (EventType == EV_EFI_VARIABLE_DRIVER_CONFIG) { in ReadAndMeasureVariable()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Pei/
DTcg2Pei.c326 …sizeof(TcgPcrEvent2->PCRIndex) + sizeof(TcgPcrEvent2->EventType) + GetDigestListSize (DigestList) … in LogHashEvent()
335 TcgPcrEvent2->EventType = NewEventHdr->EventType; in LogHashEvent()
427 TcgEventHdr.EventType = EV_S_CRTM_VERSION; in MeasureCRTMVersion()
495 TcgEventHdr.EventType = EV_EFI_PLATFORM_FIRMWARE_BLOB; in MeasureFvImage()
710 TcgEvent.EventType = EV_SEPARATOR; in MeasureSeparatorEventWithError()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c360 DEBUG ((EFI_D_INFO, " EventType - 0x%08x\n", EventHdr->EventType)); in DumpEvent()
457 DEBUG ((EFI_D_INFO, " EventType - 0x%08x\n", TcgPcrEvent2->EventType)); in DumpEvent2()
1012 TcgPcrEvent2.EventType = NewEventHdr->EventType; in TcgDxeLogHashEvent()
1024 …sizeof(TcgPcrEvent2.PCRIndex) + sizeof(TcgPcrEvent2.EventType) + GetDigestListBinSize (DigestBuffe… in TcgDxeLogHashEvent()
1151 NewEventHdr.EventType = Event->Header.EventType; in Tcg2HashLogExtendEvent()
1474 FirstPcrEvent.EventType = EV_NO_ACTION; in SetupEventLog()
1636 TcgEvent.EventType = EV_EFI_ACTION; in TcgMeasureAction()
1677 TcgEvent.EventType = EV_TABLE_OF_DEVICES; in MeasureHandoffTables()
1720 TcgEvent.EventType = EV_SEPARATOR; in MeasureSeparatorEvent()
1749 IN TCG_EVENTTYPE EventType, in MeasureVariable() argument
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/TpmMeasurementLibNull/
DTpmMeasurementLibNull.c34 IN UINT32 EventType, in TpmMeasureAndLogData() argument
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DTpmMeasurementLib.h37 IN UINT32 EventType,
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
DModuleObject.py49 self.EventType = ''
53 def SetEventType(self, EventType): argument
54 self.EventType = EventType
57 return self.EventType
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpm2MeasureBootLib/
DDxeTpm2MeasureBootLib.c226 Tcg2Event->Header.EventType = EV_EFI_GPT_EVENT; in Tcg2MeasureGptTable()
330 Tcg2Event->Header.EventType = EV_EFI_BOOT_SERVICES_APPLICATION; in Tcg2MeasurePeImage()
334 Tcg2Event->Header.EventType = EV_EFI_BOOT_SERVICES_DRIVER; in Tcg2MeasurePeImage()
338 Tcg2Event->Header.EventType = EV_EFI_RUNTIME_SERVICES_DRIVER; in Tcg2MeasurePeImage()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
DTcgDxe.c795 TcgEvent.EventType = EV_EFI_ACTION; in TcgMeasureAction()
837 TcgEvent.EventType = EV_TABLE_OF_DEVICES; in MeasureHandoffTables()
879 TcgEvent.EventType = EV_SEPARATOR; in MeasureSeparatorEvent()
963 IN TCG_EVENTTYPE EventType, in MeasureVariable() argument
977 TcgEvent.EventType = EventType; in MeasureVariable()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DTrEEProtocol.h120 TrEE_EVENTTYPE EventType; member
DTcg2Protocol.h133 TCG_EVENTTYPE EventType; member
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DDxeTpmMeasureBootLib.c223 TcgEvent->EventType = EV_EFI_GPT_EVENT; in TcgMeasureGptTable()
352 TcgEvent->EventType = EV_EFI_BOOT_SERVICES_APPLICATION; in TcgMeasurePeImage()
356 TcgEvent->EventType = EV_EFI_BOOT_SERVICES_DRIVER; in TcgMeasurePeImage()
360 TcgEvent->EventType = EV_EFI_RUNTIME_SERVICES_DRIVER; in TcgMeasurePeImage()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEPei/
DTrEEPei.c317 TcgEventHdr.EventType = EV_S_CRTM_VERSION; in MeasureCRTMVersion()
385 TcgEventHdr.EventType = EV_EFI_PLATFORM_FIRMWARE_BLOB; in MeasureFvImage()

12