Home
last modified time | relevance | path

Searched refs:SIZE_256KB (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/NorFlashArmVExpressLib/
DNorFlashArmVExpress.c27 SIZE_256KB * 255,
28 SIZE_256KB,
33 ARM_VE_SMB_NOR0_BASE + SIZE_256KB * 255,
41 SIZE_256KB * 255,
42 SIZE_256KB,
47 ARM_VE_SMB_NOR1_BASE + SIZE_256KB * 255,
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Library/NorFlashJunoLib/
DNorFlashJuno.c25 SIZE_256KB * 255,
26 SIZE_256KB,
31 ARM_VE_SMB_NOR0_BASE + SIZE_256KB * 255,
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA15-A7/
DCTA15-A7Mem.c78 VirtualMemoryTable[Index].Length = SIZE_256KB * 255; in ArmPlatformGetVirtualMemoryMap()
81 VirtualMemoryTable[++Index].PhysicalBase = ARM_VE_SMB_NOR0_BASE + (SIZE_256KB * 255); in ArmPlatformGetVirtualMemoryMap()
82 VirtualMemoryTable[Index].VirtualBase = ARM_VE_SMB_NOR0_BASE + (SIZE_256KB * 255); in ArmPlatformGetVirtualMemoryMap()
89 VirtualMemoryTable[Index].Length = SIZE_256KB * 255; in ArmPlatformGetVirtualMemoryMap()
92 VirtualMemoryTable[++Index].PhysicalBase = ARM_VE_SMB_NOR1_BASE + (SIZE_256KB * 255); in ArmPlatformGetVirtualMemoryMap()
93 VirtualMemoryTable[Index].VirtualBase = ARM_VE_SMB_NOR1_BASE + (SIZE_256KB * 255); in ArmPlatformGetVirtualMemoryMap()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Library/ArmJunoLib/
DArmJunoMem.c85 VirtualMemoryTable[Index].Length = SIZE_256KB * 255; in ArmPlatformGetVirtualMemoryMap()
88 VirtualMemoryTable[++Index].PhysicalBase = ARM_VE_SMB_NOR0_BASE + (SIZE_256KB * 255); in ArmPlatformGetVirtualMemoryMap()
89 VirtualMemoryTable[Index].VirtualBase = ARM_VE_SMB_NOR0_BASE + (SIZE_256KB * 255); in ArmPlatformGetVirtualMemoryMap()
/device/linaro/bootloader/edk2/ArmVirtPkg/Include/
DArmPlatform.h27 #define QEMU_NOR_BLOCK_SIZE SIZE_256KB
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Include/
DArmPlatform.h45 #define ARM_JUNO_GIV2M_MSI_SZ SIZE_256KB
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DPool.c61 for (Index = 0, MaxSize = SIZE_256KB - EFI_PAGE_SIZE; Index < SmramRangeCount; Index++) { in SmmInitializeMemoryServices()
DPiSmmIpl.c1504 …for (Index = 0, MaxSize = SIZE_256KB - EFI_PAGE_SIZE; Index < gSmmCorePrivate->SmramRangeCount; In… in SmmIplEntry()
/device/linaro/bootloader/edk2/MdePkg/Include/
DBase.h299 #define SIZE_256KB 0x00040000 macro
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DPiSmmCpuDxeSmm.c1254 for (Index = 0, MaxSize = SIZE_256KB - EFI_PAGE_SIZE; Index < SmramRangeCount; Index++) { in FindSmramInfo()