Home
last modified time | relevance | path

Searched refs:PhysicalStart (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/i386/stand/efiboot/
H A Defimemory.c113 if (md->PhysicalStart > target->PhysicalStart) { in efi_memory_get_map()
170 md->PhysicalStart == target->PhysicalStart + target->NumberOfPages * EFI_PAGE_SIZE) { in efi_memory_compact_map()
218 memmap[i].addr = md->PhysicalStart; in efi_memory_get_memmap()
248 if (md->PhysicalStart >= 1 * 1024 * 1024) in getbasemem()
250 if (basemem != md->PhysicalStart) in getbasemem()
254 epa = md->PhysicalStart + MappingSize; in getbasemem()
287 if (md->PhysicalStart >= 4 * 1024 * 1024 * 1024ULL) in getextmemx()
291 epa = md->PhysicalStart + MappingSize; in getextmemx()
298 pa = md->PhysicalStart; in getextmemx()
361 printf("0x%" PRIxMAX "-0x%" PRIxMAX, (uintmax_t)md->PhysicalStart, in efi_memory_probe()
[all …]
/netbsd-src/sys/stand/efiboot/
H A Defifdt.c281 fdt_appendprop_u64(fdt_data, chosen, "netbsd,uefi-memmap", md->PhysicalStart); in efi_fdt_memory_map()
292 if ((address_cells == 1 || size_cells == 1) && md->PhysicalStart + (md->NumberOfPages * EFI_PAGE_SIZE) > 0xffffffff) in efi_fdt_memory_map()
297 phys_start = md->PhysicalStart; in efi_fdt_memory_map()
771 efi_fdt_runtime_alloc_va(md->PhysicalStart, md->NumberOfPages); in arch_set_virtual_address_map()
776 "netbsd,uefi-runtime-code", md->PhysicalStart); in arch_set_virtual_address_map()
785 "netbsd,uefi-runtime-data", md->PhysicalStart); in arch_set_virtual_address_map()
794 "netbsd,uefi-runtime-mmio", md->PhysicalStart); in arch_set_virtual_address_map()
H A Dboot.c366 mem_type, md->PhysicalStart, md->PhysicalStart + (md->NumberOfPages * EFI_PAGE_SIZE) - 1, in command_mem()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defidef.h192 EFI_PHYSICAL_ADDRESS PhysicalStart; // Field size is 64 bits member
/netbsd-src/sys/arch/ia64/stand/ia64/efi/
H A Dmain.c244 p->PhysicalStart, in command_memmap()
/netbsd-src/sys/external/bsd/acpica/dist/include/platform/
H A Dacefiex.h165 ACPI_EFI_PHYSICAL_ADDRESS PhysicalStart; member