Searched refs:SIZE_256KB (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/NorFlashArmVExpressLib/ |
D | NorFlashArmVExpress.c | 27 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/ |
D | NorFlashJuno.c | 25 SIZE_256KB * 255, 26 SIZE_256KB, 31 ARM_VE_SMB_NOR0_BASE + SIZE_256KB * 255,
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA15-A7/ |
D | CTA15-A7Mem.c | 78 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/ |
D | ArmJunoMem.c | 84 VirtualMemoryTable[Index].Length = SIZE_256KB * 255; in ArmPlatformGetVirtualMemoryMap() 87 VirtualMemoryTable[++Index].PhysicalBase = ARM_VE_SMB_NOR0_BASE + (SIZE_256KB * 255); in ArmPlatformGetVirtualMemoryMap() 88 VirtualMemoryTable[Index].VirtualBase = ARM_VE_SMB_NOR0_BASE + (SIZE_256KB * 255); in ArmPlatformGetVirtualMemoryMap()
|
/device/linaro/bootloader/edk2/ArmVirtPkg/Include/ |
D | ArmPlatform.h | 27 #define QEMU_NOR_BLOCK_SIZE SIZE_256KB
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Include/ |
D | ArmPlatform.h | 50 #define ARM_JUNO_GIV2M_MSI_SZ SIZE_256KB
|
/device/linaro/bootloader/edk2/MdePkg/Include/ |
D | Base.h | 438 #define SIZE_256KB 0x00040000 macro
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/ |
D | PiSmmCpuDxeSmm.c | 991 for (Index = 0, MaxSize = SIZE_256KB - EFI_PAGE_SIZE; Index < SmramRangeCount; Index++) { in FindSmramInfo()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
D | PiSmmIpl.c | 1565 …for (Index = 0, MaxSize = SIZE_256KB - EFI_PAGE_SIZE; Index < gSmmCorePrivate->SmramRangeCount; In… in SmmIplEntry()
|