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

  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
PageTbl.c 269 UINT64 *Pdt;
285 Pdt = NULL;
325 Pdt = (UINT64*)(UINTN)(Pdpt[PdptIndex] & gPhyMask);
327 for (PdtIndex = 0; PdtIndex < EFI_PAGE_SIZE / sizeof(*Pdt); PdtIndex++) {
328 if ((Pdt[PdtIndex] & IA32_PG_P) == 0 || (Pdt[PdtIndex] & IA32_PG_PMNT) != 0) {
332 if ((Pdt[PdtIndex] & IA32_PG_PMNT) != 0) {
340 if ((Pdt[PdtIndex] & IA32_PG_PS) == 0) {
346 Acc = GetAndUpdateAccNum (Pdt + PdtIndex);
356 ReleasePageAddress = Pdt + PdtIndex;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMassBoot.h 59 // Supported PDT codes, or Peripheral Device Type
107 UINT8 Pdt; ///< Peripheral Device Type (low 5 bits)
219 // Get the removable, PDT, and sense key bits from the command data
222 #define USB_BOOT_PDT(Pdt) ((Pdt) & 0x1f)
UsbMassBoot.c 376 // Get information from PDT (Peripheral Device Type) field and Removable Medium Bit
379 UsbMass->Pdt = (UINT8) (USB_BOOT_PDT (UsbMass->InquiryData.Pdt));
635 if ((UsbMass->Pdt != USB_PDT_DIRECT_ACCESS) &&
636 (UsbMass->Pdt != USB_PDT_CDROM) &&
637 (UsbMass->Pdt != USB_PDT_OPTICAL) &&
638 (UsbMass->Pdt != USB_PDT_SIMPLE_DIRECT)) {
639 DEBUG ((EFI_D_ERROR, "UsbBootGetParams: Found an unsupported peripheral type[%d]\n", UsbMass->Pdt));
647 if ((UsbMass->Pdt == USB_PDT_CDROM) || (UsbMass->Pdt == USB_PDT_OPTICAL)) {
    [all...]
UsbMass.h 185 UINT8 Pdt; ///< Peripheral Device Type

Completed in 61 milliseconds