HomeSort by relevance Sort by last modified time
    Searched refs:MailboxSetAddress (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/ArmPkg/Include/Guid/
ArmMpCoreInfo.h 27 EFI_PHYSICAL_ADDRESS MailboxSetAddress;
  /device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/AArch64/
LinuxStarter.c 331 MmioWrite32 (ArmCoreInfoTable[i].MailboxSetAddress, (UINTN)PenBase);
334 ArmCoreInfoTable[i].MailboxSetAddress = (UINTN)MailBoxBase + i*sizeof (MailBoxBase);
337 *((UINTN*)(ArmCoreInfoTable[i].MailboxSetAddress)) = 0x0;
  /device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
LinuxLoaderFdt.c 378 CpuReleaseAddr = cpu_to_fdt64 (ArmCoreInfoTable[Index].MailboxSetAddress);

Completed in 67 milliseconds