Home
last modified time | relevance | path

Searched refs:Attribute (Results 1 – 25 of 208) sorted by relevance

123456789

/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
DSupport.c29 UINT64 Attribute in EfiAddMemoryDescriptor() argument
57 Desc[*NoDesc].Attribute = Desc[Index].Attribute; in EfiAddMemoryDescriptor()
65 Desc[Index].Attribute = Attribute; in EfiAddMemoryDescriptor()
84 Desc[*NoDesc].Attribute = Attribute; in EfiAddMemoryDescriptor()
96 UINT64 Attribute in FindSpace() argument
141 EfiMemoryDescriptor[*NumberOfMemoryMapEntries].Attribute = Attribute; in FindSpace()
145 CurrentMemoryDescriptor->Attribute = Attribute; in FindSpace()
DSupport.h31 UINT64 Attribute
40 UINT64 Attribute
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1616/D05AcpiTables/
DD05Iort.asl133 Device Attribute : 0
164 Device Attribute : 0
195 Device Attribute : 0
226 Device Attribute : 0
257 Device Attribute : 0
288 Device Attribute : 0
319 Device Attribute : 0
350 Device Attribute : 0
381 Device Attribute : 0
411 Device Attribute : 0
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Logo/
DLogo.c25 EDKII_PLATFORM_LOGO_DISPLAY_ATTRIBUTE Attribute; member
60 OUT EDKII_PLATFORM_LOGO_DISPLAY_ATTRIBUTE *Attribute, in GetImage() argument
67 Attribute == NULL || OffsetX == NULL || OffsetY == NULL) { in GetImage()
77 *Attribute = mLogos[Current].Attribute; in GetImage()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
DIsaIo.c158 UINT32 Attribute; in IsaIoAttribute() local
160 Attribute = 0; in IsaIoAttribute()
164 Attribute |= EFI_ISA_ACPI_IO_DECODE_16_BITS; in IsaIoAttribute()
168 Attribute |= EFI_ISA_ACPI_IO_DECODE_10_BITS; in IsaIoAttribute()
172 return Attribute; in IsaIoAttribute()
187 UINT32 Attribute; in IsaIrqAttribute() local
189 Attribute = 0; in IsaIrqAttribute()
193 Attribute = EFI_ISA_ACPI_IRQ_TYPE_HIGH_TRUE_LEVEL_SENSITIVE; in IsaIrqAttribute()
195 Attribute = EFI_ISA_ACPI_IRQ_TYPE_HIGH_TRUE_EDGE_SENSITIVE; in IsaIrqAttribute()
199 Attribute = EFI_ISA_ACPI_IRQ_TYPE_LOW_TRUE_LEVEL_SENSITIVE; in IsaIrqAttribute()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EsrtDxe/
DEsrtImpl.h86 IN UINTN Attribute,
102 UINTN Attribute
118 IN UINTN Attribute
134 UINTN Attribute
DEsrtImpl.c31 IN UINTN Attribute, in GetEsrtEntry() argument
47 if (Attribute == ESRT_FROM_FMP) { in GetEsrtEntry()
100 UINTN Attribute in InsertEsrtEntry() argument
115 if (Attribute == ESRT_FROM_FMP) { in InsertEsrtEntry()
165 …if ((Attribute == ESRT_FROM_FMP && RepositorySize >= PcdGet32(PcdMaxFmpEsrtCacheNum) * sizeof(EFI_… in InsertEsrtEntry()
166 …||(Attribute == ESRT_FROM_NONFMP && RepositorySize >= PcdGet32(PcdMaxNonFmpEsrtCacheNum) * sizeof(… in InsertEsrtEntry()
216 IN UINTN Attribute in DeleteEsrtEntry() argument
231 if (Attribute == ESRT_FROM_FMP) { in DeleteEsrtEntry()
313 UINTN Attribute in UpdateEsrtEntry() argument
328 if (Attribute == ESRT_FROM_FMP) { in UpdateEsrtEntry()
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/
DD03Iort.asl54 Device Attribute : 0
85 Device Attribute : 0
116 Device Attribute : 0
147 Device Attribute : 0
178 Device Attribute : 0
209 Device Attribute : 0
240 Device Attribute : 0
271 Device Attribute : 0
301 Device Attribute : 0
302 [0004] ATS Attribute : 00000000
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DAttrib.c149 FileNode->Info->Attribute&EFI_FILE_DIRECTORY? L'D':L' ', in ShellCommandRunAttrib()
150 FileNode->Info->Attribute&EFI_FILE_ARCHIVE? L'A':L' ', in ShellCommandRunAttrib()
151 FileNode->Info->Attribute&EFI_FILE_SYSTEM? L'S':L' ', in ShellCommandRunAttrib()
152 FileNode->Info->Attribute&EFI_FILE_HIDDEN? L'H':L' ', in ShellCommandRunAttrib()
153 FileNode->Info->Attribute&EFI_FILE_READ_ONLY? L'R':L' ', in ShellCommandRunAttrib()
228 FileInfo->Attribute &= ~EFI_FILE_READ_ONLY; in ShellCommandRunAttrib()
242 FileInfo->Attribute &= ~FileAttributesToRemove; in ShellCommandRunAttrib()
243 FileInfo->Attribute |= FileAttributesToAdd; in ShellCommandRunAttrib()
DLs.c180 (TheNode->Info->Attribute & EFI_FILE_ARCHIVE) != 0?L"a":L"", in PrintFileInformation()
181 (TheNode->Info->Attribute & EFI_FILE_DIRECTORY) != 0?L"d":L"", in PrintFileInformation()
182 (TheNode->Info->Attribute & EFI_FILE_HIDDEN) != 0?L"h":L"", in PrintFileInformation()
183 (TheNode->Info->Attribute & EFI_FILE_READ_ONLY) != 0?L"r":L"", in PrintFileInformation()
184 (TheNode->Info->Attribute & EFI_FILE_SYSTEM) != 0?L"s":L"", in PrintFileInformation()
216 (TheNode->Info->Attribute & EFI_FILE_DIRECTORY) != 0?L"<DIR>":L"", in PrintFileInformation()
217 (TheNode->Info->Attribute & EFI_FILE_READ_ONLY) != 0?L'r':L' ', in PrintFileInformation()
220 if (TheNode->Info->Attribute & EFI_FILE_DIRECTORY) { in PrintFileInformation()
415 ASSERT((Node->Info->Attribute & EFI_FILE_VALID_ATTR) == Node->Info->Attribute); in PrintLsOutput()
420 if ( (Node->Info->Attribute & EFI_FILE_SYSTEM) in PrintLsOutput()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
DUsbMass.h46 #define USB_IS_BULK_ENDPOINT(Attribute) (((Attribute) & (BIT0 | BIT1)) == USB_ENDPOINT_BULK) argument
47 #define USB_IS_INTERRUPT_ENDPOINT(Attribute) (((Attribute) & (BIT0 | BIT1)) == USB_ENDPOINT_INTERR… argument
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DGuidSection.py209 Attribute = []
224 Attribute.append('PROCESSING_REQUIRED')
229 if FirstCall and 'PROCESSING_REQUIRED' in Attribute:
237 if 'PROCESSING_REQUIRED' not in Attribute:
238 Attribute.append('PROCESSING_REQUIRED')
241 Attribute.append('AUTH_STATUS_VALID')
243 … Guid=self.NameGuid, GuidAttr=Attribute, GuidHdrLen=HeaderLength)
246 if 'PROCESSING_REQUIRED' in Attribute:
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/
DCpuExceptionCommon.c205 while (VectorInfo->Attribute != EFI_VECTOR_HANDOFF_LAST_ENTRY) { in ReadAndVerifyVectorInfo()
206 if (VectorInfo->Attribute > EFI_VECTOR_HANDOFF_HOOK_AFTER) { in ReadAndVerifyVectorInfo()
213 ReservedVector[VectorInfo->VectorNumber].Attribute = VectorInfo->Attribute; in ReadAndVerifyVectorInfo()
DPeiDxeSmmCpuException.c40 switch (ReservedVectors[ExceptionType].Attribute) { in CommonExceptionHandlerWorker()
112 if (ReservedVectors[ExceptionType].Attribute != EFI_VECTOR_HANDOFF_HOOK_BEFORE) { in CommonExceptionHandlerWorker()
150 switch (ReservedVectors[Index].Attribute) { in UpdateIdtTable()
279 ReservedVectors[InterruptType].Attribute == EFI_VECTOR_HANDOFF_DO_NOT_HOOK) { in RegisterCpuInterruptHandlerWorker()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DMemMap.c177 …)-1, ((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages, ((EFI_MEMORY_DESCRIPTOR*)Walker)->Attribute); in ShellCommandRunMemMap()
181 …)-1, ((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages, ((EFI_MEMORY_DESCRIPTOR*)Walker)->Attribute); in ShellCommandRunMemMap()
186 …)-1, ((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages, ((EFI_MEMORY_DESCRIPTOR*)Walker)->Attribute); in ShellCommandRunMemMap()
191 …)-1, ((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages, ((EFI_MEMORY_DESCRIPTOR*)Walker)->Attribute); in ShellCommandRunMemMap()
196 …)-1, ((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages, ((EFI_MEMORY_DESCRIPTOR*)Walker)->Attribute); in ShellCommandRunMemMap()
201 …)-1, ((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages, ((EFI_MEMORY_DESCRIPTOR*)Walker)->Attribute); in ShellCommandRunMemMap()
206 …)-1, ((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages, ((EFI_MEMORY_DESCRIPTOR*)Walker)->Attribute); in ShellCommandRunMemMap()
211 …)-1, ((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages, ((EFI_MEMORY_DESCRIPTOR*)Walker)->Attribute); in ShellCommandRunMemMap()
216 …)-1, ((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages, ((EFI_MEMORY_DESCRIPTOR*)Walker)->Attribute); in ShellCommandRunMemMap()
221 …)-1, ((EFI_MEMORY_DESCRIPTOR*)Walker)->NumberOfPages, ((EFI_MEMORY_DESCRIPTOR*)Walker)->Attribute); in ShellCommandRunMemMap()
[all …]
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Pv660AcpiTables/
DIort.asl87 Device Attribute : 0
118 Device Attribute : 0
149 Device Attribute : 0
180 Device Attribute : 0
210 Device Attribute : 0
211 [0004] ATS Attribute : 00000000
239 Device Attribute : 0
240 [0004] ATS Attribute : 00000000
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
DTerminalConOut.c149 This->SetAttribute (This, EFI_TEXT_ATTR (This->Mode->Attribute & 0x0F, EFI_BLACK)); in TerminalConOutReset()
539 IN UINTN Attribute in TerminalConOutSetAttribute() argument
561 if ((Attribute | 0x7f) != 0x7f) { in TerminalConOutSetAttribute()
569 if (This->Mode->Attribute == (INT32) Attribute) { in TerminalConOutSetAttribute()
577 switch (Attribute & 0x07) { in TerminalConOutSetAttribute()
618 BrightControl = (UINT8) ((Attribute >> 3) & 1); in TerminalConOutSetAttribute()
624 switch ((Attribute >> 4) & 0x07) { in TerminalConOutSetAttribute()
689 This->Mode->Attribute = (INT32) Attribute; in TerminalConOutSetAttribute()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DCls.c83 Background = (gST->ConOut->Mode->Attribute >> 4) & 0x7; in ShellCommandRunCls()
84 Foreground = gST->ConOut->Mode->Attribute & 0x0F; in ShellCommandRunCls()
92 gST->ConOut->Mode->Attribute, in ShellCommandRunCls()
206 Foreground = gST->ConOut->Mode->Attribute & 0x0F; in ShellCommandRunCls()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/
DVariable.c27 UINT32 Attribute; member
67 Entry->Attribute = Attributes; in AddEntry()
177 *Attributes = Entry->Attribute; in LibGetVariable()
204 …Done = (EfiAtRuntime () && ((Entry->Attribute & EFI_VARIABLE_RUNTIME_ACCESS) == 0)) ? FALSE : TRUE; in LibGetNextVariableName()
255 Entry->Attribute |= Attributes; in LibSetVariable()
259 Attributes |= Entry->Attribute; in LibSetVariable()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DPage.c170 IN UINT64 Attribute in CoreAddRange() argument
229 if (Entry->Attribute != Attribute) { in CoreAddRange()
255 mMapStack[mMapDepth].Attribute = Attribute; in CoreAddRange()
535 IN UINT64 Attribute in CoreAddMemoryDescriptor() argument
552 CoreAddRange (Type, Start, End, Attribute); in CoreAddMemoryDescriptor()
713 UINT64 Attribute; in CoreConvertPagesEx() local
841 mMapStack[mMapDepth].Attribute = Entry->Attribute; in CoreConvertPagesEx()
858 Attribute = Entry->Attribute; in CoreConvertPagesEx()
861 Attribute = NewAttributes; in CoreConvertPagesEx()
876 CoreAddRange (MemType, Start, RangeEnd, Attribute); in CoreConvertPagesEx()
[all …]
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Ddirent.h77 UINT64 Attribute; // (d_type) The attribute bits for the file. See below. member
83 #define d_type Attribute
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
DAmlOption.c88 if ((ChildAmlByteEncoding->Attribute & AML_IS_NAME_CHAR) != 0) { in AmlParseOptionTerm()
165 if ((AmlByteEncoding->Attribute & AML_IS_NAME_CHAR) != 0) { in AmlParseOptionCommon()
214 if ((AmlByteEncoding->Attribute & AML_HAS_PKG_LENGTH) != 0) { in AmlParseOptionCommon()
278 if ((AmlByteEncoding->Attribute & AML_HAS_PKG_LENGTH) != 0) { in AmlParseOptionCommon()
343 ASSERT ((AmlByteEncoding->Attribute & AML_IN_NAMESPACE) != 0); in AmlGetObjectName()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
DCustomizedDisplayLibInternal.c879 Out->Mode->Attribute = Out->Mode->Attribute & 0x7f; in PrintInternal()
881 Out->SetAttribute (Out, Out->Mode->Attribute); in PrintInternal()
919 Out->Mode->Attribute = Out->Mode->Attribute & 0x7f; in PrintInternal()
920 Out->SetAttribute (Out, Out->Mode->Attribute); in PrintInternal()
926 Out->Mode->Attribute = Out->Mode->Attribute | EFI_WIDE_ATTRIBUTE; in PrintInternal()
927 Out->SetAttribute (Out, Out->Mode->Attribute); in PrintInternal()
943 Out->Mode->Attribute = Out->Mode->Attribute & 0x7f; in PrintInternal()
944 Out->SetAttribute (Out, Out->Mode->Attribute); in PrintInternal()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmmCommunicationBufferDxe/
DSmmCommunicationBufferDxe.c79 Entry->Attribute = 0; in SmmCommunicationBufferEntryPoint()
90 DEBUG ((EFI_D_INFO, " Attribute - 0x%lx\n", Entry->Attribute)); in SmmCommunicationBufferEntryPoint()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
DGraphicsConsole.c856 …Status = This->SetAttribute (This, EFI_TEXT_ATTR (This->Mode->Attribute & 0x0F, EFI_BACKGROUND_BLA… in GraphicsConsoleConOutReset()
948 OriginAttribute = This->Mode->Attribute; in GraphicsConsoleConOutOutputString()
1064 This->Mode->Attribute |= EFI_WIDE_ATTRIBUTE; in GraphicsConsoleConOutOutputString()
1069 This->Mode->Attribute &= (~ (UINT32) EFI_WIDE_ATTRIBUTE); in GraphicsConsoleConOutOutputString()
1098 if ((This->Mode->Attribute & EFI_WIDE_ATTRIBUTE) != 0) { in GraphicsConsoleConOutOutputString()
1137 This->Mode->Attribute = OriginAttribute; in GraphicsConsoleConOutOutputString()
1476 IN UINTN Attribute in GraphicsConsoleConOutSetAttribute() argument
1481 if ((Attribute | 0x7F) != 0x7F) { in GraphicsConsoleConOutSetAttribute()
1485 if ((INT32) Attribute == This->Mode->Attribute) { in GraphicsConsoleConOutSetAttribute()
1493 This->Mode->Attribute = (INT32) Attribute; in GraphicsConsoleConOutSetAttribute()
[all …]

123456789