HomeSort by relevance Sort by last modified time
    Searched refs:AML_OP_REGION_32_8 (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/
Tcg2Smm.h 77 } AML_OP_REGION_32_8;
Tcg2Smm.c 242 AML_OP_REGION_32_8 *OpRegion;
250 for (OpRegion = (AML_OP_REGION_32_8 *) (Table + 1);
251 OpRegion <= (AML_OP_REGION_32_8 *) ((UINT8 *) Table + Table->Length);
252 OpRegion = (AML_OP_REGION_32_8 *) ((UINT8 *) OpRegion + 1)) {
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgSmm/
TcgSmm.h 72 } AML_OP_REGION_32_8;
TcgSmm.c 311 AML_OP_REGION_32_8 *OpRegion;
319 for (OpRegion = (AML_OP_REGION_32_8 *) (Table + 1);
320 OpRegion <= (AML_OP_REGION_32_8 *) ((UINT8 *) Table + Table->Length);
321 OpRegion = (AML_OP_REGION_32_8 *) ((UINT8 *) OpRegion + 1)) {
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEESmm/
TrEESmm.h 72 } AML_OP_REGION_32_8;
TrEESmm.c 307 AML_OP_REGION_32_8 *OpRegion;
315 for (OpRegion = (AML_OP_REGION_32_8 *) (Table + 1);
316 OpRegion <= (AML_OP_REGION_32_8 *) ((UINT8 *) Table + Table->Length);
317 OpRegion = (AML_OP_REGION_32_8 *) ((UINT8 *) OpRegion + 1)) {

Completed in 401 milliseconds