Home
last modified time | relevance | path

Searched refs:AtagBase (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/Arm/
DLinuxStarter.c33 OUT EFI_PHYSICAL_ADDRESS *AtagBase,
172 EFI_PHYSICAL_ADDRESS AtagBase; in BootLinuxAtag() local
215 …gList (SystemMemoryBase, CommandLineArguments, InitrdImage, InitrdImageSize, &AtagBase, &AtagSize); in BootLinuxAtag()
221 return StartLinux (SystemMemoryBase, LinuxImage, LinuxImageSize, AtagBase, AtagSize, MachineType); in BootLinuxAtag()
DLinuxAtag.c122 OUT EFI_PHYSICAL_ADDRESS *AtagBase, in PrepareAtagList() argument
173 *AtagBase = AtagStartAddress; in PrepareAtagList()