Home | History | Annotate | Download | only in TrEEDxe

Lines Matching refs:Lasa

74   EFI_PHYSICAL_ADDRESS              Lasa;

480 *EventLogLocation = mTcgDxeData.EventLogAreaStruct[Index].Lasa;
604 mTcgDxeData.EventLogAreaStruct[Index].LastEvent = (UINT8*)(UINTN)mTcgDxeData.EventLogAreaStruct[Index].Lasa;
903 EFI_PHYSICAL_ADDRESS Lasa;
913 Lasa = (EFI_PHYSICAL_ADDRESS) (SIZE_4GB - 1);
918 &Lasa
923 mTcgDxeData.EventLogAreaStruct[Index].Lasa = Lasa;
929 SetMem ((VOID *)(UINTN)Lasa, PcdGet32 (PcdTcgLogAreaMinLen), 0xFF);
936 mTcgClientAcpiTemplate.Lasa = mTcgDxeData.EventLogAreaStruct[0].Lasa;
939 mTcgServerAcpiTemplate.Lasa = mTcgDxeData.EventLogAreaStruct[0].Lasa;