Home
last modified time | relevance | path

Searched refs:Granularity (Results 1 – 25 of 45) sorted by relevance

12

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/LegacyRegion2Dxe/
DLegacyRegion2.c63 OUT UINT32 *Granularity, in LegacyRegion2Decode() argument
71 ASSERT (Granularity != NULL); in LegacyRegion2Decode()
72 *Granularity = 0; in LegacyRegion2Decode()
102 OUT UINT32 *Granularity in LegacyRegion2Lock() argument
109 ASSERT (Granularity != NULL); in LegacyRegion2Lock()
110 *Granularity = 0; in LegacyRegion2Lock()
145 OUT UINT32 *Granularity in LegacyRegion2BootLock() argument
181 OUT UINT32 *Granularity in LegacyRegion2Unlock() argument
188 ASSERT (Granularity != NULL); in LegacyRegion2Unlock()
189 *Granularity = 0; in LegacyRegion2Unlock()
DLegacyRegion2.h52 OUT UINT32 *Granularity,
82 OUT UINT32 *Granularity
116 OUT UINT32 *Granularity
145 OUT UINT32 *Granularity
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/LegacyRegion2OnLegacyRegionThunk/
DLegacyRegion2OnLegacyRegionThunk.c62 OUT UINT32 *Granularity, in LegacyRegion2Decode() argument
70 ASSERT (Granularity != NULL); in LegacyRegion2Decode()
71 *Granularity = 0; in LegacyRegion2Decode()
107 OUT UINT32 *Granularity in LegacyRegion2Lock() argument
114 ASSERT (Granularity != NULL); in LegacyRegion2Lock()
120 Granularity in LegacyRegion2Lock()
155 OUT UINT32 *Granularity in LegacyRegion2BootLock() argument
198 OUT UINT32 *Granularity in LegacyRegion2Unlock() argument
205 ASSERT (Granularity != NULL); in LegacyRegion2Unlock()
211 Granularity in LegacyRegion2Unlock()
DLegacyRegion2OnLegacyRegionThunk.h54 OUT UINT32 *Granularity,
84 OUT UINT32 *Granularity
118 OUT UINT32 *Granularity
147 OUT UINT32 *Granularity
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/
DLegacyRegion.c66 OUT UINT32 *Granularity, in LegacyRegion2Decode() argument
70 return QNCLegacyRegionManipulation (Start, Length, On, NULL, Granularity); in LegacyRegion2Decode()
105 OUT UINT32 *Granularity in LegacyRegion2BootLock() argument
142 OUT UINT32 *Granularity in LegacyRegion2Lock() argument
148 return QNCLegacyRegionManipulation (Start, Length, NULL, &WriteEnable, Granularity); in LegacyRegion2Lock()
178 OUT UINT32 *Granularity in LegacyRegion2Unlock() argument
184 return QNCLegacyRegionManipulation (Start, Length, NULL, &WriteEnable, Granularity); in LegacyRegion2Unlock()
DLegacyRegion.h81 OUT UINT32 *Granularity,
111 OUT UINT32 *Granularity
145 OUT UINT32 *Granularity
174 OUT UINT32 *Granularity
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DPool.c318 UINTN Granularity; in CoreAllocatePoolI() local
327 Granularity = EFI_ACPI_RUNTIME_PAGE_ALLOCATION_ALIGNMENT; in CoreAllocatePoolI()
329 Granularity = DEFAULT_PAGE_ALLOCATION; in CoreAllocatePoolI()
355 if (Index >= SIZE_TO_LIST (Granularity)) { in CoreAllocatePoolI()
356 NoPages = EFI_SIZE_TO_PAGES(Size) + EFI_SIZE_TO_PAGES (Granularity) - 1; in CoreAllocatePoolI()
357 NoPages &= ~(UINTN)(EFI_SIZE_TO_PAGES (Granularity) - 1); in CoreAllocatePoolI()
358 Head = CoreAllocatePoolPages (PoolType, NoPages, Granularity); in CoreAllocatePoolI()
368 MaxOffset = Granularity; in CoreAllocatePoolI()
373 while (++Index < SIZE_TO_LIST (Granularity)) { in CoreAllocatePoolI()
386 NewPage = CoreAllocatePoolPages(PoolType, EFI_SIZE_TO_PAGES (Granularity), Granularity); in CoreAllocatePoolI()
[all …]
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DLegacyRegion2.h61 OUT UINT32 *Granularity,
92 OUT UINT32 *Granularity
127 OUT UINT32 *Granularity OPTIONAL
157 OUT UINT32 *Granularity
191 UINT32 Granularity; member
/device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
DLegacyRegion.c111 OUT UINT32 *Granularity in LegacyRegionManipulationInternal() argument
121 if (Length == 0 || Granularity == NULL) { in LegacyRegionManipulationInternal()
176 *Granularity = mSectionArray[Index].Length; in LegacyRegionManipulationInternal()
252 OUT UINT32 *Granularity, in LegacyRegion2Decode() argument
256 return LegacyRegionManipulationInternal (Start, Length, On, NULL, Granularity); in LegacyRegion2Decode()
291 OUT UINT32 *Granularity in LegacyRegion2BootLock() argument
328 OUT UINT32 *Granularity in LegacyRegion2Lock() argument
334 return LegacyRegionManipulationInternal (Start, Length, NULL, &WriteEnable, Granularity); in LegacyRegion2Lock()
364 OUT UINT32 *Granularity in LegacyRegion2Unlock() argument
370 return LegacyRegionManipulationInternal (Start, Length, NULL, &WriteEnable, Granularity); in LegacyRegion2Unlock()
[all …]
DLegacyRegion.h105 OUT UINT32 *Granularity,
135 OUT UINT32 *Granularity
169 OUT UINT32 *Granularity
198 OUT UINT32 *Granularity
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyRegion/
DLegacyRegion.h52 OUT UINT32 *Granularity OPTIONAL
61 OUT UINT32 *Granularity OPTIONAL
70 OUT UINT32 *Granularity OPTIONAL
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
DLegacyRegion.h67 OUT UINT32 *Granularity OPTIONAL
88 OUT UINT32 *Granularity OPTIONAL
108 OUT UINT32 *Granularity OPTIONAL
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1616/D05AcpiTables/Dsdt/
DD05Pci.asl68 0x0, // Granularity
80 0x0, // Granularity
128 0x0, // Granularity
140 0x0, // Granularity
161 0x0, // Granularity
201 0x0, // Granularity
213 0x0, // Granularity
234 0x0, // Granularity
273 0x0, // Granularity
285 0x0, // Granularity
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/LegacyRegionDxe/
DLegacyRegion.c66 OUT UINT32 *Granularity OPTIONAL in LegacyRegionLock()
90 OUT UINT32 *Granularity OPTIONAL in LegacyRegionBootLock()
113 OUT UINT32 *Granularity OPTIONAL in LegacyRegionUnlock()
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DHOST_BUS.ASL147 0x0000, // Granularity
163 0x0000, // Granularity
176 0x0000, // Granularity
189 0x0000, // Granularity
203 0x00000000, // Granularity
217 0x00000000, // Granularity
231 0x00000000, // Granularity
245 0x00000000, // Granularity
261 0x00000000, // Granularity
277 0x00000000, // Granularity
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyBios.c127 UINT32 Granularity; in LegacyBiosGetLegacyRegion() local
130 Private->LegacyRegion->UnLock (Private->LegacyRegion, 0xE0000, 0x20000, &Granularity); in LegacyBiosGetLegacyRegion()
154 Private->LegacyRegion->Lock (Private->LegacyRegion, 0xE0000, 0x20000, &Granularity); in LegacyBiosGetLegacyRegion()
185 UINT32 Granularity; in LegacyBiosCopyLegacyRegion() local
197 Private->LegacyRegion->UnLock (Private->LegacyRegion, 0xE0000, 0x20000, &Granularity); in LegacyBiosCopyLegacyRegion()
201 Private->LegacyRegion->Lock (Private->LegacyRegion, 0xE0000, 0x20000, &Granularity); in LegacyBiosCopyLegacyRegion()
248 UINT32 Granularity; in ShadowAndStartLegacy16() local
316 Private->LegacyRegion->UnLock (Private->LegacyRegion, 0xc0000, 0x40000, &Granularity); in ShadowAndStartLegacy16()
545 …gion->Lock (Private->LegacyRegion, Private->BiosStart, (UINT32) LegacyBiosImageSize, &Granularity); in ShadowAndStartLegacy16()
798 UINT32 Granularity; in LegacyBiosInstall() local
[all …]
DLegacyBbs.c300 UINT32 Granularity; in LegacyBiosGetBbsInfo() local
343 Private->LegacyRegion->UnLock (Private->LegacyRegion, 0xe0000, 0x20000, &Granularity); in LegacyBiosGetBbsInfo()
368 Private->LegacyRegion->Lock (Private->LegacyRegion, 0xe0000, 0x20000, &Granularity); in LegacyBiosGetBbsInfo()
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/Dsdt/
DD03Pci.asl47 0x0, // Granularity
59 0x0, // Granularity
126 0x0, // Granularity
138 0x0, // Granularity
206 0x0, // Granularity
218 0x0, // Granularity
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
DPciHostBridge.asi23 0x0000, // Granularity
36 0x0000, // Granularity
57 0x0000, // Granularity
71 0x00000000, // Granularity
85 0x00000000, // Granularity
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Pv660AcpiTables/Dsdt/
DPci.asl46 0x0000000000000000, // Granularity
58 0x0000000000000000, // Granularity
126 0x0000000000000000, // Granularity
138 0x0000000000000000, // Granularity
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/AcpiTables/
DDsdt.asl551 0x0000, // Granularity
558 0x00000000, // Granularity
565 0x00000000, // Granularity
572 0x00000000, // Granularity
579 0x00000000, // Granularity
586 0x0000000000000000, // Granularity
593 0x0000000000000000, // Granularity
600 0x0000000000000000, // Granularity
607 0x0000000000000000, // Granularity
614 0x0000000000000000, // Granularity
[all …]
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/X64/
DDispatchExecute.c35 UINT32 Granularity : 1; member
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/X64/
DDispatchExecute.c35 UINT32 Granularity : 1; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/X64/
DDispatchExecute.c32 UINT32 Granularity : 1; member
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Include/Library/
DIntelQNCLib.h155 OUT UINT32 *Granularity

12