HomeSort by: relevance | last modified time | path
    Searched refs:PhysicalStart (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/i386/stand/efiboot/
efimemory.c 113 if (md->PhysicalStart > target->PhysicalStart) {
170 md->PhysicalStart == target->PhysicalStart + target->NumberOfPages * EFI_PAGE_SIZE) {
218 memmap[i].addr = md->PhysicalStart;
248 if (md->PhysicalStart >= 1 * 1024 * 1024)
250 if (basemem != md->PhysicalStart)
254 epa = md->PhysicalStart + MappingSize;
287 if (md->PhysicalStart >= 4 * 1024 * 1024 * 1024ULL)
291 epa = md->PhysicalStart + MappingSize
    [all...]
  /src/sys/stand/efiboot/
efifdt.c 281 fdt_appendprop_u64(fdt_data, chosen, "netbsd,uefi-memmap", md->PhysicalStart);
292 if ((address_cells == 1 || size_cells == 1) && md->PhysicalStart + (md->NumberOfPages * EFI_PAGE_SIZE) > 0xffffffff)
297 phys_start = md->PhysicalStart;
771 efi_fdt_runtime_alloc_va(md->PhysicalStart, md->NumberOfPages);
776 "netbsd,uefi-runtime-code", md->PhysicalStart);
785 "netbsd,uefi-runtime-data", md->PhysicalStart);
794 "netbsd,uefi-runtime-mmio", md->PhysicalStart);
boot.c 366 mem_type, md->PhysicalStart, md->PhysicalStart + (md->NumberOfPages * EFI_PAGE_SIZE) - 1,
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidef.h 192 EFI_PHYSICAL_ADDRESS PhysicalStart; // Field size is 64 bits
  /src/sys/arch/ia64/stand/ia64/efi/
main.c 244 p->PhysicalStart,
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 273 ACPI_EFI_PHYSICAL_ADDRESS PhysicalStart;

Completed in 16 milliseconds