Searched refs:SetupSize (Results 1 – 1 of 1) sorted by relevance
34 UINTN SetupSize; in TryRunningQemuKernel() local42 SetupSize = 0; in TryRunningQemuKernel()58 SetupSize = (UINTN) QemuFwCfgRead64 (); in TryRunningQemuKernel()60 if (KernelSize == 0 || SetupSize == 0) { in TryRunningQemuKernel()65 SetupBuf = LoadLinuxAllocateKernelSetupPages (EFI_SIZE_TO_PAGES (SetupSize)); in TryRunningQemuKernel()71 DEBUG ((EFI_D_INFO, "Setup size: 0x%x\n", (UINT32) SetupSize)); in TryRunningQemuKernel()74 QemuFwCfgReadBytes (SetupSize, SetupBuf); in TryRunningQemuKernel()77 Status = LoadLinuxCheckKernelSetup (SetupBuf, SetupSize); in TryRunningQemuKernel()156 FreePages (SetupBuf, EFI_SIZE_TO_PAGES (SetupSize)); in TryRunningQemuKernel()