Home
last modified time | relevance | path

Searched refs:Attributes (Results 1 – 25 of 499) sorted by relevance

12345678910>>...20

/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
DVolInfo.c337 (((EFI_FIRMWARE_VOLUME_HEADER*)Fv)->Attributes & EFI_FVB2_ERASE_POLARITY) ? in PrintFvInfo()
634 printf ("Attributes: %X\n", (unsigned) VolumeHeader.Attributes); in ReadHeader()
636 if (VolumeHeader.Attributes & EFI_FVB2_READ_DISABLED_CAP) { in ReadHeader()
640 if (VolumeHeader.Attributes & EFI_FVB2_READ_ENABLED_CAP) { in ReadHeader()
644 if (VolumeHeader.Attributes & EFI_FVB2_READ_STATUS) { in ReadHeader()
648 if (VolumeHeader.Attributes & EFI_FVB2_WRITE_DISABLED_CAP) { in ReadHeader()
652 if (VolumeHeader.Attributes & EFI_FVB2_WRITE_ENABLED_CAP) { in ReadHeader()
656 if (VolumeHeader.Attributes & EFI_FVB2_WRITE_STATUS) { in ReadHeader()
660 if (VolumeHeader.Attributes & EFI_FVB2_LOCK_CAP) { in ReadHeader()
664 if (VolumeHeader.Attributes & EFI_FVB2_LOCK_STATUS) { in ReadHeader()
[all …]
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA15-A7/
DCTA15-A7Mem.c67 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE; in ArmPlatformGetVirtualMemoryMap()
72 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE; in ArmPlatformGetVirtualMemoryMap()
79 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE; in ArmPlatformGetVirtualMemoryMap()
84 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE; in ArmPlatformGetVirtualMemoryMap()
90 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE; in ArmPlatformGetVirtualMemoryMap()
95 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE; in ArmPlatformGetVirtualMemoryMap()
101 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
107 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE; in ArmPlatformGetVirtualMemoryMap()
114 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
121 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE; in ArmPlatformGetVirtualMemoryMap()
[all …]
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/ArmV7/
DArmV7Mmu.c86 IN ARM_MEMORY_REGION_ATTRIBUTES Attributes in PopulateLevel2PageTable() argument
97 switch (Attributes) { in PopulateLevel2PageTable()
149 (IS_ARM_MEMORY_REGION_ATTRIBUTES_SECURE(Attributes) ? (1 << 3) : 0) | in PopulateLevel2PageTable()
163 (IS_ARM_MEMORY_REGION_ATTRIBUTES_SECURE(Attributes) ? (1 << 3) : 0) | in PopulateLevel2PageTable()
185 UINT32 Attributes; in FillTranslationTable() local
198 switch (MemoryRegion->Attributes) { in FillTranslationTable()
200 Attributes = TT_DESCRIPTOR_SECTION_WRITE_BACK(0); in FillTranslationTable()
203 Attributes = TT_DESCRIPTOR_SECTION_WRITE_THROUGH(0); in FillTranslationTable()
206 Attributes = TT_DESCRIPTOR_SECTION_DEVICE(0); in FillTranslationTable()
209 Attributes = TT_DESCRIPTOR_SECTION_UNCACHED(0); in FillTranslationTable()
[all …]
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Library/ArmJunoLib/
DArmJunoMem.c86 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE; in ArmPlatformGetVirtualMemoryMap()
91 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE; in ArmPlatformGetVirtualMemoryMap()
97 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE; in ArmPlatformGetVirtualMemoryMap()
103 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
109 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE; in ArmPlatformGetVirtualMemoryMap()
115 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
121 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE; in ArmPlatformGetVirtualMemoryMap()
129 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE; in ArmPlatformGetVirtualMemoryMap()
137 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE; in ArmPlatformGetVirtualMemoryMap()
145 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE; in ArmPlatformGetVirtualMemoryMap()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
DMemoryMap.c46 UINT64 Attributes; in MemoryMapPage() local
150 pMemoryDescriptor->Attributes ); in MemoryMapPage()
163 Attributes = pMemoryDescriptor->Attributes; in MemoryMapPage()
165 if ( 0 != ( Attributes & EFI_MEMORY_RUNTIME )) { in MemoryMapPage()
175 if ( 0 != ( Attributes & EFI_MEMORY_XP )) { in MemoryMapPage()
193 if ( 0 != ( Attributes & EFI_MEMORY_RP )) { in MemoryMapPage()
211 if ( 0 != ( Attributes & EFI_MEMORY_WP )) { in MemoryMapPage()
229 if ( 0 != ( Attributes & EFI_MEMORY_UCE )) { in MemoryMapPage()
248 if ( 0 != ( Attributes & EFI_MEMORY_WB )) { in MemoryMapPage()
266 if ( 0 != ( Attributes & EFI_MEMORY_WT )) { in MemoryMapPage()
[all …]
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/
DRTSMMem.c104 VirtualMemoryTable[Index].Attributes = DDR_ATTRIBUTES_CACHED; in ArmPlatformGetVirtualMemoryMap()
106 VirtualMemoryTable[Index].Attributes = DDR_ATTRIBUTES_UNCACHED; in ArmPlatformGetVirtualMemoryMap()
110 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
117 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
123 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE; in ArmPlatformGetVirtualMemoryMap()
129 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
135 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
141 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE; in ArmPlatformGetVirtualMemoryMap()
148 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
155 VirtualMemoryTable[Index].Attributes = (ARM_MEMORY_REGION_ATTRIBUTES)0; in ArmPlatformGetVirtualMemoryMap()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/
DCTA9x4Mem.c67 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
74 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
80 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE; in ArmPlatformGetVirtualMemoryMap()
86 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE; in ArmPlatformGetVirtualMemoryMap()
92 VirtualMemoryTable[Index].Attributes = CacheAttributes; in ArmPlatformGetVirtualMemoryMap()
98 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE; in ArmPlatformGetVirtualMemoryMap()
105 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE; in ArmPlatformGetVirtualMemoryMap()
116 VirtualMemoryTable[Index].Attributes = (ARM_MEMORY_REGION_ATTRIBUTES)0; in ArmPlatformGetVirtualMemoryMap()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
DVariableExLib.c57 AuthVariableInfo->Attributes = 0; in VariableExLibFindVariable()
66 AuthVariableInfo->Attributes = Variable.CurrPtr->Attributes; in VariableExLibFindVariable()
117 AuthVariableInfo->Attributes = 0; in VariableExLibFindNextVariable()
128 AuthVariableInfo->Attributes = VariablePtr->Attributes; in VariableExLibFindNextVariable()
165 AuthVariableInfo->Attributes, in VariableExLibUpdateVariable()
226 IN UINT32 Attributes, in VariableExLibCheckRemainingSpaceForConsistency() argument
233 VA_START (Marker, Attributes); in VariableExLibCheckRemainingSpaceForConsistency()
235 Return = CheckRemainingSpaceForConsistencyInternal (Attributes, Marker); in VariableExLibCheckRemainingSpaceForConsistency()
DVariable.c467 AuthVariable->Attributes == (UINT32) (-1)) { in NameSizeOfVariable()
475 Variable->Attributes == (UINT32) (-1)) { in NameSizeOfVariable()
526 AuthVariable->Attributes == (UINT32) (-1)) { in DataSizeOfVariable()
534 Variable->Attributes == (UINT32) (-1)) { in DataSizeOfVariable()
739 IN UINT32 Attributes, in RecordVarErrorFlag() argument
749 …Flag (0x%02x) %s:%g - 0x%08x - 0x%x\n", Flag, VariableName, VendorGuid, Attributes, VariableSize)); in RecordVarErrorFlag()
913 …if ((Variable->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) != EFI_VARIABLE_HARDWARE_ERROR_REC… in CalculateCommonUserVariableTotalSize()
1067 …if ((!IsVolatile) && ((Variable->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) == EFI_VARIABLE_… in Reclaim()
1069 …} else if ((!IsVolatile) && ((Variable->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) != EFI_VA… in Reclaim()
1118 …if ((!IsVolatile) && ((Variable->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) == EFI_VARIABLE_… in Reclaim()
[all …]
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/
DCpuMmuCommon.c86 IN UINT64 Attributes in SetGcdMemorySpaceAttributes() argument
97 BaseAddress, BaseAddress + Length, Attributes)); in SetGcdMemorySpaceAttributes()
147 …(MemorySpaceMap[Index].Attributes & ~EFI_MEMORY_CACHETYPE_MASK) | (MemorySpaceMap[Index].Capabilit… in SetGcdMemorySpaceAttributes()
221 OUT UINT64 *Attributes OPTIONAL in CpuConvertPagesToUncachedVirtualAddress()
227 if (Attributes != NULL) { in CpuConvertPagesToUncachedVirtualAddress()
230 *Attributes = GcdDescriptor.Attributes; in CpuConvertPagesToUncachedVirtualAddress()
257 IN UINT64 Attributes in CpuReconvertPages() argument
262 …| DEBUG_LOAD, "CpuReconvertPages(%lx, %x, %lx, %lx)\n", Address, Length, VirtualMask, Attributes)); in CpuReconvertPages()
272 Status = SetMemoryAttributes (Address, Length, Attributes, 0); in CpuReconvertPages()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciIo.c981 if ((PciIoDevice->Attributes & EFI_PCI_IO_ATTRIBUTE_DUAL_ADDRESS_CYCLE) != 0) { in PciIoMap()
1071 IN UINT64 Attributes in PciIoAllocateBuffer() argument
1077 if ((Attributes & in PciIoAllocateBuffer()
1084 if ((PciIoDevice->Attributes & EFI_PCI_IO_ATTRIBUTE_DUAL_ADDRESS_CYCLE) != 0) { in PciIoAllocateBuffer()
1085 Attributes |= EFI_PCI_ATTRIBUTE_DUAL_ADDRESS_CYCLE; in PciIoAllocateBuffer()
1094 Attributes in PciIoAllocateBuffer()
1286 IN UINT64 Attributes, in ModifyRootBridgeAttributes() argument
1310 Attributes &= ~(UINT64)(EFI_PCI_IO_ATTRIBUTE_EMBEDDED_DEVICE | in ModifyRootBridgeAttributes()
1318 NewPciRootBridgeAttributes = PciRootBridgeAttributes | Attributes; in ModifyRootBridgeAttributes()
1320 NewPciRootBridgeAttributes = PciRootBridgeAttributes & (~Attributes); in ModifyRootBridgeAttributes()
[all …]
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/
DVariable.c42 IN UINT32 Attributes, in AddEntry() argument
67 Entry->Attribute = Attributes; in AddEntry()
151 OUT UINT32 *Attributes OPTIONAL, in LibGetVariable()
159 if (EfiAtRuntime () && (Attributes != NULL)) { in LibGetVariable()
160 if ((*Attributes & EFI_VARIABLE_RUNTIME_ACCESS) == 0) { in LibGetVariable()
176 if (Attributes != NULL) { in LibGetVariable()
177 *Attributes = Entry->Attribute; in LibGetVariable()
230 IN UINT32 Attributes, in LibSetVariable() argument
238 if (EfiAtRuntime () && ((Attributes & EFI_VARIABLE_RUNTIME_ACCESS) == 0)) { in LibSetVariable()
247 Entry = AddEntry (VariableName, VendorGuid, Attributes, DataSize, Data); in LibSetVariable()
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
DFwVolAttrib.c34 OUT EFI_FV_ATTRIBUTES *Attributes in FvGetVolumeAttributes() argument
51 *Attributes = FvbAttributes; in FvGetVolumeAttributes()
52 *Attributes |= EFI_FV2_WRITE_POLICY_RELIABLE; in FvGetVolumeAttributes()
81 IN OUT EFI_FV_ATTRIBUTES *Attributes in FvSetVolumeAttributes() argument
110 NewStatus = (*Attributes) & EFI_FVB2_STATUS; in FvSetVolumeAttributes()
164 *Attributes = 0; in FvSetVolumeAttributes()
168 Attributes in FvSetVolumeAttributes()
/device/linaro/bootloader/edk2/DuetPkg/FSVariable/
DFSVariable.c72 IN UINT32 Attributes OPTIONAL,
371 …if ((!StorageType) && ((Variable->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) == EFI_VARIABLE… in Reclaim()
373 …} else if ((!StorageType) && ((Variable->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) != EFI_V… in Reclaim()
392 …if ((!StorageType) && ((Variable->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) == EFI_VARIABLE… in Reclaim()
394 …} else if ((!StorageType) && ((Variable->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) != EFI_V… in Reclaim()
494 if (!EfiAtRuntime () || (Variable->Attributes & EFI_VARIABLE_RUNTIME_ACCESS)) { in FindVariable()
513 if (!EfiAtRuntime () || (Variable->Attributes & EFI_VARIABLE_RUNTIME_ACCESS)) { in FindVariable()
879 UINT32 Attributes; in AutoUpdateLangVariable() local
979Attributes = EFI_VARIABLE_NON_VOLATILE | EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_RUNTIME_AC… in AutoUpdateLangVariable()
1006 …able (L"Lang", &gEfiGlobalVariableGuid, BestLang, ISO_639_2_ENTRY_SIZE + 1, Attributes, &Variable); in AutoUpdateLangVariable()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DSetVar.c76 UINT32 Attributes; in ShellCommandRunSetVar() local
86 Attributes = 0; in ShellCommandRunSetVar()
134 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes, &Size, Buffer); in ShellCommandRunSetVar()
137 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes, &Size, Buffer); in ShellCommandRunSetVar()
153 Status = gRT->SetVariable((CHAR16*)VariableName, &Guid, Attributes, 0, NULL); in ShellCommandRunSetVar()
172 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes, &Size, Buffer); in ShellCommandRunSetVar()
175 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes, &Size, Buffer); in ShellCommandRunSetVar()
182 Attributes = 0; in ShellCommandRunSetVar()
184 Attributes |= EFI_VARIABLE_BOOTSERVICE_ACCESS; in ShellCommandRunSetVar()
187 Attributes |= EFI_VARIABLE_RUNTIME_ACCESS | in ShellCommandRunSetVar()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
DEmuVariable.c59 IN UINT32 Attributes OPTIONAL,
692 UINT32 Attributes; in AutoUpdateLangVariable() local
792Attributes = EFI_VARIABLE_NON_VOLATILE | EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_RUNTIME_AC… in AutoUpdateLangVariable()
819 …able (L"Lang", &gEfiGlobalVariableGuid, BestLang, ISO_639_2_ENTRY_SIZE + 1, Attributes, &Variable); in AutoUpdateLangVariable()
853 AsciiStrSize (BestPlatformLang), Attributes, &Variable); in AutoUpdateLangVariable()
890 IN UINT32 Attributes OPTIONAL, in UpdateVariable()
923 if ((Variable->CurrPtr->Attributes & EFI_VARIABLE_NON_VOLATILE) == 0) { in UpdateVariable()
933 …if (DataSize == 0 || (Attributes & (EFI_VARIABLE_RUNTIME_ACCESS | EFI_VARIABLE_BOOTSERVICE_ACCESS)… in UpdateVariable()
965 …if (DataSize == 0 || (Attributes & (EFI_VARIABLE_RUNTIME_ACCESS | EFI_VARIABLE_BOOTSERVICE_ACCESS)… in UpdateVariable()
974 …(((Attributes & EFI_VARIABLE_RUNTIME_ACCESS) == 0) || ((Attributes & EFI_VARIABLE_NON_VOLATILE) ==… in UpdateVariable()
[all …]
DInitVariable.c43 OUT UINT32 *Attributes OPTIONAL, in RuntimeServiceGetVariable()
51 Attributes OPTIONAL, in RuntimeServiceGetVariable()
111 IN UINT32 Attributes, in RuntimeServiceSetVariable() argument
119 Attributes, in RuntimeServiceSetVariable()
149 IN UINT32 Attributes, in RuntimeServiceQueryVariableInfo() argument
156 Attributes, in RuntimeServiceQueryVariableInfo()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FvOnFv2Thunk/
DFvOnFv2Thunk.c75 OUT FRAMEWORK_EFI_FV_ATTRIBUTES *Attributes in FvGetVolumeAttributes() argument
87 Attributes in FvGetVolumeAttributes()
90 *Attributes = Fv2AttributesToFvAttributes (*Attributes); in FvGetVolumeAttributes()
112 IN OUT FRAMEWORK_EFI_FV_ATTRIBUTES *Attributes in FvSetVolumeAttributes() argument
123 Fv2Attributes = (*Attributes & 0x1ff); in FvSetVolumeAttributes()
129 *Attributes = Fv2AttributesToFvAttributes (Fv2Attributes); in FvSetVolumeAttributes()
349 OUT EFI_FV_FILE_ATTRIBUTES *Attributes, in FvGetNextFile() argument
365 Attributes, in FvGetNextFile()
372 *Attributes = *Attributes & EFI_FV_FILE_ATTRIB_ALIGNMENT; in FvGetNextFile()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
DFvbService.c169 return FwInstance->VolumeHeader.Attributes; in FvbGetVolumeAttributes()
297 EFI_FVB_ATTRIBUTES_2 Attributes; in FvbReadBlock()
314 Attributes = FvbGetVolumeAttributes (Instance); in FvbReadBlock()
316 if ( (Attributes & EFI_FVB2_READ_STATUS) == 0) { in FvbReadBlock()
365 EFI_FVB_ATTRIBUTES_2 Attributes; in FvbWriteBlock()
389 Attributes = FvbGetVolumeAttributes (Instance); in FvbWriteBlock()
390 if ( (Attributes & EFI_FVB2_WRITE_STATUS) == 0) { in FvbWriteBlock()
446 EFI_FVB_ATTRIBUTES_2 Attributes; in FvbEraseBlock()
460 Attributes = FvbGetVolumeAttributes (Instance); in FvbEraseBlock()
462 if( (Attributes & EFI_FVB2_WRITE_STATUS) == 0) { in FvbEraseBlock()
[all …]
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/AArch64/
DAArch64Mmu.c32 IN ARM_MEMORY_REGION_ATTRIBUTES Attributes in ArmMemoryAttributeToPageAttribute() argument
35 switch (Attributes) { in ArmMemoryAttributeToPageAttribute()
221 UINT64 Attributes; in GetBlockEntryListFromAddress() local
291 Attributes = *BlockEntry & TT_ATTRIBUTES_MASK; in GetBlockEntryListFromAddress()
295 if (Attributes & TT_PXN_MASK) { in GetBlockEntryListFromAddress()
299 if (Attributes & TT_XN_MASK) { in GetBlockEntryListFromAddress()
302 if (Attributes & TT_NS) { in GetBlockEntryListFromAddress()
314 Attributes |= TT_TYPE_BLOCK_ENTRY_LEVEL3; in GetBlockEntryListFromAddress()
316 Attributes |= TT_TYPE_BLOCK_ENTRY; in GetBlockEntryListFromAddress()
328 …*SubTableBlockEntry = Attributes | (BlockEntryAddress + (Index << TT_ADDRESS_OFFSET_AT_LEVEL(Index… in GetBlockEntryListFromAddress()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
DAuthServiceInternal.h225 IN UINT32 Attributes,
312 IN UINT32 Attributes OPTIONAL
345 IN UINT32 Attributes OPTIONAL,
378 IN UINT32 Attributes OPTIONAL
413 IN UINT32 Attributes OPTIONAL
463 IN UINT32 Attributes
489 IN UINT32 Attributes,
516 IN UINT32 Attributes,
/device/linaro/bootloader/edk2/EmulatorPkg/AutoScanPei/
DAutoScanPei.c53 EFI_RESOURCE_ATTRIBUTE_TYPE Attributes; in PeimInitializeAutoScanPei() local
73 Attributes = in PeimInitializeAutoScanPei()
90 Attributes |= EFI_RESOURCE_ATTRIBUTE_TESTED; in PeimInitializeAutoScanPei()
95 Attributes, in PeimInitializeAutoScanPei()
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
DVariable.c448 Variable->Attributes == (UINT32) -1) { in NameSizeOfVariable()
474 Variable->Attributes == (UINT32) -1) { in DataSizeOfVariable()
809 IN UINT32 Attributes, in UpdateVariableCache() argument
830 Entry->Attributes = Attributes; in UpdateVariableCache()
882 OUT UINT32 *Attributes OPTIONAL, in FindVariableInCache()
923 if (Attributes != NULL) { in FindVariableInCache()
924 *Attributes = Entry->Attributes; in FindVariableInCache()
1009 if (!EfiAtRuntime () || ((VariableHeader.Attributes & EFI_VARIABLE_RUNTIME_ACCESS) != 0)) { in FindVariable()
1203 …if ((!IsVolatile) && ((((AUTHENTICATED_VARIABLE_HEADER*)Variable)->Attributes & EFI_VARIABLE_HARDW… in Reclaim()
1205 …} else if ((!IsVolatile) && ((((AUTHENTICATED_VARIABLE_HEADER*)Variable)->Attributes & EFI_VARIABL… in Reclaim()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DConsoleLogger.c54 (*ConsoleInfo)->Attributes = NULL; in ConsoleLoggerInstall()
85 SHELL_FREE_NON_NULL((*ConsoleInfo)->Attributes); in ConsoleLoggerInstall()
120 if (ConsoleInfo->Attributes != NULL) { in ConsoleLoggerUninstall()
121 FreePool(ConsoleInfo->Attributes); in ConsoleLoggerUninstall()
122 DEBUG_CODE(ConsoleInfo->Attributes = NULL;); in ConsoleLoggerUninstall()
256 INT32 *Attributes; in UpdateDisplayFromHistory() local
279 Attributes = &ConsoleInfo->Attributes[ConsoleInfo->ColsPerScreen * ConsoleInfo->CurrentStartRow]; in UpdateDisplayFromHistory()
284 , Attributes += ConsoleInfo->ColsPerScreen in UpdateDisplayFromHistory()
299 CurrentAttrib = Attributes[Column]; in UpdateDisplayFromHistory()
314 if (Attributes[Column] != CurrentAttrib) { in UpdateDisplayFromHistory()
[all …]
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
DPciIo.c42 IN UINT64 Attributes
211 IN UINT64 Attributes
243 IN UINT64 Attributes,
260 IN UINT64 Attributes,
953 if (PciIoDevice->Attributes & EFI_PCI_IO_ATTRIBUTE_DUAL_ADDRESS_CYCLE) { in PciIoMap()
1010 IN UINT64 Attributes in PciIoAllocateBuffer() argument
1029 if (Attributes & in PciIoAllocateBuffer()
1036 if (PciIoDevice->Attributes & EFI_PCI_IO_ATTRIBUTE_DUAL_ADDRESS_CYCLE) { in PciIoAllocateBuffer()
1037 Attributes |= EFI_PCI_ATTRIBUTE_DUAL_ADDRESS_CYCLE; in PciIoAllocateBuffer()
1046 Attributes in PciIoAllocateBuffer()
[all …]

12345678910>>...20