===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ipmctl-02.00.00.3825+ds/CMakeLists.txt-381-if(EXISTS "${ROOT}/CMake/internal.cmake")
ipmctl-02.00.00.3825+ds/CMakeLists.txt:382:        include("${ROOT}/CMake/internal.cmake")
ipmctl-02.00.00.3825+ds/CMakeLists.txt-383-endif()
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/common/FwUtility.h-84-  // Additional buffer for potential OS special passthrough
ipmctl-02.00.00.3825+ds/DcpmPkg/common/FwUtility.h:85:  // See use of SubopExtVendorSpecific in PassThru()
ipmctl-02.00.00.3825+ds/DcpmPkg/common/FwUtility.h-86-  UINT8 InputPayload[IN_PAYLOAD_SIZE + IN_PAYLOAD_SIZE_EXT_PAD];
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-1313-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:1314:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-1315-
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-1359-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:1360:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-1361-
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-1409-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:1410:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-1411-  NVDIMM_DBG("FW CMD Status %d", pFwCmd->Status);
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-1458-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:1459:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-1460-  if (EFI_ERROR(ReturnCode)) {
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-1557-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:1558:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-1559-  if (EFI_ERROR(ReturnCode)) {
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-1619-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:1620:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-1621-  if (EFI_ERROR(ReturnCode)) {
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-1676-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:1677:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-1678-  if (EFI_ERROR(ReturnCode)) {
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-1780-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:1781:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-1782-
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-1839-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:1840:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-1841-  if (EFI_ERROR(ReturnCode)) {
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-1897-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:1898:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-1899-  if (EFI_ERROR(ReturnCode)) {
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-2015-    CopyMem_S(pFwCmd->InputPayload, sizeof(pFwCmd->InputPayload), &InputPayload, pFwCmd->InputPayloadSize);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:2016:    ReturnCode = PassThru(pDimm, pFwCmd, PT_LONG_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-2017-    if (EFI_ERROR(ReturnCode)) {
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-2090-#ifdef OS_BUILD
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:2091:  ReturnCode = PassThru(pDimm, pFwCmd, PT_LONG_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-2092-#else
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-2222-#ifdef OS_BUILD
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:2223:      ReturnCode = PassThru(pDimm, pFwCmd, PT_LONG_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-2224-#else
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-2246-#ifdef OS_BUILD
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:2247:    ReturnCode = PassThru(pDimm, pFwCmd, PT_LONG_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-2248-#else
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-2350-  CopyMem_S(pFwCmd->InputPayload, sizeof(pFwCmd->InputPayload), &InputPayload, pFwCmd->InputPayloadSize);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:2351:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-2352-  if (EFI_ERROR(ReturnCode)) {
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-2541-#ifdef OS_BUILD
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:2542:  ReturnCode = PassThru(pDimm, pFwCmd, PT_LONG_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-2543-#else
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-2777-    pFwCmd->OutputPayloadSize = 0;
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:2778:    ReturnCode = PassThru(pDimm, pFwCmd, PT_LONG_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-2779-    if (EFI_ERROR(ReturnCode)) {
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-2913-      pFwCmd->OutputPayloadSize = 0;
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:2914:      ReturnCode = PassThru(pDimm, pFwCmd, PT_LONG_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-2915-      if (EFI_ERROR(ReturnCode)) {
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-2947-#ifdef OS_BUILD
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:2948:    ReturnCode = PassThru(pDimm, pFwCmd, PT_LONG_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-2949-#else
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3013-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:3014:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3015-  if (EFI_ERROR(ReturnCode)) {
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3071-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:3072:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3073-  if (EFI_ERROR(ReturnCode)) {
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3182-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:3183:    ReturnCode = PassThru(pDimm, pFwCmd, PT_UPDATEFW_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3184-
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3282-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:3283:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3284-
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3418-    pInputPayload->LogPageOffset = LogPageOffset;
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:3419:    ReturnCode = PassThru(pDimm, pFwCmd, PT_LONG_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3420-
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3490-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:3491:  ReturnCode = PassThru(pDimm, pFwCmd, PT_LONG_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3492-  if (EFI_ERROR(ReturnCode)) {
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3561-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:3562:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3563-  if (EFI_ERROR(ReturnCode)) {
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3623-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:3624:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3625-  if (EFI_ERROR(ReturnCode)) {
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3697-  CopyMem_S(pFwCmd->InputPayload, sizeof(pFwCmd->InputPayload), &InputPayload, pFwCmd->InputPayloadSize);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:3698:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3699-  if (EFI_ERROR(ReturnCode)) {
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3756-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:3757:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3758-  if (EFI_ERROR(ReturnCode)) {
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3821-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:3822:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3823-  if (EFI_ERROR(ReturnCode)) {
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3886-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:3887:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3888-  if (EFI_ERROR(ReturnCode)) {
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3943-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:3944:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3945-  if (EFI_ERROR(ReturnCode)) {
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3994-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:3995:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-3996-  if (EFI_ERROR(ReturnCode)) {
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-4053-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:4054:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-4055-  *pFwStatus = pFwCmd->Status;
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-5250-        // and we don't need to do any more initialization.
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:5251:        // Also set a bit to indicate to PassThru() that we can't send any
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-5252-        // commands to the DCPMM firmware
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-6639-  pFwCmd->Opcode = PtCustomerFormat;
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:6640:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-6641-
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-6689-  pFwCmd->OutputPayloadSize = sizeof(*pDdrtIoInitInfo);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:6690:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-6691-
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-6752-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:6753:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-6754-  if (EFI_ERROR(ReturnCode)) {
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-6818-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:6819:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-6820-  *pFwStatus = pFwCmd->Status;
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-6874-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:6875:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-6876-
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-6932-  pFwCmd->OutputPayloadSize = sizeof(*pExtendedAdrInfo);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:6933:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-6934-
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-6984-  pFwCmd->OutputPayloadSize = sizeof(*pLastSystemShutdownStateInfo);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:6985:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-6986-
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-7250-    ReturnCode = EFI_DEVICE_ERROR;
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:7251:    NVDIMM_ERR("DCPMM mailbox is not ready. Cancelling PassThru()");
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-7252-    goto Finish;
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-7360-  // for both DDRT and SMBUS
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:7361:  ReturnCode = DefaultPassThru(pDimm, pCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-7362-
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-7423-  pFwCmd->OutputPayloadSize = sizeof(unsigned long long);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c:7424:  ReturnCode = PassThru(pDimm, pFwCmd, PT_TIMEOUT_INTERVAL);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/Dimm.c-7425-  if (EFI_ERROR(ReturnCode)) {
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/NvmSecurity.c-57-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/NvmSecurity.c:58:  ReturnCode = PassThru(pDimm, pPassThruCommand, Timeout);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/NvmSecurity.c-59-  NVDIMM_DBG("PtReturnCode=" FORMAT_EFI_STATUS ", FwReturnCode=%d", ReturnCode, pPassThruCommand->Status);
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/NvmSecurity.c-135-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/NvmSecurity.c:136:  ReturnCode = PassThru(pDimm, pPassThruCommand, Timeout);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Core/NvmSecurity.c-137-  NVDIMM_DBG("PtReturnCode=" FORMAT_EFI_STATUS ", FwReturnCode=%d", ReturnCode, pPassThruCommand->Status);
##############################################
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Protocol/Driver/NvmDimmConfig.c-8182-
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Protocol/Driver/NvmDimmConfig.c:8183:  ReturnCode = PassThru(pDimm, pCmd, Timeout);
ipmctl-02.00.00.3825+ds/DcpmPkg/driver/Protocol/Driver/NvmDimmConfig.c-8184-Finish:
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.c-200-      //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.c:201:      Status = GetIdeRegisterIoAddr (Instance->PciIo, Instance->IdeRegisters);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.c-202-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.c-1925-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.c:1926:  Status = ExtScsiPassThruPassThru (This, Target, Lun, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.c-1927-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.c-2072-      //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.c:2073:      Status = GetIdeRegisterIoAddr (Instance->PciIo, Instance->IdeRegisters);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.c-2074-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.c-927-EFIAPI
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.c:928:GetIdeRegisterIoAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.c-929-  IN     EFI_PCI_IO_PROTOCOL         *PciIo,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.c-2866-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.c:2867:  Status = GetIdeRegisterIoAddr (PciIo, Instance->IdeRegisters);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.c-2868-  if (EFI_ERROR (Status)) {
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.h-171-EFIAPI
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.h:172:GetIdeRegisterIoAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.h-173-  IN     EFI_PCI_IO_PROTOCOL         *PciIo,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.h-233-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.h:234:  @return The return status from EFI_ATA_PASS_THRU_PROTOCOL.PassThru().
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.h-235-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c-98-/**
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c:99:  Wrapper for EFI_ATA_PASS_THRU_PROTOCOL.PassThru().
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c-100-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c:101:  This function wraps the PassThru() invocation for ATA pass through function
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c-102-  for an ATA device. It assembles the ATA pass through command packet for ATA
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c-115-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c:116:  @return The return status from EFI_ATA_PASS_THRU_PROTOCOL.PassThru().
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c-117-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c-176-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c:177:  @return The return status from EFI_ATA_PASS_THRU_PROTOCOL.PassThru().
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c-178-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c-430-  do {
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c:431:    Status = AtaDevicePassThru (AtaDevice, NULL, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c-432-    if (!EFI_ERROR (Status)) {
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c-560-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c:561:  return AtaDevicePassThru (AtaDevice, TaskPacket, Event);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c-562-}
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c-1065-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c:1066:  Status = AtaDevicePassThru (AtaDevice, NULL, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c-1067-  if (TransferLengthOut != NULL) {
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/EhciDxe/EhciReg.h-98-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/EhciDxe/EhciReg.h:99:#define EHC_ADDR(High, QhHw32)   \
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/EhciDxe/EhciReg.h-100-        ((VOID *) (UINTN) (LShiftU64 ((High), 32) | ((QhHw32) & 0xFFFFFFF0)))
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/EhciPei/EhciReg.h-90-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/EhciPei/EhciReg.h:91:#define EHC_ADDR(High, QhHw32)   \
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/EhciPei/EhciReg.h-92-        ((VOID *) (UINTN) (LShiftU64 ((High), 32) | ((QhHw32) & 0xFFFFFFF0)))
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/IdeBusPei/AtapiPeim.c-564-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/IdeBusPei/AtapiPeim.c:565:  IdeEnabledNumber = AtapiBlkIoDev->AtaControllerPpi->GetIdeRegsBaseAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/IdeBusPei/AtapiPeim.c-566-                                                      (EFI_PEI_SERVICES **) GetPeiServicesTablePointer(),
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c-55-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c:56:  Status = SdMmcPassThruPassThru (PassThru, Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c-57-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c-99-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c:100:  Status = SdMmcPassThruPassThru (PassThru, Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c-101-  if (!EFI_ERROR (Status)) {
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c-147-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c:148:  Status = SdMmcPassThruPassThru (PassThru, Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c-149-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c-191-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c:192:  Status = SdMmcPassThruPassThru (PassThru, Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c-193-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c-239-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c:240:  Status = SdMmcPassThruPassThru (PassThru, Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c-241-  if (!EFI_ERROR (Status)) {
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c-288-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c:289:  Status = SdMmcPassThruPassThru (PassThru, Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c-290-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c-334-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c:335:  Status = SdMmcPassThruPassThru (PassThru, Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c-336-  return Status;
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c-383-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c:384:  Status = SdMmcPassThruPassThru (PassThru, Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c-385-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c-428-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c:429:  Status = SdMmcPassThruPassThru (PassThru, Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c-430-  if (!EFI_ERROR (Status)) {
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c-485-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c:486:  Status = SdMmcPassThruPassThru (PassThru, Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c-487-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-50-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c:51:  Status = SdMmcPassThruPassThru (PassThru, Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-52-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-96-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c:97:  Status = SdMmcPassThruPassThru (PassThru, Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-98-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-151-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c:152:  Status = SdMmcPassThruPassThru (PassThru, Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-153-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-207-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c:208:  Status = SdMmcPassThruPassThru (PassThru, Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-209-  if (EFI_ERROR (Status)) {
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-222-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c:223:  Status = SdMmcPassThruPassThru (PassThru, Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-224-  if (!EFI_ERROR (Status)) {
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-269-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c:270:  Status = SdMmcPassThruPassThru (PassThru, Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-271-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-312-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c:313:  Status = SdMmcPassThruPassThru (PassThru, Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-314-  if (!EFI_ERROR (Status)) {
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-363-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c:364:  Status = SdMmcPassThruPassThru (PassThru, Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-365-  if (!EFI_ERROR (Status)) {
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-414-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c:415:  Status = SdMmcPassThruPassThru (PassThru, Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-416-  if (EFI_ERROR (Status)) {
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-426-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c:427:  Status = SdMmcPassThruPassThru (PassThru, Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-428-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-471-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c:472:  Status = SdMmcPassThruPassThru (PassThru, Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-473-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-512-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c:513:  Status = SdMmcPassThruPassThru (PassThru, Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-514-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-558-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c:559:  Status = SdMmcPassThruPassThru (PassThru, Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-560-  if (EFI_ERROR (Status)) {
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-577-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c:578:  Status = SdMmcPassThruPassThru (PassThru, Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-579-  return Status;
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-637-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c:638:  Status = SdMmcPassThruPassThru (PassThru, Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-639-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-682-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c:683:  Status = SdMmcPassThruPassThru (PassThru, Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-684-  if (!EFI_ERROR (Status)) {
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-733-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c:734:  Status = SdMmcPassThruPassThru (PassThru, Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c-735-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.c-893-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.c:894:  The PassThru() function sends the SD command specified by Packet to the SD card
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.c-895-  specified by Slot.
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.h-194-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.h:195:  The PassThru() function sends the SD command specified by Packet to the SD card
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.h-196-  specified by Slot.
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/UhciDxe/UhciQueue.h-40-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/UhciDxe/UhciQueue.h:41:#define UHCI_ADDR(QhOrTd)     ((VOID *) (UINTN) ((QhOrTd) & 0xFFFFFFF0))
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/UhciDxe/UhciQueue.h-42-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/UhciDxe/UhciReg.c-233-VOID
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/UhciDxe/UhciReg.c:234:UhciSetFrameListBaseAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/UhciDxe/UhciReg.c-235-  IN EFI_PCI_IO_PROTOCOL     *PciIo,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/UhciDxe/UhciReg.h-229-VOID
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/UhciDxe/UhciReg.h:230:UhciSetFrameListBaseAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/UhciDxe/UhciReg.h-231-  IN EFI_PCI_IO_PROTOCOL     *PciIo,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c-85-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c:86:  UhciSetFrameListBaseAddr (Uhc->PciIo, (VOID *) (UINTN) MappedAddr);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c-87-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/UsbHcMem.c-225-EFI_PHYSICAL_ADDRESS
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/UsbHcMem.c:226:UsbHcGetPciAddrForHostAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/UsbHcMem.c-227-  IN USBHC_MEM_POOL       *Pool,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/UsbHcMem.c-274-EFI_PHYSICAL_ADDRESS
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/UsbHcMem.c:275:UsbHcGetHostAddrForPciAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/UsbHcMem.c-276-  IN USBHC_MEM_POOL       *Pool,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/UsbHcMem.h-143-EFI_PHYSICAL_ADDRESS
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/UsbHcMem.h:144:UsbHcGetPciAddrForHostAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/UsbHcMem.h-145-  IN USBHC_MEM_POOL       *Pool,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/UsbHcMem.h-160-EFI_PHYSICAL_ADDRESS
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/UsbHcMem.h:161:UsbHcGetHostAddrForPciAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/UsbHcMem.h-162-  IN USBHC_MEM_POOL       *Pool,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c-1838-  Xhc->ExtCapRegBase   = ExtCapReg << 2;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c:1839:  Xhc->UsbLegSupOffset = XhcGetCapabilityAddr (Xhc, XHC_CAP_USB_LEGACY);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c:1840:  Xhc->DebugCapSupOffset = XhcGetCapabilityAddr (Xhc, XHC_CAP_USB_DEBUG);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c-1841-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciReg.c-590-UINT32
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciReg.c:591:XhcGetCapabilityAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciReg.c-592-  IN USB_XHCI_INSTANCE    *Xhc,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciReg.h-577-UINT32
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciReg.h:578:XhcGetCapabilityAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciReg.h-579-  IN USB_XHCI_INSTANCE    *Xhc,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-577-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c:578:  DcbaaPhy = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, Dcbaa, Entries);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-579-  XhcWriteOpReg (Xhc, XHC_DCBAAP_OFFSET, XHC_LOW_32BIT(DcbaaPhy));
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-596-  CmdRing  = (UINT64)(UINTN)Xhc->CmdRing.RingSeg0;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c:597:  CmdRingPhy = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, (VOID *)(UINTN) CmdRing, sizeof (TRB_TEMPLATE) * CMD_RING_TRB_NUMBER);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-598-  ASSERT ((CmdRingPhy & 0x3F) == 0);
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-780-  
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c:781:  DequeuePhy = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, Buf, Size);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-782-  
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-800-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c:801:  ERSTPhy = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, ERSTBase, Size);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-802-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-884-  EndTrb->Type  = TRB_TYPE_LINK;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c:885:  PhyAddr = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, Buf, sizeof (TRB_TEMPLATE) * TrbNum);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-886-  EndTrb->PtrLo = XHC_LOW_32BIT (PhyAddr);
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-1125-    PhyAddr = (EFI_PHYSICAL_ADDRESS)(EvtTrb->TRBPtrLo | LShiftU64 ((UINT64) EvtTrb->TRBPtrHi, 32));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c:1126:    TRBPtr = (TRB_TEMPLATE *)(UINTN) UsbHcGetHostAddrForPciAddr (Xhc->MemPool, (VOID *)(UINTN) PhyAddr, sizeof (TRB_TEMPLATE));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-1127-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-1217-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c:1218:  PhyAddr = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, Xhc->EventRing.EventRingDequeue, sizeof (TRB_TEMPLATE));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-1219-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-2107-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c:2108:  PhyAddr = UsbHcGetPciAddrForHostAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-2109-              Xhc->MemPool,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-2128-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c:2129:  PhyAddr = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, OutputContext, sizeof (DEVICE_CONTEXT));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-2130-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-2143-  ZeroMem (&CmdTrbAddr, sizeof (CmdTrbAddr));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c:2144:  PhyAddr = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, Xhc->UsbDevContext[SlotId].InputContext, sizeof (INPUT_CONTEXT));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-2145-  CmdTrbAddr.PtrLo    = XHC_LOW_32BIT (PhyAddr);
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-2317-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c:2318:  PhyAddr = UsbHcGetPciAddrForHostAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-2319-              Xhc->MemPool,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-2338-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c:2339:  PhyAddr = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, OutputContext, sizeof (DEVICE_CONTEXT_64));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-2340-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-2353-  ZeroMem (&CmdTrbAddr, sizeof (CmdTrbAddr));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c:2354:  PhyAddr = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, Xhc->UsbDevContext[SlotId].InputContext, sizeof (INPUT_CONTEXT_64));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-2355-  CmdTrbAddr.PtrLo    = XHC_LOW_32BIT (PhyAddr);
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-2740-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c:2741:    PhyAddr = UsbHcGetPciAddrForHostAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-2742-                Xhc->MemPool,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-2908-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c:2909:    PhyAddr = UsbHcGetPciAddrForHostAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-2910-                Xhc->MemPool,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-2992-  ZeroMem (&CmdTrbCfgEP, sizeof (CmdTrbCfgEP));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c:2993:  PhyAddr = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, InputContext, sizeof (INPUT_CONTEXT));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-2994-  CmdTrbCfgEP.PtrLo    = XHC_LOW_32BIT (PhyAddr);
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-3082-  ZeroMem (&CmdTrbCfgEP, sizeof (CmdTrbCfgEP));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c:3083:  PhyAddr  = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, InputContext, sizeof (INPUT_CONTEXT_64));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-3084-  CmdTrbCfgEP.PtrLo    = XHC_LOW_32BIT (PhyAddr);
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-3229-  ZeroMem (&CmdSetTRDeq, sizeof (CmdSetTRDeq));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c:3230:  PhyAddr = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, Urb->Ring->RingEnqueue, sizeof (CMD_SET_TR_DEQ_POINTER));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-3231-  CmdSetTRDeq.PtrLo    = XHC_LOW_32BIT (PhyAddr) | Urb->Ring->RingPCS;
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-3425-    ZeroMem (&CmdTrbCfgEP, sizeof (CmdTrbCfgEP));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c:3426:    PhyAddr = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, InputContext, sizeof (INPUT_CONTEXT));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-3427-    CmdTrbCfgEP.PtrLo    = XHC_LOW_32BIT (PhyAddr);
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-3627-    ZeroMem (&CmdTrbCfgEP, sizeof (CmdTrbCfgEP));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c:3628:    PhyAddr = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, InputContext, sizeof (INPUT_CONTEXT_64));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-3629-    CmdTrbCfgEP.PtrLo    = XHC_LOW_32BIT (PhyAddr);
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-3689-  ZeroMem (&CmdTrbEvalu, sizeof (CmdTrbEvalu));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c:3690:  PhyAddr = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, InputContext, sizeof (INPUT_CONTEXT));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-3691-  CmdTrbEvalu.PtrLo    = XHC_LOW_32BIT (PhyAddr);
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-3744-  ZeroMem (&CmdTrbEvalu, sizeof (CmdTrbEvalu));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c:3745:  PhyAddr = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, InputContext, sizeof (INPUT_CONTEXT_64));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-3746-  CmdTrbEvalu.PtrLo    = XHC_LOW_32BIT (PhyAddr);
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-3813-  ZeroMem (&CmdTrbCfgEP, sizeof (CmdTrbCfgEP));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c:3814:  PhyAddr = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, InputContext, sizeof (INPUT_CONTEXT));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-3815-  CmdTrbCfgEP.PtrLo    = XHC_LOW_32BIT (PhyAddr);
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-3881-  ZeroMem (&CmdTrbCfgEP, sizeof (CmdTrbCfgEP));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c:3882:  PhyAddr = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, InputContext, sizeof (INPUT_CONTEXT_64));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c-3883-  CmdTrbCfgEP.PtrLo    = XHC_LOW_32BIT (PhyAddr);
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/UsbHcMem.c-192-EFI_PHYSICAL_ADDRESS
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/UsbHcMem.c:193:UsbHcGetPciAddrForHostAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/UsbHcMem.c-194-  IN USBHC_MEM_POOL     *Pool,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/UsbHcMem.c-241-EFI_PHYSICAL_ADDRESS
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/UsbHcMem.c:242:UsbHcGetHostAddrForPciAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/UsbHcMem.c-243-  IN USBHC_MEM_POOL     *Pool,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/UsbHcMem.h-81-EFI_PHYSICAL_ADDRESS
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/UsbHcMem.h:82:UsbHcGetPciAddrForHostAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/UsbHcMem.h-83-  IN USBHC_MEM_POOL     *Pool,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/UsbHcMem.h-98-EFI_PHYSICAL_ADDRESS
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/UsbHcMem.h:99:UsbHcGetHostAddrForPciAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/UsbHcMem.h-100-  IN USBHC_MEM_POOL     *Pool,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-643-    PhyAddr = (EFI_PHYSICAL_ADDRESS) (EvtTrb->TRBPtrLo | LShiftU64 ((UINT64) EvtTrb->TRBPtrHi, 32));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c:644:    TRBPtr = (TRB_TEMPLATE *) (UINTN) UsbHcGetHostAddrForPciAddr (Xhc->MemPool, (VOID *) (UINTN) PhyAddr, sizeof (TRB_TEMPLATE));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-645-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-733-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c:734:  PhyAddr = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, Xhc->EventRing.EventRingDequeue, sizeof (TRB_TEMPLATE));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-735-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-1166-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c:1167:  PhyAddr = UsbHcGetPciAddrForHostAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-1168-              Xhc->MemPool,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-1187-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c:1188:  PhyAddr = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, OutputContext, sizeof (DEVICE_CONTEXT));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-1189-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-1202-  ZeroMem (&CmdTrbAddr, sizeof (CmdTrbAddr));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c:1203:  PhyAddr = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, Xhc->UsbDevContext[SlotId].InputContext, sizeof (INPUT_CONTEXT));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-1204-  CmdTrbAddr.PtrLo    = XHC_LOW_32BIT (PhyAddr);
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-1377-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c:1378:  PhyAddr = UsbHcGetPciAddrForHostAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-1379-              Xhc->MemPool,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-1398-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c:1399:  PhyAddr = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, OutputContext, sizeof (DEVICE_CONTEXT_64));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-1400-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-1413-  ZeroMem (&CmdTrbAddr, sizeof (CmdTrbAddr));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c:1414:  PhyAddr = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, Xhc->UsbDevContext[SlotId].InputContext, sizeof (INPUT_CONTEXT_64));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-1415-  CmdTrbAddr.PtrLo    = XHC_LOW_32BIT (PhyAddr);
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-1804-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c:1805:      PhyAddr = UsbHcGetPciAddrForHostAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-1806-                  Xhc->MemPool,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-1825-  ZeroMem (&CmdTrbCfgEP, sizeof (CmdTrbCfgEP));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c:1826:  PhyAddr = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, InputContext, sizeof (INPUT_CONTEXT));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-1827-  CmdTrbCfgEP.PtrLo    = XHC_LOW_32BIT (PhyAddr);
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-2007-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c:2008:      PhyAddr = UsbHcGetPciAddrForHostAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-2009-                  Xhc->MemPool,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-2030-  ZeroMem (&CmdTrbCfgEP, sizeof (CmdTrbCfgEP));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c:2031:  PhyAddr  = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, InputContext, sizeof (INPUT_CONTEXT_64));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-2032-  CmdTrbCfgEP.PtrLo    = XHC_LOW_32BIT (PhyAddr);
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-2086-  ZeroMem (&CmdTrbEvalu, sizeof (CmdTrbEvalu));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c:2087:  PhyAddr = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, InputContext, sizeof (INPUT_CONTEXT));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-2088-  CmdTrbEvalu.PtrLo    = XHC_LOW_32BIT (PhyAddr);
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-2140-  ZeroMem (&CmdTrbEvalu, sizeof (CmdTrbEvalu));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c:2141:  PhyAddr = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, InputContext, sizeof (INPUT_CONTEXT_64));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-2142-  CmdTrbEvalu.PtrLo    = XHC_LOW_32BIT (PhyAddr);
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-2208-  ZeroMem (&CmdTrbCfgEP, sizeof (CmdTrbCfgEP));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c:2209:  PhyAddr = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, InputContext, sizeof (INPUT_CONTEXT));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-2210-  CmdTrbCfgEP.PtrLo    = XHC_LOW_32BIT (PhyAddr);
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-2276-  ZeroMem (&CmdTrbCfgEP, sizeof (CmdTrbCfgEP));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c:2277:  PhyAddr = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, InputContext, sizeof (INPUT_CONTEXT_64));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-2278-  CmdTrbCfgEP.PtrLo    = XHC_LOW_32BIT (PhyAddr);
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-2420-  ZeroMem (&CmdSetTRDeq, sizeof (CmdSetTRDeq));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c:2421:  PhyAddr = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, Urb->Ring->RingEnqueue, sizeof (CMD_SET_TR_DEQ_POINTER));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-2422-  CmdSetTRDeq.PtrLo    = XHC_LOW_32BIT (PhyAddr) | Urb->Ring->RingPCS;
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-2580-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c:2581:  DequeuePhy = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, Buf, Size);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-2582-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-2605-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c:2606:  ERSTPhy = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, Buf, Size);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-2607-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-2752-  EndTrb->Type  = TRB_TYPE_LINK;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c:2753:  PhyAddr = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, Buf, sizeof (TRB_TEMPLATE) * TrbNum);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-2754-  EndTrb->PtrLo = XHC_LOW_32BIT (PhyAddr);
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-2874-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c:2875:  DcbaaPhy = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, Dcbaa, Size);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-2876-  XhcPeiWriteOpReg (Xhc, XHC_DCBAAP_OFFSET, XHC_LOW_32BIT (DcbaaPhy));
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-2892-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c:2893:  CmdRingPhy = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, Xhc->CmdRing.RingSeg0, sizeof (TRB_TEMPLATE) * CMD_RING_TRB_NUMBER);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c-2894-  ASSERT ((CmdRingPhy & 0x3F) == 0);
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c-1000-      // If there's no event or the SCSI Device doesn't support NON-BLOCKING,
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c:1001:      // let the 'Event' parameter for PassThru() be NULL.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c-1002-      //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c-1012-        // Signal Event to tell caller to pick up the SCSI IO packet if the
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c:1013:        // PassThru() succeeds.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c-1014-        //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c-97-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c:98:  Status = PassThru->PassThru (PassThru, Device->Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c-99-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c-141-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c:142:  Status = PassThru->PassThru (PassThru, Device->Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c-143-  if (!EFI_ERROR (Status)) {
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c-190-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c:191:  Status = PassThru->PassThru (PassThru, Device->Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c-192-  if (!EFI_ERROR (Status)) {
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c-242-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c:243:  Status = PassThru->PassThru (PassThru, Device->Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c-244-  if (!EFI_ERROR (Status)) {
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c-293-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c:294:  Status = PassThru->PassThru (PassThru, Device->Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c-295-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c-375-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c:376:  Status = PassThru->PassThru (PassThru, Device->Slot, &SetExtCsdReq->Packet, SetExtCsdReq->Event);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c-377-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c-477-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c:478:  Status = PassThru->PassThru (PassThru, Device->Slot, &SetBlkCntReq->Packet, SetBlkCntReq->Event);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c-479-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c-610-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c:611:  Status = PassThru->PassThru (PassThru, Device->Slot, &ProtocolReq->Packet, ProtocolReq->Event);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c-612-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c-744-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c:745:  Status = PassThru->PassThru (PassThru, Device->Slot, &RwMultiBlkReq->Packet, RwMultiBlkReq->Event);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c-746-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c-1666-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c:1667:  Status = PassThru->PassThru (PassThru, Device->Slot, &EraseBlockStart->Packet, EraseBlockStart->Event);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c-1668-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c-1773-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c:1774:  Status = PassThru->PassThru (PassThru, Device->Slot, &EraseBlockEnd->Packet, EraseBlockEnd->Event);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c-1775-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c-1872-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c:1873:  Status = PassThru->PassThru (PassThru, Device->Slot, &EraseBlock->Packet, EraseBlock->Event);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c-1874-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c-92-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c:93:  Status = PassThru->PassThru (PassThru, Device->Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c-94-  if (!EFI_ERROR (Status)) {
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c-140-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c:141:  Status = PassThru->PassThru (PassThru, Device->Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c-142-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c-184-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c:185:  Status = PassThru->PassThru (PassThru, Device->Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c-186-  if (!EFI_ERROR (Status)) {
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c-232-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c:233:  Status = PassThru->PassThru (PassThru, Device->Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c-234-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c-285-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c:286:  Status = PassThru->PassThru (PassThru, Device->Slot, &Packet, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c-287-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c-396-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c:397:  Status = PassThru->PassThru (PassThru, Device->Slot, &RwSingleBlkReq->Packet, RwSingleBlkReq->Event);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c-398-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c-528-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c:529:  Status = PassThru->PassThru (PassThru, Device->Slot, &RwMultiBlkReq->Packet, RwMultiBlkReq->Event);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c-530-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c-1052-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c:1053:  Status = PassThru->PassThru (PassThru, Device->Slot, &EraseBlockStart->Packet, EraseBlockStart->Event);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c-1054-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c-1156-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c:1157:  Status = PassThru->PassThru (PassThru, Device->Slot, &EraseBlockEnd->Packet, EraseBlockEnd->Event);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c-1158-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c-1252-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c:1253:  Status = PassThru->PassThru (PassThru, Device->Slot, &EraseBlock->Packet, EraseBlock->Event);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c-1254-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBus.c-238-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBus.c:239:  if ((USB_ENDPOINT_ADDR (Endpoint) == 0) || (USB_ENDPOINT_ADDR(Endpoint) > 15) ||
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBus.c-240-      (UsbStatus == NULL)) {
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBus.c-332-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBus.c:333:  if ((USB_ENDPOINT_ADDR (Endpoint) == 0) || (USB_ENDPOINT_ADDR(Endpoint) > 15) ||
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBus.c-334-      (UsbStatus == NULL)) {
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBus.c-412-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBus.c:413:  if ((USB_ENDPOINT_ADDR (Endpoint) == 0) || (USB_ENDPOINT_ADDR (Endpoint) > 15)) {
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBus.c-414-    return EFI_INVALID_PARAMETER;
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbHub.h-20-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbHub.h:21:#define USB_ENDPOINT_ADDR(EpAddr) ((EpAddr) & 0x7F)
ipmctl-02.00.00.3825+ds/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbHub.h-22-#define USB_ENDPOINT_TYPE(Desc)   ((Desc)->Attributes & USB_ENDPOINT_TYPE_MASK)
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Include/Library/NetLib.h-463-EFIAPI
ipmctl-02.00.00.3825+ds/MdeModulePkg/Include/Library/NetLib.h:464:NetIp6IsUnspecifiedAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Include/Library/NetLib.h-465-  IN EFI_IPv6_ADDRESS       *Ip6
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Include/Library/NetLib.h-478-EFIAPI
ipmctl-02.00.00.3825+ds/MdeModulePkg/Include/Library/NetLib.h:479:NetIp6IsLinkLocalAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Include/Library/NetLib.h-480-  IN EFI_IPv6_ADDRESS *Ip6
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Include/Ppi/AtaController.h-100-  It may ignore ChannelMask setting to enable or disable IDE and SATA channels based on the platform policy. 
ipmctl-02.00.00.3825+ds/MdeModulePkg/Include/Ppi/AtaController.h:101:  The number of the enabled channels will be returned by GET_IDE_REGS_BASE_ADDR() function. 
ipmctl-02.00.00.3825+ds/MdeModulePkg/Include/Ppi/AtaController.h-102-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Include/Protocol/EbcSimpleDebugger.h-117-  EBC_DEBUGGER_SIGNAL_EXCEPTION SignalException;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Include/Protocol/EbcSimpleDebugger.h:118:  EBC_DEBUGGER_DASM             Dasm;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Include/Protocol/EbcSimpleDebugger.h-119-  EBC_DEBUGGER_CONFIGURE        Configure;
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Include/Protocol/EbcVmTest.h-141-  @param[in]  This              A pointer to the EFI_EBC_VM_TEST_PROTOCOL structure.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Include/Protocol/EbcVmTest.h:142:  @param[in]  AsmText           A pointer to EBC ASM text code.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Include/Protocol/EbcVmTest.h-143-  @param[out] Buffer            Buffer to store the instruction.
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Include/Protocol/EbcVmTest.h-162-  @param[in]  This              A pointer to the EFI_EBC_VM_TEST_PROTOCOL structure.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Include/Protocol/EbcVmTest.h:163:  @param[out] AsmText           Contain the disasm text.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Include/Protocol/EbcVmTest.h-164-  @param[out] Buffer            Buffer to store the instruction.
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Include/Protocol/EbcVmTest.h-184-  EBC_VM_TEST_EXECUTE Execute;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Include/Protocol/EbcVmTest.h:185:  EBC_VM_TEST_ASM     Assemble;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Include/Protocol/EbcVmTest.h:186:  EBC_VM_TEST_DASM    Disassemble;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Include/Protocol/EbcVmTest.h-187-};
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Library/DxeNetLib/DxeNetLib.c-720-EFIAPI
ipmctl-02.00.00.3825+ds/MdeModulePkg/Library/DxeNetLib/DxeNetLib.c:721:NetIp6IsUnspecifiedAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Library/DxeNetLib/DxeNetLib.c-722-  IN EFI_IPv6_ADDRESS       *Ip6
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Library/DxeNetLib/DxeNetLib.c-746-EFIAPI
ipmctl-02.00.00.3825+ds/MdeModulePkg/Library/DxeNetLib/DxeNetLib.c:747:NetIp6IsLinkLocalAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Library/DxeNetLib/DxeNetLib.c-748-  IN EFI_IPv6_ADDRESS *Ip6
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/lzma-sdk.txt-115-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/lzma-sdk.txt:116:Asm/ - asm files (optimized code for CRC calculation and Intel-AES encryption)
ipmctl-02.00.00.3825+ds/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/lzma-sdk.txt-117-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/lzma-sdk.txt-181-Note: 
ipmctl-02.00.00.3825+ds/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/lzma-sdk.txt:182:  Asm / C / C++ source code of LZMA SDK is part of 7-Zip's source code.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/lzma-sdk.txt-183-  7-Zip's source code can be downloaded from 7-Zip's SourceForge page:
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiGenFromFv.c-109-  @param Length                 The length of FFS.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiGenFromFv.c:110:  @param Offset                 Pointer to pointer to the Addr (Offset).
ipmctl-02.00.00.3825+ds/MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiGenFromFv.c:111:  @param NumOfMatchingOffset    The number of Addr (Offset).
ipmctl-02.00.00.3825+ds/MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiGenFromFv.c-112-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/ScriptExecute.h-51-/**
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/ScriptExecute.h:52:  a ASM function to transfer control to OS.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/ScriptExecute.h-53-  
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/ScriptExecute.h-62-/**
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/ScriptExecute.h:63:  a 32bit ASM function to transfer control to OS.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/ScriptExecute.h-64-  
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/ScriptExecute.h-73-/**
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/ScriptExecute.h:74:  a 16bit ASM function to transfer control to OS.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/ScriptExecute.h-75-**/
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64/S3Asm.S-27-    movw  %cx, %bx
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64/S3Asm.S:28:    movl  %ebx, jmp_addr(%rip) 
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64/S3Asm.S-29-    lret
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/BdsDxe/BdsEntry.c-668-    if (EFI_ERROR (Status)) {
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/BdsDxe/BdsEntry.c:669:      DEBUG ((EFI_D_ERROR, "[Bds] PerfDataMemAddr (%08x) cannot be saved to NV storage.\n", AcpiLowMemoryBase));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/BdsDxe/BdsEntry.c-670-    }
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/CapsulePei/Common/CapsuleCoalesce.c-35-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/CapsulePei/Common/CapsuleCoalesce.c:36:#define MIN_COALESCE_ADDR                     (1024 * 1024)
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/CapsulePei/Common/CapsuleCoalesce.c-37-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/AArch64/EbcSupport.c-426-  code or a thunk to another piece of EBC code.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/AArch64/EbcSupport.c:427:  If the callee is common native code, use EbcLLCAllEXASM to manipulate,
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/AArch64/EbcSupport.c-428-  otherwise, set the VM->IP to target EBC code directly to avoid another VM
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/Edb.c-520-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/Edb.c:521:  EdbShowDisasm (&mDebuggerPrivate, SystemContext);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/Edb.c-522-  // EFI_BREAKPOINT ();
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdScope.c-61-  EDBPrint (L"Scope: 0x%x\n", DebuggerPrivate->InstructionScope);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdScope.c:62:  EdbShowDisasm (DebuggerPrivate, SystemContext);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdScope.c-63-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdScope.c-90-  if (CommandArg == NULL) {
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdScope.c:91:    EdbShowDisasm (DebuggerPrivate, SystemContext);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdScope.c-92-  } else {
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdScope.c-97-    EDBPrint (L"List Number: %d\n", DebuggerPrivate->InstructionNumber);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdScope.c:98:    EdbShowDisasm (DebuggerPrivate, SystemContext);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdScope.c-99-  }
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdSymbol.c-660-    DebuggerPrivate->DebuggerSymbolContext.DisplaySymbol = !DebuggerPrivate->DebuggerSymbolContext.DisplaySymbol;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdSymbol.c:661:    EdbShowDisasm (DebuggerPrivate, SystemContext);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdSymbol.c-662-  } else if (StriCmp (CommandArg, L"on") == 0) {
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdSymbol.c-663-    DebuggerPrivate->DebuggerSymbolContext.DisplaySymbol = TRUE;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdSymbol.c:664:    EdbShowDisasm (DebuggerPrivate, SystemContext);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdSymbol.c-665-  } else if (StriCmp (CommandArg, L"off") == 0) {
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdSymbol.c-666-    DebuggerPrivate->DebuggerSymbolContext.DisplaySymbol = FALSE;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdSymbol.c:667:    EdbShowDisasm (DebuggerPrivate, SystemContext);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdSymbol.c-668-  } else {
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdSymbol.c-855-    DebuggerPrivate->DebuggerSymbolContext.DisplayCodeOnly = !DebuggerPrivate->DebuggerSymbolContext.DisplayCodeOnly;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdSymbol.c:856:    EdbShowDisasm (DebuggerPrivate, SystemContext);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdSymbol.c-857-  } else if (StriCmp (CommandArg, L"on") == 0) {
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdSymbol.c-858-    DebuggerPrivate->DebuggerSymbolContext.DisplayCodeOnly = TRUE;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdSymbol.c:859:    EdbShowDisasm (DebuggerPrivate, SystemContext);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdSymbol.c-860-  } else if (StriCmp (CommandArg, L"off") == 0) {
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdSymbol.c-861-    DebuggerPrivate->DebuggerSymbolContext.DisplayCodeOnly = FALSE;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdSymbol.c:862:    EdbShowDisasm (DebuggerPrivate, SystemContext);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdSymbol.c-863-  } else {
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-17-//
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:18:// Debugger Disasm definition
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-19-//
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-50-//
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:51:// Debugger Disasm Table
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-52-//
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-115-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:116:  Disasm instruction - BREAK.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-117-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-138-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:139:  // Construct Disasm String
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-140-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-156-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:157:  Disasm instruction - JMP.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-158-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-185-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:186:  // Construct Disasm String
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-187-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-234-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:235:  Disasm instruction - JMP8.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-236-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-256-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:257:  // Construct Disasm String
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-258-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-280-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:281:  Disasm instruction - CALL.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-282-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-313-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:314:  // Construct Disasm String
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-315-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-384-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:385:  Disasm instruction - RET.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-386-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-407-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:408:  // Construct Disasm String
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-409-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-422-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:423:  Disasm instruction - CMP.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-424-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-462-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:463:  // Construct Disasm String
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-464-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-514-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:515:  Disasm instruction - Unsigned Data Manipulate.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-516-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-561-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:562:  // Construct Disasm String
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-563-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-632-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:633:  Disasm instruction - Signed Data Manipulate,
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-634-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-674-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:675:  // Construct Disasm String
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-676-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-730-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:731:  Disasm instruction - MOVxx.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-732-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-798-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:799:  // Construct Disasm String
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-800-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-883-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:884:  Disasm instruction - MOVsnw.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-885-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-917-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:918:  // Construct Disasm String
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-919-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-953-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:954:  Disasm instruction - MOVsnd.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-955-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-987-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:988:  // Construct Disasm String
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-989-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1023-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:1024:  Disasm instruction - LOADSP.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1025-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1046-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:1047:  // Construct Disasm String
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1048-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1065-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:1066:  Disasm instruction - STORESP.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1067-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1088-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:1089:  // Construct Disasm String
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1090-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1108-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:1109:  Disasm instruction - PUSH.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1110-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1140-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:1141:  // Construct Disasm String
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1142-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1172-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:1173:  Disasm instruction - POP.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1174-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1204-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:1205:  // Construct Disasm String
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1206-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1236-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:1237:  Disasm instruction - CMPI.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1238-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1286-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:1287:  // Construct Disasm String
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1288-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1347-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:1348:  Disasm instruction - PUSHn.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1349-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1379-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:1380:  // Construct Disasm String
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1381-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1406-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:1407:  Disasm instruction - POPn.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1408-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1438-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:1439:  // Construct Disasm String
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1440-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1465-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:1466:  Disasm instruction - MOVI.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1467-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1507-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:1508:  // Construct Disasm String
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1509-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1573-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:1574:  Disasm instruction - MOVIn.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1575-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1615-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:1616:  // Construct Disasm String
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1617-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1667-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:1668:  Disasm instruction - MOVREL.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1669-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1714-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c:1715:  // Construct Disasm String
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c-1716-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.c-1100-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.c:1101:  Print the EBC asm code.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.c-1102-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.c-1105-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.c:1106:  @retval EFI_SUCCESS - show disasm successfully
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.c-1107-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.c-1109-EFI_STATUS
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.c:1110:EdbShowDisasm (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.c-1111-  IN     EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h-542-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h:543:  Print the EBC asm code.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h-544-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h-547-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h:548:  @retval EFI_SUCCESS - show disasm successfully
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h-549-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h-551-EFI_STATUS
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h:552:EdbShowDisasm (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h-553-  IN     EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c-424-UINTN
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c:425:ConvertStackAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c-426-  IN VM_CONTEXT    *VmPtr,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c-1746-          ) {
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c:1747:        Data64 = (UINT64) ConvertStackAddr (VmPtr, (UINTN) (INT64) Data64);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c-1748-      }
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c-4656-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c:4657:  Addr            = ConvertStackAddr (VmPtr, Addr);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c-4658-  *(UINT8 *) Addr = Data;
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c-4696-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c:4697:  Addr = ConvertStackAddr (VmPtr, Addr);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c-4698-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c-4759-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c:4760:  Addr = ConvertStackAddr (VmPtr, Addr);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c-4761-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c-4822-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c:4823:  Addr = ConvertStackAddr (VmPtr, Addr);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c-4824-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c-4888-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c:4889:  Addr = ConvertStackAddr (VmPtr, Addr);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c-4890-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c-5189-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c:5190:  Addr = ConvertStackAddr (VmPtr, Addr);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c-5191-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c-5214-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c:5215:  Addr = ConvertStackAddr (VmPtr, Addr);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c-5216-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c-5247-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c:5248:  Addr = ConvertStackAddr (VmPtr, Addr);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c-5249-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c-5283-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c:5284:  Addr = ConvertStackAddr (VmPtr, Addr);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c-5285-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c-5321-UINTN
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c:5322:ConvertStackAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c-5323-  IN VM_CONTEXT    *VmPtr,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c-5353-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c:5354:  Addr = ConvertStackAddr (VmPtr, Addr);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcExecute.c-5355-  //
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcInt.h-145-  code or a thunk to another piece of EBC code.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcInt.h:146:  If the callee is common native code, use EbcLLCAllEXASM to manipulate,
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/EbcInt.h-147-  otherwise, set the VM->IP to target EBC code directly to avoid another VM
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/Ia32/EbcSupport.c-97-  code or a thunk to another piece of EBC code.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/Ia32/EbcSupport.c:98:  If the callee is common native code, use EbcLLCAllEXASM to manipulate,
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/Ia32/EbcSupport.c-99-  otherwise, set the VM->IP to target EBC code directly to avoid another VM
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/Ipf/EbcSupport.c-790-  code or a thunk to another piece of EBC code.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/Ipf/EbcSupport.c:791:  If the callee is common native code, use EbcLLCAllEXASM to manipulate,
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/Ipf/EbcSupport.c-792-  otherwise, set the VM->IP to target EBC code directly to avoid another VM
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/X64/EbcSupport.c-495-  code or a thunk to another piece of EBC code.
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/X64/EbcSupport.c:496:  If the callee is common native code, use EbcLLCAllEXASM to manipulate,
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/EbcDxe/X64/EbcSupport.c-497-  otherwise, set the VM->IP to target EBC code directly to avoid another VM
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/IScsiDxe/IScsiIbft.c-171-VOID
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/IScsiDxe/IScsiIbft.c:172:IScsiMapV4ToV6Addr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/IScsiDxe/IScsiIbft.c-173-  IN  EFI_IPv4_ADDRESS *V4,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/IScsiDxe/IScsiIbft.c-320-    //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/IScsiDxe/IScsiIbft.c:321:    IScsiMapV4ToV6Addr (&SessionConfigData->NvData.LocalIp, &Nic->Ip);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/IScsiDxe/IScsiIbft.c:322:    IScsiMapV4ToV6Addr (&SessionConfigData->NvData.Gateway, &Nic->Gateway);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/IScsiDxe/IScsiIbft.c:323:    IScsiMapV4ToV6Addr (&SessionConfigData->PrimaryDns, &Nic->PrimaryDns);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/IScsiDxe/IScsiIbft.c:324:    IScsiMapV4ToV6Addr (&SessionConfigData->SecondaryDns, &Nic->SecondaryDns);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/IScsiDxe/IScsiIbft.c:325:    IScsiMapV4ToV6Addr (&SessionConfigData->DhcpServer, &Nic->DhcpServer);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/IScsiDxe/IScsiIbft.c-326-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/IScsiDxe/IScsiIbft.c-361-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/IScsiDxe/IScsiIbft.c:362:    IScsiMapV4ToV6Addr (&SessionConfigData->NvData.TargetIp, &Target->Ip);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/IScsiDxe/IScsiIbft.c-363-    CopyMem (Target->BootLun, SessionConfigData->NvData.BootLun, sizeof (Target->BootLun));
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Impl.c-475-EFI_STATUS
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Impl.c:476:Ip4Config2SetDefaultAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Impl.c-477-  IN IP4_SERVICE            *IpSb,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Impl.c-618-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Impl.c:619:  Status = Ip4Config2SetDefaultAddr (IpSb, StationAddress, SubnetMask);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Impl.c-620-  if (EFI_ERROR (Status)) {
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Impl.c-1287-  IpSb->Reconfig = TRUE;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Impl.c:1288:  Status = Ip4Config2SetDefaultAddr (IpSb, StationAddress, SubnetMask);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Impl.c-1289-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Igmp.c-600-INTN
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Igmp.c:601:Ip4RemoveGroupAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Igmp.c-602-  IN OUT IP4_ADDR               *Groups,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Igmp.h-183-INTN
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Igmp.h:184:Ip4RemoveGroupAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Igmp.h-185-  IN OUT IP4_ADDR               *Groups,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c-1039-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c:1040:      Ip4RemoveGroupAddr (IpInstance->Groups, IpInstance->GroupCount, Group);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c-1041-      IpInstance->GroupCount--;
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Snp.c-631-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Snp.c:632:  Status = PxeGetStnAddr (Snp);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Snp.c-633-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Snp.c-634-  if (Status != EFI_SUCCESS) {
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Snp.c:635:    DEBUG ((EFI_D_ERROR, "\nSnp->undi.get_station_addr() failed.\n"));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Snp.c-636-    PxeShutdown (Snp);
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Snp.h-239-EFI_STATUS
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Snp.h:240:PxeGetStnAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Snp.h-241-  SNP_DRIVER *Snp
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c-28-EFI_STATUS
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c:29:PxeGetStnAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c-30-  SNP_DRIVER *Snp
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c-52-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c:53:  DEBUG ((EFI_D_NET, "\nsnp->undi.station_addr()  "));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c-54-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c-59-      (EFI_D_ERROR,
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c:60:      "\nsnp->undi.station_addr()  %xh:%xh\n",
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c-61-      Snp->Cdb.StatFlags,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c-102-EFI_STATUS
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c:103:PxeSetStnAddr (
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c-104-  SNP_DRIVER      *Snp,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c-140-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c:141:  DEBUG ((EFI_D_NET, "\nsnp->undi.station_addr()  "));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c-142-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c-147-      (EFI_D_ERROR,
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c:148:      "\nsnp->undi.station_addr()  %xh:%xh\n",
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c-149-      Snp->Cdb.StatFlags,
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c-160-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c:161:  PxeGetStnAddr (Snp);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c-162-
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c-239-  if (Reset) {
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c:240:    Status = PxeSetStnAddr (Snp, NULL);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c-241-  } else {
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c:242:    Status = PxeSetStnAddr (Snp, New);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c-243-  }
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcDhcp.c-328-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcDhcp.c:329:  // Use siaddr(next server) in DHCPOFFER packet header, if zero, use option 54(server identifier)
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcDhcp.c-330-  // in DHCPOFFER packet.
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcImpl.c-2686-  //
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcImpl.c:2687:  // Use siaddr(next server) in DHCPOFFER packet header, if zero, use option 54(server identifier)
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcImpl.c-2688-  // in DHCPOFFER packet.
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-222-static int
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:223:add_rel_addr(regex_t* reg, int addr)
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-224-{
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-231-static int
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:232:add_abs_addr(regex_t* reg, int addr)
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-233-{
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-274-static int
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:275:add_opcode_rel_addr(regex_t* reg, int opcode, int addr)
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-276-{
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-280-  if (r) return r;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:281:  r = add_rel_addr(reg, addr);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-282-  return r;
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-404-  if (r) return r;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:405:  r = add_abs_addr(reg, 0 /*dummy addr.*/);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-406-  return r;
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-696-  if (r) return r;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:697:  r = add_rel_addr(reg, target_len + SIZE_OP_REPEAT_INC);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-698-  if (r) return r;
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-871-      if (qn->lower == 1) {
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:872:	r = add_opcode_rel_addr(reg, OP_JUMP,
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-873-			(CKN_ON ? SIZE_OP_STATE_CHECK_PUSH : SIZE_OP_PUSH));
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-881-	if (r) return r;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:882:	r = add_rel_addr(reg, mod_tlen + SIZE_OP_JUMP);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-883-      }
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-884-      else {
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:885:	r = add_opcode_rel_addr(reg, OP_PUSH, mod_tlen + SIZE_OP_JUMP);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-886-      }
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-889-      if (r) return r;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:890:      r = add_opcode_rel_addr(reg, OP_JUMP,
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-891-	      -(mod_tlen + (int )SIZE_OP_JUMP
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-895-      if (qn->lower == 0) {
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:896:	r = add_opcode_rel_addr(reg, OP_JUMP, mod_tlen);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-897-	if (r) return r;
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-905-	if (r) return r;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:906:	r = add_rel_addr(reg,
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-907-		 -(mod_tlen + (int )SIZE_OP_STATE_CHECK_PUSH_OR_JUMP));
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-909-      else
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:910:	r = add_opcode_rel_addr(reg, OP_PUSH, -(mod_tlen + (int )SIZE_OP_PUSH));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-911-    }
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-914-    if (qn->is_refered != 0) { /* /(?<n>..){0}/ */
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:915:      r = add_opcode_rel_addr(reg, OP_JUMP, tlen);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-916-      if (r) return r;
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-928-	if (r) return r;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:929:	r = add_rel_addr(reg, tlen);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-930-      }
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-931-      else {
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:932:	r = add_opcode_rel_addr(reg, OP_PUSH, tlen);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-933-      }
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-944-      if (r) return r;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:945:      r = add_rel_addr(reg, SIZE_OP_JUMP);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-946-    }
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-947-    else {
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:948:      r = add_opcode_rel_addr(reg, OP_PUSH, SIZE_OP_JUMP);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-949-    }
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-951-    if (r) return r;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:952:    r = add_opcode_rel_addr(reg, OP_JUMP, tlen);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-953-    if (r) return r;
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1073-	if (IS_NOT_NULL(qn->head_exact))
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:1074:	  r = add_opcode_rel_addr(reg, OP_JUMP, SIZE_OP_PUSH_OR_JUMP_EXACT1);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1075-	else if (IS_NOT_NULL(qn->next_head_exact))
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:1076:	  r = add_opcode_rel_addr(reg, OP_JUMP, SIZE_OP_PUSH_IF_PEEK_NEXT);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1077-	else
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:1078:	  r = add_opcode_rel_addr(reg, OP_JUMP, SIZE_OP_PUSH);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1079-      }
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1080-      else {
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:1081:	r = add_opcode_rel_addr(reg, OP_JUMP, SIZE_OP_JUMP);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1082-      }
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1091-      if (IS_NOT_NULL(qn->head_exact)) {
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:1092:	r = add_opcode_rel_addr(reg, OP_PUSH_OR_JUMP_EXACT1,
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1093-			     mod_tlen + SIZE_OP_JUMP);
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1097-	if (r) return r;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:1098:	r = add_opcode_rel_addr(reg, OP_JUMP,
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1099-	-(mod_tlen + (int )SIZE_OP_JUMP + (int )SIZE_OP_PUSH_OR_JUMP_EXACT1));
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1101-      else if (IS_NOT_NULL(qn->next_head_exact)) {
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:1102:	r = add_opcode_rel_addr(reg, OP_PUSH_IF_PEEK_NEXT,
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1103-				mod_tlen + SIZE_OP_JUMP);
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1107-	if (r) return r;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:1108:	r = add_opcode_rel_addr(reg, OP_JUMP,
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1109-          -(mod_tlen + (int )SIZE_OP_JUMP + (int )SIZE_OP_PUSH_IF_PEEK_NEXT));
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1111-      else {
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:1112:	r = add_opcode_rel_addr(reg, OP_PUSH, mod_tlen + SIZE_OP_JUMP);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1113-	if (r) return r;
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1115-	if (r) return r;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:1116:	r = add_opcode_rel_addr(reg, OP_JUMP,
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1117-		     -(mod_tlen + (int )SIZE_OP_JUMP + (int )SIZE_OP_PUSH));
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1120-    else {
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:1121:      r = add_opcode_rel_addr(reg, OP_JUMP, mod_tlen);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1122-      if (r) return r;
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1124-      if (r) return r;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:1125:      r = add_opcode_rel_addr(reg, OP_PUSH, -(mod_tlen + (int )SIZE_OP_PUSH));
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1126-    }
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1128-  else if (qn->upper == 0 && qn->is_refered != 0) { /* /(?<n>..){0}/ */
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:1129:    r = add_opcode_rel_addr(reg, OP_JUMP, tlen);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1130-    if (r) return r;
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1141-    for (i = 0; i < n; i++) {
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:1142:      r = add_opcode_rel_addr(reg, OP_PUSH,
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1143-			   (n - i) * tlen + (n - i - 1) * SIZE_OP_PUSH);
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1149-  else if (!qn->greedy && qn->upper == 1 && qn->lower == 0) { /* '??' */
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:1150:    r = add_opcode_rel_addr(reg, OP_PUSH, SIZE_OP_JUMP);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1151-    if (r) return r;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:1152:    r = add_opcode_rel_addr(reg, OP_JUMP, tlen);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1153-    if (r) return r;
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1296-      node->state |= NST_ADDR_FIXED;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:1297:      r = add_abs_addr(reg, (int )node->call_addr);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1298-      if (r) return r;
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1307-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:1308:      r = add_opcode_rel_addr(reg, OP_JUMP, len);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1309-      if (r) return r;
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1355-
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:1356:      r = add_opcode_rel_addr(reg, OP_PUSH, len + SIZE_OP_POP + SIZE_OP_JUMP);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1357-      if (r) return r;
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1361-      if (r) return r;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:1362:      r = add_opcode_rel_addr(reg, OP_JUMP,
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1363-	 -((int )SIZE_OP_PUSH + len + (int )SIZE_OP_POP + (int )SIZE_OP_JUMP));
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1445-    if (len < 0) return len;
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:1446:    r = add_opcode_rel_addr(reg, OP_PUSH_POS_NOT, len + SIZE_OP_FAIL_POS);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1447-    if (r) return r;
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1473-      len = compile_length_tree(node->target, reg);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:1474:      r = add_opcode_rel_addr(reg, OP_PUSH_LOOK_BEHIND_NOT,
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1475-			   len + SIZE_OP_FAIL_LOOK_BEHIND_NOT);
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1619-	if (IS_NOT_NULL(NCDR(node))) {
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:1620:	  r = add_opcode_rel_addr(reg, OP_PUSH, len + SIZE_OP_JUMP);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1621-	  if (r) break;
##############################################
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1626-	  len = pos - (reg->used + SIZE_OP_JUMP);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c:1627:	  r = add_opcode_rel_addr(reg, OP_JUMP, len);
ipmctl-02.00.00.3825+ds/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c-1628-	  if (r) break;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Include/Protocol/SdMmcPassThru.h-72-
ipmctl-02.00.00.3825+ds/MdePkg/Include/Protocol/SdMmcPassThru.h:73:  The PassThru() function sends the SD command specified by Packet to the SD card
ipmctl-02.00.00.3825+ds/MdePkg/Include/Protocol/SdMmcPassThru.h-74-  specified by Slot.
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf-3-#
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf:4:#  CPU Library implemented using ASM functions for IA-32 and X64,
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf-5-#  PAL CALLs for IPF, and empty functions for EBC.
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf-39-  Ia32/CpuSleep.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf:40:  Ia32/CpuSleep.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf-41-  Ia32/CpuFlushTlb.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf:42:  Ia32/CpuFlushTlb.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf-43-
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf-48-  X64/CpuFlushTlb.nasm
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf:49:  X64/CpuFlushTlb.asm 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf-50-  X64/CpuSleep.nasm
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf-65-[Sources.ARM]
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf:66:  Arm/CpuFlushTlb.asm | RVCT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf:67:  Arm/CpuSleep.asm    | RVCT  
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf-68-  Arm/CpuFlushTlb.S   | GCC
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseCpuLib/BaseCpuLib.uni-3-//
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseCpuLib/BaseCpuLib.uni:4:// CPU Library implemented using ASM functions for IA-32 and X64,
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseCpuLib/BaseCpuLib.uni-5-// PAL CALLs for IPF, and empty functions for EBC.
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseCpuLib/BaseCpuLib.uni-22-
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseCpuLib/BaseCpuLib.uni:23:#string STR_MODULE_DESCRIPTION          #language en-US "CPU Library implemented using ASM functions for IA-32 and X64, PAL CALLs for IPF, and empty functions for EBC."
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseCpuLib/BaseCpuLib.uni-24-
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.c-28-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.c:29:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.c-30-    mov     eax, cr3
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.c-29-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.c:30:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.c-31-    hlt
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseIoLibIntrinsic/IoLibIcc.c-39-
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseIoLibIntrinsic/IoLibIcc.c:40:  __asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseIoLibIntrinsic/IoLibIcc.c-41-    mov dx, word ptr [Port]
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseIoLibIntrinsic/IoLibIcc.c-70-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseIoLibIntrinsic/IoLibIcc.c:71:  __asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseIoLibIntrinsic/IoLibIcc.c-72-    mov al, byte ptr [Value]
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseIoLibIntrinsic/IoLibIcc.c-103-
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseIoLibIntrinsic/IoLibIcc.c:104:  __asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseIoLibIntrinsic/IoLibIcc.c-105-    mov dx, word ptr [Port]
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseIoLibIntrinsic/IoLibIcc.c-137-
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseIoLibIntrinsic/IoLibIcc.c:138:  __asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseIoLibIntrinsic/IoLibIcc.c-139-    mov ax, word ptr [Value]
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseIoLibIntrinsic/IoLibIcc.c-171-
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseIoLibIntrinsic/IoLibIcc.c:172:  __asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseIoLibIntrinsic/IoLibIcc.c-173-    mov dx, word ptr [Port]
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseIoLibIntrinsic/IoLibIcc.c-205-  
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseIoLibIntrinsic/IoLibIcc.c:206:  __asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseIoLibIntrinsic/IoLibIcc.c-207-    mov eax, dword ptr [Value]
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/AArch64/SwitchStack.S-34-EFIAPI
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/AArch64/SwitchStack.S:35:InternalSwitchStackAsm (
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/AArch64/SwitchStack.S-36-  SWITCH_STACK_ENTRY_POINT EntryPoint,
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Arm/InternalSwitchStack.c-34-EFIAPI
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Arm/InternalSwitchStack.c:35:InternalSwitchStackAsm (
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Arm/InternalSwitchStack.c-36-  IN      SWITCH_STACK_ENTRY_POINT  EntryPoint,
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Arm/InternalSwitchStack.c-77-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Arm/InternalSwitchStack.c:78:  InternalSwitchStackAsm (EntryPoint, Context1, Context2, NewStack);
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Arm/InternalSwitchStack.c-79-}
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Arm/SwitchStack.S-34-EFIAPI
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Arm/SwitchStack.S:35:InternalSwitchStackAsm (
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Arm/SwitchStack.S-36-  SWITCH_STACK_ENTRY_POINT EntryPoint,
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Arm/SwitchStack.asm-31-;EFIAPI
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Arm/SwitchStack.asm:32:;InternalSwitchStackAsm (
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Arm/SwitchStack.asm-33-;  SWITCH_STACK_ENTRY_POINT EntryPoint,
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-148-  Ia32/DivU64x64Remainder.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:149:  Ia32/DivU64x64Remainder.asm | MSFT 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-150-  Ia32/DivU64x32Remainder.c | MSFT 
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-158-  Ia32/ARShiftU64.c | MSFT 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:159:  Ia32/Thunk16.nasm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:160:  Ia32/Thunk16.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-161-  Ia32/EnablePaging64.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:162:  Ia32/EnablePaging64.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-163-  Ia32/EnableCache.c | MSFT
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-165-  Ia32/RdRand.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:166:  Ia32/RdRand.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-167-
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-168-  Ia32/Wbinvd.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:169:  Ia32/Wbinvd.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-170-  Ia32/WriteMm7.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:171:  Ia32/WriteMm7.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-172-  Ia32/WriteMm6.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:173:  Ia32/WriteMm6.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-174-  Ia32/WriteMm5.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:175:  Ia32/WriteMm5.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-176-  Ia32/WriteMm4.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:177:  Ia32/WriteMm4.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-178-  Ia32/WriteMm3.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:179:  Ia32/WriteMm3.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-180-  Ia32/WriteMm2.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:181:  Ia32/WriteMm2.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-182-  Ia32/WriteMm1.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:183:  Ia32/WriteMm1.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-184-  Ia32/WriteMm0.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:185:  Ia32/WriteMm0.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-186-  Ia32/WriteLdtr.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:187:  Ia32/WriteLdtr.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-188-  Ia32/WriteIdtr.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:189:  Ia32/WriteIdtr.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-190-  Ia32/WriteGdtr.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:191:  Ia32/WriteGdtr.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-192-  Ia32/WriteDr7.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:193:  Ia32/WriteDr7.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-194-  Ia32/WriteDr6.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:195:  Ia32/WriteDr6.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-196-  Ia32/WriteDr5.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:197:  Ia32/WriteDr5.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-198-  Ia32/WriteDr4.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:199:  Ia32/WriteDr4.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-200-  Ia32/WriteDr3.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:201:  Ia32/WriteDr3.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-202-  Ia32/WriteDr2.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:203:  Ia32/WriteDr2.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-204-  Ia32/WriteDr1.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:205:  Ia32/WriteDr1.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-206-  Ia32/WriteDr0.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:207:  Ia32/WriteDr0.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-208-  Ia32/WriteCr4.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:209:  Ia32/WriteCr4.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-210-  Ia32/WriteCr3.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:211:  Ia32/WriteCr3.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-212-  Ia32/WriteCr2.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:213:  Ia32/WriteCr2.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-214-  Ia32/WriteCr0.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:215:  Ia32/WriteCr0.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-216-  Ia32/WriteMsr64.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:217:  Ia32/WriteMsr64.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-218-  Ia32/SwapBytes64.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:219:  Ia32/SwapBytes64.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-220-  Ia32/SetJump.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:221:  Ia32/SetJump.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-222-  Ia32/RRotU64.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:223:  Ia32/RRotU64.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-224-  Ia32/RShiftU64.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:225:  Ia32/RShiftU64.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-226-  Ia32/ReadPmc.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:227:  Ia32/ReadPmc.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-228-  Ia32/ReadTsc.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:229:  Ia32/ReadTsc.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-230-  Ia32/ReadLdtr.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:231:  Ia32/ReadLdtr.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-232-  Ia32/ReadIdtr.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:233:  Ia32/ReadIdtr.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-234-  Ia32/ReadGdtr.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:235:  Ia32/ReadGdtr.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-236-  Ia32/ReadTr.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:237:  Ia32/ReadTr.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-238-  Ia32/ReadSs.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:239:  Ia32/ReadSs.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-240-  Ia32/ReadGs.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:241:  Ia32/ReadGs.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-242-  Ia32/ReadFs.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:243:  Ia32/ReadFs.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-244-  Ia32/ReadEs.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:245:  Ia32/ReadEs.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-246-  Ia32/ReadDs.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:247:  Ia32/ReadDs.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-248-  Ia32/ReadCs.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:249:  Ia32/ReadCs.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-250-  Ia32/ReadMsr64.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:251:  Ia32/ReadMsr64.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-252-  Ia32/ReadMm7.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:253:  Ia32/ReadMm7.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-254-  Ia32/ReadMm6.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:255:  Ia32/ReadMm6.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-256-  Ia32/ReadMm5.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:257:  Ia32/ReadMm5.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-258-  Ia32/ReadMm4.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:259:  Ia32/ReadMm4.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-260-  Ia32/ReadMm3.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:261:  Ia32/ReadMm3.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-262-  Ia32/ReadMm2.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:263:  Ia32/ReadMm2.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-264-  Ia32/ReadMm1.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:265:  Ia32/ReadMm1.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-266-  Ia32/ReadMm0.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:267:  Ia32/ReadMm0.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-268-  Ia32/ReadEflags.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:269:  Ia32/ReadEflags.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-270-  Ia32/ReadDr7.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:271:  Ia32/ReadDr7.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-272-  Ia32/ReadDr6.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:273:  Ia32/ReadDr6.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-274-  Ia32/ReadDr5.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:275:  Ia32/ReadDr5.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-276-  Ia32/ReadDr4.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:277:  Ia32/ReadDr4.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-278-  Ia32/ReadDr3.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:279:  Ia32/ReadDr3.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-280-  Ia32/ReadDr2.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:281:  Ia32/ReadDr2.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-282-  Ia32/ReadDr1.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:283:  Ia32/ReadDr1.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-284-  Ia32/ReadDr0.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:285:  Ia32/ReadDr0.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-286-  Ia32/ReadCr4.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:287:  Ia32/ReadCr4.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-288-  Ia32/ReadCr3.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:289:  Ia32/ReadCr3.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-290-  Ia32/ReadCr2.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:291:  Ia32/ReadCr2.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-292-  Ia32/ReadCr0.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:293:  Ia32/ReadCr0.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-294-  Ia32/Mwait.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:295:  Ia32/Mwait.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-296-  Ia32/Monitor.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:297:  Ia32/Monitor.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-298-  Ia32/ModU64x32.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:299:  Ia32/ModU64x32.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-300-  Ia32/MultU64x64.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:301:  Ia32/MultU64x64.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-302-  Ia32/MultU64x32.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:303:  Ia32/MultU64x32.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-304-  Ia32/LShiftU64.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:305:  Ia32/LShiftU64.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-306-  Ia32/LRotU64.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:307:  Ia32/LRotU64.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-308-  Ia32/LongJump.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:309:  Ia32/LongJump.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-310-  Ia32/Invd.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:311:  Ia32/Invd.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-312-  Ia32/FxRestore.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:313:  Ia32/FxRestore.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-314-  Ia32/FxSave.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:315:  Ia32/FxSave.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-316-  Ia32/FlushCacheLine.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:317:  Ia32/FlushCacheLine.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-318-  Ia32/EnablePaging32.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:319:  Ia32/EnablePaging32.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-320-  Ia32/EnableInterrupts.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:321:  Ia32/EnableInterrupts.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-322-  Ia32/EnableDisableInterrupts.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:323:  Ia32/EnableDisableInterrupts.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-324-  Ia32/DivU64x64Remainder.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:325:  Ia32/DivU64x64Remainder.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-326-  Ia32/DivU64x32Remainder.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:327:  Ia32/DivU64x32Remainder.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-328-  Ia32/DivU64x32.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:329:  Ia32/DivU64x32.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-330-  Ia32/DisablePaging32.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:331:  Ia32/DisablePaging32.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-332-  Ia32/DisableInterrupts.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:333:  Ia32/DisableInterrupts.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-334-  Ia32/CpuPause.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:335:  Ia32/CpuPause.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-336-  Ia32/CpuIdEx.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:337:  Ia32/CpuIdEx.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-338-  Ia32/CpuId.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:339:  Ia32/CpuId.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-340-  Ia32/CpuBreakpoint.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:341:  Ia32/CpuBreakpoint.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-342-  Ia32/ARShiftU64.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:343:  Ia32/ARShiftU64.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:344:  Ia32/Thunk16.nasm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:345:  Ia32/Thunk16.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-346-  Ia32/EnablePaging64.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:347:  Ia32/EnablePaging64.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-348-  Ia32/EnableCache.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:349:  Ia32/EnableCache.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-350-  Ia32/DisableCache.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:351:  Ia32/DisableCache.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-352-  Ia32/RdRand.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:353:  Ia32/RdRand.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-354-
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-355-  Ia32/GccInline.c | GCC
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:356:  Ia32/Thunk16.nasm | GCC 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-357-  Ia32/Thunk16.S | XCODE 
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-412-  Ia32/InternalSwitchStack.S | GCC
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:413:  Ia32/InternalSwitchStack.nasm | GCC
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-414-  Ia32/Non-existing.c
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-454-  X64/RdRand.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:455:  X64/RdRand.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-456-  X64/CpuPause.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:457:  X64/CpuPause.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-458-  X64/EnableDisableInterrupts.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:459:  X64/EnableDisableInterrupts.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-460-  X64/DisableInterrupts.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:461:  X64/DisableInterrupts.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-462-  X64/EnableInterrupts.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:463:  X64/EnableInterrupts.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-464-  X64/FlushCacheLine.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:465:  X64/FlushCacheLine.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-466-  X64/Invd.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:467:  X64/Invd.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-468-  X64/Wbinvd.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:469:  X64/Wbinvd.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-470-  X64/DisablePaging64.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:471:  X64/DisablePaging64.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-472-  X64/Mwait.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:473:  X64/Mwait.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-474-  X64/Monitor.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:475:  X64/Monitor.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-476-  X64/ReadPmc.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:477:  X64/ReadPmc.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-478-  X64/ReadTsc.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:479:  X64/ReadTsc.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-480-  X64/WriteMm7.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:481:  X64/WriteMm7.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-482-  X64/WriteMm6.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:483:  X64/WriteMm6.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-484-  X64/WriteMm5.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:485:  X64/WriteMm5.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-486-  X64/WriteMm4.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:487:  X64/WriteMm4.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-488-  X64/WriteMm3.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:489:  X64/WriteMm3.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-490-  X64/WriteMm2.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:491:  X64/WriteMm2.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-492-  X64/WriteMm1.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:493:  X64/WriteMm1.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-494-  X64/WriteMm0.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:495:  X64/WriteMm0.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-496-  X64/ReadMm7.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:497:  X64/ReadMm7.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-498-  X64/ReadMm6.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:499:  X64/ReadMm6.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-500-  X64/ReadMm5.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:501:  X64/ReadMm5.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-502-  X64/ReadMm4.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:503:  X64/ReadMm4.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-504-  X64/ReadMm3.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:505:  X64/ReadMm3.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-506-  X64/ReadMm2.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:507:  X64/ReadMm2.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-508-  X64/ReadMm1.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:509:  X64/ReadMm1.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-510-  X64/ReadMm0.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:511:  X64/ReadMm0.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-512-  X64/FxRestore.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:513:  X64/FxRestore.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-514-  X64/FxSave.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:515:  X64/FxSave.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-516-  X64/WriteLdtr.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:517:  X64/WriteLdtr.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-518-  X64/ReadLdtr.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:519:  X64/ReadLdtr.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-520-  X64/WriteIdtr.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:521:  X64/WriteIdtr.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-522-  X64/ReadIdtr.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:523:  X64/ReadIdtr.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-524-  X64/WriteGdtr.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:525:  X64/WriteGdtr.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-526-  X64/ReadGdtr.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:527:  X64/ReadGdtr.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-528-  X64/ReadTr.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:529:  X64/ReadTr.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-530-  X64/ReadSs.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:531:  X64/ReadSs.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-532-  X64/ReadGs.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:533:  X64/ReadGs.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-534-  X64/ReadFs.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:535:  X64/ReadFs.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-536-  X64/ReadEs.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:537:  X64/ReadEs.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-538-  X64/ReadDs.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:539:  X64/ReadDs.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-540-  X64/ReadCs.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:541:  X64/ReadCs.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-542-  X64/WriteDr7.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:543:  X64/WriteDr7.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-544-  X64/WriteDr6.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:545:  X64/WriteDr6.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-546-  X64/WriteDr5.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:547:  X64/WriteDr5.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-548-  X64/WriteDr4.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:549:  X64/WriteDr4.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-550-  X64/WriteDr3.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:551:  X64/WriteDr3.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-552-  X64/WriteDr2.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:553:  X64/WriteDr2.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-554-  X64/WriteDr1.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:555:  X64/WriteDr1.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-556-  X64/WriteDr0.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:557:  X64/WriteDr0.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-558-  X64/ReadDr7.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:559:  X64/ReadDr7.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-560-  X64/ReadDr6.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:561:  X64/ReadDr6.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-562-  X64/ReadDr5.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:563:  X64/ReadDr5.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-564-  X64/ReadDr4.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:565:  X64/ReadDr4.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-566-  X64/ReadDr3.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:567:  X64/ReadDr3.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-568-  X64/ReadDr2.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:569:  X64/ReadDr2.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-570-  X64/ReadDr1.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:571:  X64/ReadDr1.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-572-  X64/ReadDr0.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:573:  X64/ReadDr0.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-574-  X64/WriteCr4.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:575:  X64/WriteCr4.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-576-  X64/WriteCr3.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:577:  X64/WriteCr3.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-578-  X64/WriteCr2.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:579:  X64/WriteCr2.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-580-  X64/WriteCr0.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:581:  X64/WriteCr0.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-582-  X64/ReadCr4.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:583:  X64/ReadCr4.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-584-  X64/ReadCr3.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:585:  X64/ReadCr3.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-586-  X64/ReadCr2.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:587:  X64/ReadCr2.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-588-  X64/ReadCr0.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:589:  X64/ReadCr0.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-590-  X64/ReadEflags.nasm| MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:591:  X64/ReadEflags.asm | MSFT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-592-
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-593-  X64/CpuBreakpoint.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:594:  X64/CpuBreakpoint.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-595-  X64/WriteMsr64.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:596:  X64/WriteMsr64.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-597-  X64/ReadMsr64.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:598:  X64/ReadMsr64.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-599-  X64/RdRand.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:600:  X64/RdRand.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-601-  X64/CpuPause.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:602:  X64/CpuPause.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-603-  X64/EnableDisableInterrupts.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:604:  X64/EnableDisableInterrupts.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-605-  X64/DisableInterrupts.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:606:  X64/DisableInterrupts.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-607-  X64/EnableInterrupts.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:608:  X64/EnableInterrupts.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-609-  X64/FlushCacheLine.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:610:  X64/FlushCacheLine.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-611-  X64/Invd.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:612:  X64/Invd.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-613-  X64/Wbinvd.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:614:  X64/Wbinvd.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-615-  X64/DisablePaging64.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:616:  X64/DisablePaging64.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-617-  X64/Mwait.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:618:  X64/Mwait.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-619-  X64/Monitor.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:620:  X64/Monitor.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-621-  X64/ReadPmc.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:622:  X64/ReadPmc.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-623-  X64/ReadTsc.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:624:  X64/ReadTsc.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-625-  X64/WriteMm7.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:626:  X64/WriteMm7.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-627-  X64/WriteMm6.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:628:  X64/WriteMm6.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-629-  X64/WriteMm5.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:630:  X64/WriteMm5.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-631-  X64/WriteMm4.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:632:  X64/WriteMm4.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-633-  X64/WriteMm3.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:634:  X64/WriteMm3.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-635-  X64/WriteMm2.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:636:  X64/WriteMm2.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-637-  X64/WriteMm1.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:638:  X64/WriteMm1.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-639-  X64/WriteMm0.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:640:  X64/WriteMm0.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-641-  X64/ReadMm7.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:642:  X64/ReadMm7.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-643-  X64/ReadMm6.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:644:  X64/ReadMm6.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-645-  X64/ReadMm5.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:646:  X64/ReadMm5.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-647-  X64/ReadMm4.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:648:  X64/ReadMm4.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-649-  X64/ReadMm3.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:650:  X64/ReadMm3.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-651-  X64/ReadMm2.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:652:  X64/ReadMm2.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-653-  X64/ReadMm1.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:654:  X64/ReadMm1.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-655-  X64/ReadMm0.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:656:  X64/ReadMm0.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-657-  X64/FxRestore.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:658:  X64/FxRestore.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-659-  X64/FxSave.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:660:  X64/FxSave.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-661-  X64/WriteLdtr.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:662:  X64/WriteLdtr.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-663-  X64/ReadLdtr.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:664:  X64/ReadLdtr.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-665-  X64/WriteIdtr.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:666:  X64/WriteIdtr.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-667-  X64/ReadIdtr.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:668:  X64/ReadIdtr.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-669-  X64/WriteGdtr.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:670:  X64/WriteGdtr.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-671-  X64/ReadGdtr.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:672:  X64/ReadGdtr.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-673-  X64/ReadTr.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:674:  X64/ReadTr.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-675-  X64/ReadSs.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:676:  X64/ReadSs.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-677-  X64/ReadGs.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:678:  X64/ReadGs.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-679-  X64/ReadFs.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:680:  X64/ReadFs.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-681-  X64/ReadEs.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:682:  X64/ReadEs.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-683-  X64/ReadDs.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:684:  X64/ReadDs.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-685-  X64/ReadCs.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:686:  X64/ReadCs.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-687-  X64/WriteDr7.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:688:  X64/WriteDr7.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-689-  X64/WriteDr6.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:690:  X64/WriteDr6.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-691-  X64/WriteDr5.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:692:  X64/WriteDr5.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-693-  X64/WriteDr4.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:694:  X64/WriteDr4.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-695-  X64/WriteDr3.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:696:  X64/WriteDr3.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-697-  X64/WriteDr2.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:698:  X64/WriteDr2.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-699-  X64/WriteDr1.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:700:  X64/WriteDr1.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-701-  X64/WriteDr0.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:702:  X64/WriteDr0.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-703-  X64/ReadDr7.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:704:  X64/ReadDr7.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-705-  X64/ReadDr6.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:706:  X64/ReadDr6.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-707-  X64/ReadDr5.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:708:  X64/ReadDr5.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-709-  X64/ReadDr4.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:710:  X64/ReadDr4.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-711-  X64/ReadDr3.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:712:  X64/ReadDr3.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-713-  X64/ReadDr2.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:714:  X64/ReadDr2.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-715-  X64/ReadDr1.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:716:  X64/ReadDr1.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-717-  X64/ReadDr0.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:718:  X64/ReadDr0.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-719-  X64/WriteCr4.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:720:  X64/WriteCr4.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-721-  X64/WriteCr3.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:722:  X64/WriteCr3.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-723-  X64/WriteCr2.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:724:  X64/WriteCr2.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-725-  X64/WriteCr0.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:726:  X64/WriteCr0.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-727-  X64/ReadCr4.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:728:  X64/ReadCr4.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-729-  X64/ReadCr3.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:730:  X64/ReadCr3.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-731-  X64/ReadCr2.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:732:  X64/ReadCr2.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-733-  X64/ReadCr0.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:734:  X64/ReadCr0.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-735-  X64/ReadEflags.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:736:  X64/ReadEflags.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-737-
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-825-    
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:826:  Arm/SwitchStack.asm        | RVCT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:827:  Arm/SetJumpLongJump.asm    | RVCT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:828:  Arm/DisableInterrupts.asm  | RVCT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:829:  Arm/EnableInterrupts.asm   | RVCT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:830:  Arm/GetInterruptsState.asm | RVCT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:831:  Arm/CpuPause.asm           | RVCT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:832:  Arm/CpuBreakpoint.asm      | RVCT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf:833:  Arm/MemoryFence.asm        | RVCT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/BaseLib.inf-834- 
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ARShiftU64.c-37-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ARShiftU64.c:38:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ARShiftU64.c-39-    mov     cl, byte ptr [Count]
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/CpuId.c-49-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/CpuId.c:50:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/CpuId.c-51-    mov     eax, Index
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/CpuIdEx.c-57-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/CpuIdEx.c:58:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/CpuIdEx.c-59-    mov     eax, Index
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/CpuPause.c-30-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/CpuPause.c:31:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/CpuPause.c-32-    pause
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/DisableCache.c-27-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/DisableCache.c:28:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/DisableCache.c-29-    mov     eax, cr0
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/DisableInterrupts.c-27-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/DisableInterrupts.c:28:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/DisableInterrupts.c-29-    cli
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/DisablePaging32.c-56-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/DisablePaging32.c:57:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/DisablePaging32.c-58-    push    ebp
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/DivU64x32.c-38-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/DivU64x32.c:39:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/DivU64x32.c-40-    mov     eax, dword ptr [Dividend + 4]
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/DivU64x32Remainder.c-39-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/DivU64x32Remainder.c:40:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/DivU64x32Remainder.c-41-    mov     ecx, Divisor
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/EnableCache.c-27-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/EnableCache.c:28:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/EnableCache.c-29-    wbinvd
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.c-28-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.c:29:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.c-30-    sti
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/EnableInterrupts.c-27-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/EnableInterrupts.c:28:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/EnableInterrupts.c-29-    sti
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/EnablePaging32.c-59-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/EnablePaging32.c:60:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/EnablePaging32.c-61-    push    ebp
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/FlushCacheLine.c-42-  //
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/FlushCacheLine.c:43:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/FlushCacheLine.c-44-    mov     eax, 1
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/FxRestore.c-34-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/FxRestore.c:35:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/FxRestore.c-36-    mov     eax, Buffer
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/FxSave.c-34-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/FxSave.c:35:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/FxSave.c-36-    mov     eax, Buffer
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/Invd.c-30-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/Invd.c:31:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/Invd.c-32-    invd
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/LRotU64.c-38-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/LRotU64.c:39:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/LRotU64.c-40-    mov     cl, byte ptr [Count]
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/LShiftU64.c-37-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/LShiftU64.c:38:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/LShiftU64.c-39-    mov     cl, byte ptr [Count]
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/LongJump.c-37-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/LongJump.c:38:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/LongJump.c-39-    pop     eax                         ; skip return address
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ModU64x32.c-38-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ModU64x32.c:39:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ModU64x32.c-40-    mov     eax, dword ptr [Dividend + 4]
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/Monitor.c-38-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/Monitor.c:39:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/Monitor.c-40-    mov     eax, RegisterEax
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/MultU64x32.c-38-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/MultU64x32.c:39:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/MultU64x32.c-40-    mov     ecx, Multiplier
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/MultU64x64.c-38-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/MultU64x64.c:39:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/MultU64x64.c-40-    mov     ebx, dword ptr [Multiplicand + 0]
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/Mwait.c-35-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/Mwait.c:36:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/Mwait.c-37-    mov     eax, RegisterEax
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/RRotU64.c-38-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/RRotU64.c:39:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/RRotU64.c-40-    mov     cl, byte ptr [Count]
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/RShiftU64.c-37-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/RShiftU64.c:38:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/RShiftU64.c-39-    mov     cl, byte ptr [Count]
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadCr0.c-33-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadCr0.c:34:  __asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadCr0.c-35-    mov     eax, cr0
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadCr2.c-33-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadCr2.c:34:  __asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadCr2.c-35-    mov     eax, cr2
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadCr3.c-33-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadCr3.c:34:  __asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadCr3.c-35-    mov     eax, cr3
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadCr4.c-33-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadCr4.c:34:  __asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadCr4.c-35-    _emit  0x0f  // mov  eax, cr4
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadCs.c-32-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadCs.c:33:  __asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadCs.c-34-    xor     eax, eax
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadDr0.c-33-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadDr0.c:34:  __asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadDr0.c-35-    mov     eax, dr0
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadDr1.c-33-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadDr1.c:34:  __asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadDr1.c-35-    mov     eax, dr1
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadDr2.c-33-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadDr2.c:34:  __asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadDr2.c-35-    mov     eax, dr2
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadDr3.c-33-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadDr3.c:34:  __asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadDr3.c-35-    mov     eax, dr3
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadDr4.c-33-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadDr4.c:34:  __asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadDr4.c-35-    _emit  0x0f
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadDr5.c-33-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadDr5.c:34:  __asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadDr5.c-35-    _emit  0x0f
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadDr6.c-33-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadDr6.c:34:  __asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadDr6.c-35-    mov     eax, dr6
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadDr7.c-33-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadDr7.c:34:  __asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadDr7.c-35-    mov     eax, dr7
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadDs.c-32-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadDs.c:33:  __asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadDs.c-34-    xor     eax, eax
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadEflags.c-33-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadEflags.c:34:  __asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadEflags.c-35-    pushfd
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadEs.c-32-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadEs.c:33:  __asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadEs.c-34-    xor     eax, eax
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadFs.c-32-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadFs.c:33:  __asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadFs.c-34-    xor     eax, eax
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadGdtr.c-33-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadGdtr.c:34:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadGdtr.c-35-    mov     eax, Gdtr
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadGs.c-32-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadGs.c:33:  __asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadGs.c-34-    xor     eax, eax
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadIdtr.c-33-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadIdtr.c:34:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadIdtr.c-35-    mov     eax, Idtr
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadLdtr.c-32-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadLdtr.c:33:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadLdtr.c-34-    sldt    ax
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadMm0.c-32-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadMm0.c:33:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadMm0.c-34-    push    eax
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadMm1.c-32-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadMm1.c:33:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadMm1.c-34-    push    eax
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadMm2.c-32-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadMm2.c:33:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadMm2.c-34-    push    eax
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadMm3.c-32-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadMm3.c:33:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadMm3.c-34-    push    eax
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadMm4.c-32-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadMm4.c:33:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadMm4.c-34-    push    eax
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadMm5.c-32-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadMm5.c:33:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadMm5.c-34-    push    eax
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadMm6.c-32-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadMm6.c:33:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadMm6.c-34-    push    eax
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadMm7.c-32-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadMm7.c:33:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadMm7.c-34-    push    eax
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadMsr64.c-37-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadMsr64.c:38:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadMsr64.c-39-    mov     ecx, Index
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadPmc.c-31-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadPmc.c:32:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadPmc.c-33-    mov     ecx, Index
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadSs.c-32-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadSs.c:33:  __asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadSs.c-34-    xor     eax, eax
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadTr.c-32-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadTr.c:33:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadTr.c-34-    str     ax
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadTsc.c-32-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadTsc.c:33:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/ReadTsc.c-34-    rdtsc
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/SetJump.c-57-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/SetJump.c:58:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/SetJump.c-59-    push    [esp + 4]
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/SwapBytes64.c-35-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/SwapBytes64.c:36:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/SwapBytes64.c-37-    mov     eax, dword ptr [Operand + 4]
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/Thunk16.nasm-89-    ; Note: We can't use o32 on the next instruction because of a bug
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/Thunk16.nasm:90:    ; in NASM 2.09.04 through 2.10rc1.
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/Thunk16.nasm-91-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/Wbinvd.c-30-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/Wbinvd.c:31:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/Wbinvd.c-32-    wbinvd
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteCr0.c-31-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteCr0.c:32:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteCr0.c-33-    mov     eax, Value
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteCr2.c-31-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteCr2.c:32:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteCr2.c-33-    mov     eax, Value
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteCr3.c-31-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteCr3.c:32:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteCr3.c-33-    mov     eax, Value
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteCr4.c-31-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteCr4.c:32:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteCr4.c-33-    mov     eax, Value
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteDr0.c-31-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteDr0.c:32:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteDr0.c-33-    mov     eax, Value
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteDr1.c-31-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteDr1.c:32:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteDr1.c-33-    mov     eax, Value
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteDr2.c-31-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteDr2.c:32:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteDr2.c-33-    mov     eax, Value
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteDr3.c-31-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteDr3.c:32:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteDr3.c-33-    mov     eax, Value
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteDr4.c-31-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteDr4.c:32:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteDr4.c-33-    mov     eax, Value
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteDr5.c-31-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteDr5.c:32:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteDr5.c-33-    mov     eax, Value
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteDr6.c-31-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteDr6.c:32:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteDr6.c-33-    mov     eax, Value
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteDr7.c-31-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteDr7.c:32:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteDr7.c-33-    mov     eax, Value
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteGdtr.c-33-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteGdtr.c:34:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteGdtr.c-35-    mov     eax, Gdtr
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteIdtr.c-32-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteIdtr.c:33:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteIdtr.c-34-    mov     eax, Idtr
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteLdtr.c-32-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteLdtr.c:33:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteLdtr.c-34-    xor     eax, eax
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteMm0.c-32-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteMm0.c:33:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteMm0.c-34-    movq    mm0, qword ptr [Value]
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteMm1.c-32-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteMm1.c:33:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteMm1.c-34-    movq    mm1, qword ptr [Value]
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteMm2.c-32-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteMm2.c:33:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteMm2.c-34-    movq    mm2, qword ptr [Value]
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteMm3.c-32-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteMm3.c:33:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteMm3.c-34-    movq    mm3, qword ptr [Value]
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteMm4.c-32-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteMm4.c:33:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteMm4.c-34-    movq    mm4, qword ptr [Value]
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteMm5.c-32-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteMm5.c:33:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteMm5.c-34-    movq    mm5, qword ptr [Value]
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteMm6.c-32-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteMm6.c:33:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteMm6.c-34-    movq    mm6, qword ptr [Value]
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteMm7.c-32-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteMm7.c:33:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteMm7.c-34-    movq    mm7, qword ptr [Value]
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteMsr64.c-41-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteMsr64.c:42:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/Ia32/WriteMsr64.c-43-    mov     edx, dword ptr [Value + 4]
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm0.asm-34-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm0.asm:35:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm0.asm-36-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm0.nasm-36-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm0.nasm:37:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm0.nasm-38-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm1.asm-34-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm1.asm:35:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm1.asm-36-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm1.nasm-36-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm1.nasm:37:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm1.nasm-38-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm2.asm-34-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm2.asm:35:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm2.asm-36-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm2.nasm-36-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm2.nasm:37:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm2.nasm-38-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm3.asm-34-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm3.asm:35:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm3.asm-36-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm3.nasm-36-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm3.nasm:37:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm3.nasm-38-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm4.asm-34-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm4.asm:35:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm4.asm-36-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm4.nasm-36-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm4.nasm:37:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm4.nasm-38-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm5.asm-34-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm5.asm:35:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm5.asm-36-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm5.nasm-36-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm5.nasm:37:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm5.nasm-38-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm6.asm-34-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm6.asm:35:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm6.asm-36-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm6.nasm-36-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm6.nasm:37:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm6.nasm-38-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm7.asm-34-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm7.asm:35:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm7.asm-36-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm7.nasm-36-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm7.nasm:37:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/ReadMm7.nasm-38-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/Thunk16.S-81-    # Some instructions for manipulation of segment registers have to be written
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/Thunk16.S:82:    # in opcode since 64-bit MASM prevents accesses to those registers.
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/Thunk16.S-83-    #
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/Thunk16.S-187-    pushq   %rax
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/Thunk16.S:188:    lret                                # execution begins at next instruction
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/Thunk16.S-189-L_RealMode: 
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/Thunk16.asm-77-    ; Some instructions for manipulation of segment registers have to be written
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/Thunk16.asm:78:    ; in opcode since 64-bit MASM prevents accesses to those registers.
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/Thunk16.asm-79-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/Thunk16.nasm-87-    ; Note: We can't use o32 on the next instruction because of a bug
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/Thunk16.nasm:88:    ; in NASM 2.09.04 through 2.10rc1.
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/Thunk16.nasm-89-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm0.asm-34-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm0.asm:35:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm0.asm-36-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm0.nasm-36-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm0.nasm:37:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm0.nasm-38-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm1.asm-34-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm1.asm:35:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm1.asm-36-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm1.nasm-36-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm1.nasm:37:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm1.nasm-38-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm2.asm-34-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm2.asm:35:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm2.asm-36-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm2.nasm-36-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm2.nasm:37:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm2.nasm-38-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm3.asm-34-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm3.asm:35:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm3.asm-36-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm3.nasm-36-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm3.nasm:37:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm3.nasm-38-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm4.asm-34-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm4.asm:35:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm4.asm-36-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm4.nasm-36-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm4.nasm:37:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm4.nasm-38-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm5.asm-34-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm5.asm:35:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm5.asm-36-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm5.nasm-36-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm5.nasm:37:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm5.nasm-38-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm6.asm-34-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm6.asm:35:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm6.asm-36-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm6.nasm-36-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm6.nasm:37:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm6.nasm-38-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm7.asm-34-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm7.asm:35:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm7.asm-36-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm7.nasm-36-    ;
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm7.nasm:37:    ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseLib/X64/WriteMm7.nasm-38-    ;
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf-136-
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf:137:  Arm/ScanMem.asm     |RVCT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf:138:  Arm/SetMem.asm      |RVCT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf:139:  Arm/CopyMem.asm     |RVCT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf:140:  Arm/CompareMem.asm  |RVCT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf:141:  Arm/CompareGuid.asm |RVCT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf-142-
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseMemoryLibSse2/X64/IsZeroBuffer.nasm-57-    pmovmskb     eax, xmm0             ; eax <- compare results
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseMemoryLibSse2/X64/IsZeroBuffer.nasm:58:                                       ; nasm doesn't support 64-bit destination
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseMemoryLibSse2/X64/IsZeroBuffer.nasm-59-                                       ; for pmovmskb
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf-41-  Ia32/InterlockedCompareExchange64.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf:42:  Ia32/InterlockedCompareExchange64.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf-43-  Ia32/InterlockedCompareExchange32.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf:44:  Ia32/InterlockedCompareExchange32.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf-45-  Ia32/InterlockedCompareExchange16.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf:46:  Ia32/InterlockedCompareExchange16.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf-47-  Ia32/InterlockedDecrement.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf:48:  Ia32/InterlockedDecrement.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf-49-  Ia32/InterlockedIncrement.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf:50:  Ia32/InterlockedIncrement.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf-51-  Synchronization.c | INTEL
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf-63-  X64/InterlockedCompareExchange64.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf:64:  X64/InterlockedCompareExchange64.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf-65-  X64/InterlockedCompareExchange32.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf:66:  X64/InterlockedCompareExchange32.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf-67-  X64/InterlockedCompareExchange16.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf:68:  X64/InterlockedCompareExchange16.asm | INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf-69-  
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf-74-  X64/InterlockedDecrement.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf:75:  X64/InterlockedDecrement.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf-76-  X64/InterlockedIncrement.nasm| INTEL
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf:77:  X64/InterlockedIncrement.asm | INTEL 
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf-78-  Synchronization.c | INTEL 
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf-102-  Synchronization.c
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf:103:  Arm/Synchronization.asm       | RVCT
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf-104-  Arm/Synchronization.S         | GCC
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedCompareExchange16.c-43-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedCompareExchange16.c:44:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedCompareExchange16.c-45-    mov     ecx, Value
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedCompareExchange32.c-42-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedCompareExchange32.c:43:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedCompareExchange32.c-44-    mov     ecx, Value
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedCompareExchange64.c-41-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedCompareExchange64.c:42:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedCompareExchange64.c-43-    mov     esi, Value
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedDecrement.c-36-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedDecrement.c:37:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedDecrement.c-38-    mov     eax, Value
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedIncrement.c-36-{
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedIncrement.c:37:  _asm {
ipmctl-02.00.00.3825+ds/MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedIncrement.c-38-    mov     eax, Value
##############################################
ipmctl-02.00.00.3825+ds/MdePkg/Library/UefiDevicePathLib/DevicePathToText.c-1201-VOID
ipmctl-02.00.00.3825+ds/MdePkg/Library/UefiDevicePathLib/DevicePathToText.c:1202:DevPathToTextMacAddr (
ipmctl-02.00.00.3825+ds/MdePkg/Library/UefiDevicePathLib/DevicePathToText.c-1203-  IN OUT POOL_PRINT  *Str,
##############################################
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellCommandLib/ConsistMapping.c-909-EFI_STATUS
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellCommandLib/ConsistMapping.c:910:DevPathSerialMacAddr (
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellCommandLib/ConsistMapping.c-911-  IN EFI_DEVICE_PATH_PROTOCOL     *DevicePathNode,
##############################################
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ifconfig.c-314-VOID
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ifconfig.c:315:IfConfigPrintMacAddr (
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ifconfig.c-316-  IN UINT8     *Node,
##############################################
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ifconfig.c-599-
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ifconfig.c:600:    IfConfigPrintMacAddr (
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ifconfig.c-601-      IfCb->IfInfo->HwAddress.Addr,
##############################################
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c-919-BOOLEAN
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c:920:PingNetIp4IsLinkLocalAddr (
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c-921-  IN CONST EFI_IPv4_ADDRESS *Address
##############################################
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c-935-BOOLEAN
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c:936:PingNetIp4IsUnspecifiedAddr (
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c-937-  IN CONST EFI_IPv4_ADDRESS *Address
##############################################
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c-994-
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c:995:  if (Private->IpChoice == PING_IP_CHOICE_IP6 ? NetIp6IsUnspecifiedAddr ((EFI_IPv6_ADDRESS*)&Private->SrcAddress) : \
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c:996:      PingNetIp4IsUnspecifiedAddr ((EFI_IPv4_ADDRESS*)&Private->SrcAddress)) {
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c-997-    //
##############################################
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c-1006-  if (Private->IpChoice == PING_IP_CHOICE_IP6) {
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c:1007:    if (NetIp6IsLinkLocalAddr ((EFI_IPv6_ADDRESS*)&Private->DstAddress) && UnspecifiedSrc) {
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c-1008-      ShellPrintHiiEx (-1, -1, NULL, STRING_TOKEN (STR_PING_INVALID_SOURCE), gShellNetwork1HiiHandle);
##############################################
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c-1013-    ASSERT(Private->IpChoice == PING_IP_CHOICE_IP4);
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c:1014:    if (PingNetIp4IsLinkLocalAddr ((EFI_IPv4_ADDRESS*)&Private->DstAddress) && UnspecifiedSrc) {
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c-1015-      ShellPrintHiiEx (-1, -1, NULL, STRING_TOKEN (STR_PING_INVALID_SOURCE), gShellNetwork1HiiHandle); 
##############################################
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c-1131-        if (UnspecifiedSrc) {
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c:1132:          if (!NetIp6IsUnspecifiedAddr (Addr) && !NetIp6IsLinkLocalAddr (Addr)) {
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c-1133-            //
##############################################
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c-1154-      if (UnspecifiedSrc) {
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c:1155:        if (!PingNetIp4IsUnspecifiedAddr (&((EFI_IP4_CONFIG2_INTERFACE_INFO*)IpXInterfaceInfo)->StationAddress) && 
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c:1156:            !PingNetIp4IsLinkLocalAddr (&((EFI_IP4_CONFIG2_INTERFACE_INFO*)IpXInterfaceInfo)->StationAddress)) {
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c-1157-          //
##############################################
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c-336-VOID
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c:337:IfConfig6PrintMacAddr (
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c-338-  IN UINT8     *Node,
##############################################
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c-363-VOID
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c:364:IfConfig6PrintIpAddr (
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c-365-  IN EFI_IPv6_ADDRESS    *Ip,
##############################################
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c-1026-
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c:1027:      IfConfig6PrintMacAddr (
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c-1028-        IfCb->IfId->Id,
##############################################
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c-1036-
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c:1037:    IfConfig6PrintMacAddr (
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c-1038-      IfCb->IfInfo->HwAddress.Addr,
##############################################
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c-1047-    for (Index = 0; Index < IfCb->IfInfo->AddressInfoCount; Index++) {
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c:1048:      IfConfig6PrintIpAddr (
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c-1049-        &IfCb->IfInfo->AddressInfo[Index].Address,
##############################################
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c-1060-    for (Index = 0; Index < IfCb->DnsCnt; Index++) {
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c:1061:      IfConfig6PrintIpAddr (
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c-1062-        &IfCb->DnsAddr[Index],
##############################################
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c-1073-    for (Index = 0; Index < IfCb->IfInfo->RouteCount; Index++) {
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c:1074:      IfConfig6PrintIpAddr (
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c-1075-        &IfCb->IfInfo->RouteTable[Index].Destination,
##############################################
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c-1079-
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c:1080:      IfConfig6PrintIpAddr (
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c-1081-        &IfCb->IfInfo->RouteTable[Index].Gateway,
##############################################
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c-1488-          ShellPrintHiiEx (-1, -1, NULL, STRING_TOKEN (STR_IFCONFIG6_ERR_ADDRESS_FAILED), gShellNetwork2HiiHandle);
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c:1489:          IfConfig6PrintIpAddr (
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c-1490-            &CfgManAddr[Index].Address,
##############################################
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c-782-
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c:783:  if (NetIp6IsUnspecifiedAddr (&Private->SrcAddress)) {
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c-784-    //
##############################################
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c-792-  //
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c:793:  if (NetIp6IsLinkLocalAddr (&Private->DstAddress) && UnspecifiedSrc) {
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c-794-    ShellPrintHiiEx (-1, -1, NULL, STRING_TOKEN (STR_PING6_INVALID_SOURCE), gShellNetwork2HiiHandle);
##############################################
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c-884-      if (UnspecifiedSrc) {
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c:885:        if (!NetIp6IsUnspecifiedAddr (Addr) && !NetIp6IsLinkLocalAddr (Addr)) {
ipmctl-02.00.00.3825+ds/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c-886-          //