Home | History | Annotate | Download | only in SmmCommunicationBufferDxe

Lines Matching refs:DEBUG

81   DEBUG ((EFI_D_INFO, "PiSmmCommunicationRegionTable:(0x%x)\n", PiSmmCommunicationRegionTable));

82 DEBUG ((EFI_D_INFO, " Version - 0x%x\n", PiSmmCommunicationRegionTable->Version));
83 DEBUG ((EFI_D_INFO, " NumberOfEntries - 0x%x\n", PiSmmCommunicationRegionTable->NumberOfEntries));
84 DEBUG ((EFI_D_INFO, " DescriptorSize - 0x%x\n", PiSmmCommunicationRegionTable->DescriptorSize));
85 DEBUG ((EFI_D_INFO, "Entry:(0x%x)\n", Entry));
86 DEBUG ((EFI_D_INFO, " Type - 0x%x\n", Entry->Type));
87 DEBUG ((EFI_D_INFO, " PhysicalStart - 0x%lx\n", Entry->PhysicalStart));
88 DEBUG ((EFI_D_INFO, " VirtualStart - 0x%lx\n", Entry->VirtualStart));
89 DEBUG ((EFI_D_INFO, " NumberOfPages - 0x%lx\n", Entry->NumberOfPages));
90 DEBUG ((EFI_D_INFO, " Attribute - 0x%lx\n", Entry->Attribute));