Home
last modified time | relevance | path

Searched refs:md_phys (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/arm64/arm64/
H A Defirt_machdep.c184 if (p->md_virt != 0 && p->md_virt != p->md_phys) { in efi_create_1t1_map()
189 if ((p->md_phys & EFI_PAGE_MASK) != 0) { in efi_create_1t1_map()
195 if (p->md_phys + p->md_pages * EFI_PAGE_SIZE < p->md_phys || in efi_create_1t1_map()
196 p->md_phys + p->md_pages * EFI_PAGE_SIZE >= in efi_create_1t1_map()
200 i, (uintmax_t)p->md_phys, in efi_create_1t1_map()
215 p->md_phys, mode, p->md_pages); in efi_create_1t1_map()
224 for (va = p->md_phys, idx = 0; idx < p->md_pages; in efi_create_1t1_map()
H A Dmachdep.c518 physmem_exclude_region(p->md_phys, in handle_efi_map_entry()
532 physmem_hardware_region(p->md_phys, in handle_efi_map_entry()
581 printf("%23s %012lx %012lx %08lx ", type, p->md_phys, in print_efi_map_entry()
647 emdp->pa = p->md_phys + (emdp->va - p->md_virt); in efi_early_map_entry()
864 if (pa < p->md_phys || in memory_mapping_mode()
865 pa >= p->md_phys + p->md_pages * EFI_PAGE_SIZE) in memory_mapping_mode()
/freebsd/sys/amd64/amd64/
H A Defirt_machdep.c202 if (p->md_virt != 0 && p->md_virt != p->md_phys) { in efi_create_1t1_map()
207 if ((p->md_phys & EFI_PAGE_MASK) != 0) { in efi_create_1t1_map()
213 if (p->md_phys + p->md_pages * EFI_PAGE_SIZE < p->md_phys || in efi_create_1t1_map()
214 p->md_phys + p->md_pages * EFI_PAGE_SIZE >= in efi_create_1t1_map()
218 i, (uintmax_t)p->md_phys, in efi_create_1t1_map()
241 for (va = p->md_phys, idx = 0; idx < p->md_pages; idx++, in efi_create_1t1_map()
H A Dmachdep.c766 printf("%23s %012lx %012lx %08lx ", type, p->md_phys, in add_efi_map_entries()
809 if (!add_physmap_entry(p->md_phys, p->md_pages * EFI_PAGE_SIZE, in add_efi_map_entries()
/freebsd/sys/arm/arm/
H A Dmachdep_boot.c441 printf("%23s %012llx %012llx %08llx ", type, p->md_phys, in arm_add_efi_map_entries()
488 mr[j].mr_start = p->md_phys; in arm_add_efi_map_entries()
/freebsd/sys/sys/
H A Defi.h82 uint64_t md_phys; member
/freebsd/sbin/sysctl/
H A Dsysctl.c809 (uintmax_t)map->md_phys, (uintmax_t)map->md_virt, in S_efi_map()