Searched refs:md_phys (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/arm64/arm64/ |
| H A D | efirt_machdep.c | 187 if (p->md_virt != NULL && (uint64_t)p->md_virt != p->md_phys) { in efi_create_1t1_map() 192 if ((p->md_phys & EFI_PAGE_MASK) != 0) { in efi_create_1t1_map() 198 if (p->md_phys + p->md_pages * EFI_PAGE_SIZE < p->md_phys || in efi_create_1t1_map() 199 p->md_phys + p->md_pages * EFI_PAGE_SIZE >= in efi_create_1t1_map() 203 i, (uintmax_t)p->md_phys, in efi_create_1t1_map() 216 printf("MAP %lx mode %x pages %lu\n", p->md_phys, mode, p->md_pages); in efi_create_1t1_map() 224 for (va = p->md_phys, idx = 0; idx < p->md_pages; idx++, in efi_create_1t1_map()
|
| H A D | machdep.c | 964 physmem_exclude_region(p->md_phys, p->md_pages * PAGE_SIZE, in exclude_efi_map_entry() 995 physmem_hardware_region(p->md_phys, in add_efi_map_entry() 1034 printf("%23s %012lx %12p %08lx ", type, p->md_phys, in print_efi_map_entry() 1204 if (pa < p->md_phys || in memory_mapping_mode() 1205 pa >= p->md_phys + p->md_pages * EFI_PAGE_SIZE) in memory_mapping_mode()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | efirt_machdep.c | 207 if (p->md_virt != NULL && (uint64_t)p->md_virt != p->md_phys) { in efi_create_1t1_map() 212 if ((p->md_phys & EFI_PAGE_MASK) != 0) { in efi_create_1t1_map() 218 if (p->md_phys + p->md_pages * EFI_PAGE_SIZE < p->md_phys || in efi_create_1t1_map() 219 p->md_phys + p->md_pages * EFI_PAGE_SIZE >= in efi_create_1t1_map() 223 i, (uintmax_t)p->md_phys, in efi_create_1t1_map() 246 for (va = p->md_phys, idx = 0; idx < p->md_pages; idx++, in efi_create_1t1_map()
|
| H A D | machdep.c | 1123 printf("%23s %012lx %12p %08lx ", type, p->md_phys, in add_efi_map_entries() 1166 if (!add_physmap_entry(p->md_phys, (p->md_pages * PAGE_SIZE), in add_efi_map_entries()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | machdep_boot.c | 445 printf("%23s %012llx %12p %08llx ", type, p->md_phys, in arm_add_efi_map_entries() 492 mr[j].mr_start = p->md_phys; in arm_add_efi_map_entries()
|
| /f-stack/freebsd/sys/ |
| H A D | efi.h | 76 uint64_t md_phys; member
|
| /f-stack/tools/sysctl/ |
| H A D | sysctl.c | 132 uint64_t md_phys; member 969 (uintmax_t)map->md_phys, map->md_virt,
|